php-fpn配置,NAS-FPN:用于对象检测的学习可扩展特征金字塔结构

NAS-FPN: Learning Scalable Feature Pyramid Architecture for Object Detection

Abstract

This repo is based on FPN, and completed by YangXue.

Train on COCO train2017 and test on COCO val2017 (coco minival).

d4087492b7113d24012f0943c33ad67d.gif

COCO

Model

Backbone

Train Schedule

GPU

Image/GPU

FP16

Box AP

Faster (Face++ & Detectron)

R50v1-FPN

1X

8X TITAN Xp

2

no

36.4

Faster (SimpleDet)

R50v1-FPN

1X

8X 1080Ti

2

no

36.5

Faster (ours)

R50v1-FPN

1X

1X TITAN Xp

1

no

36.1

Faster (ours)

R50v1-FPN

1X

4X TITAN Xp

1

no

36.1

Model

Backbone

Pyramid method

Train Schedule

GPU

Image/GPU

Stacks

Dimension

3x3 relu

Box AP

Faster (ours)

R50v1

FPN

1X

4X TITAN Xp

1

0

256

no

36.1

Faster (ours)

R50v1

FPN

1X

8X 2080Ti

1

3

256

yes

35.8

Faster (ours)

R50v1

NAS-FPN

1X

8X 2080Ti

1

3

256

yes

37.9

Faster (ours)

R50v1

NAS-FPN

1X

8X 2080Ti

1

7

256

yes

38.1

Faster (ours)

R50v1

NAS-FPN

1X

8X 2080Ti

1

7

384

yes

38.9

My Development Environment

1、python3.5 (anaconda recommend)

2、cuda9.0 (If you want to use cuda8, please set CUDA9 = False in the cfgs.py file.)

3、opencv(cv2)

4、tfplot (optional)

5、tensorflow == 1.12

Download Model

Pretrain weights

1、Please download resnet50_v1, resnet101_v1 pre-trained models on Imagenet, put it to data/pretrained_weights.

2、(Recommend) Or you can choose to use a better backbone, refer to gluon2TF.

Trained weights

Select a configuration file in the folder ($PATH_ROOT/libs/configs/) and copy its contents into cfgs.py, then download the corresponding weights.

Compile

cd $PATH_ROOT/libs/box_utils/cython_utils

python setup.py build_ext --inplace

Train

1、If you want to train your own data, please note:

(1) Modify parameters (such as CLASS_NUM, DATASET_NAME, VERSION, etc.) in $PATH_ROOT/libs/configs/cfgs.py

(2) Add category information in $PATH_ROOT/libs/label_name_dict/lable_dict.py

(3) Add data_name to $PATH_ROOT/data/io/read_tfrecord.py

2、make tfrecord

cd $PATH_ROOT/data/io/

python convert_data_to_tfrecord_coco.py --VOC_dir='/PATH/TO/JSON/FILE/'

--save_name='train'

--dataset='coco'

3、multi-gpu train

cd $PATH_ROOT/tools

python multi_gpu_train.py

Eval

cd $PATH_ROOT/tools

python eval_coco.py --eval_data='/PATH/TO/IMAGES/'

--eval_gt='/PATH/TO/TEST/ANNOTATION/'

--GPU='0'

Tensorboard

cd $PATH_ROOT/output/summary

tensorboard --logdir=.

images.pngscalars.png

Reference

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值