pengzhou1108 / RGB-N

MIT License
159 stars 49 forks source link

res101_fusion ckpt #3

Closed sunglowzhang closed 6 years ago

sunglowzhang commented 6 years ago

HI @pengzhou1108 , May I ask where's the download link of the res101_fusion model? I am following 'Train on synthetic dataset'
..... 'Step 3: Specify the dataset, gpu, and network in train_dist_faster.sh as below as run the file: ./train_faster_rcnn.sh 0 coco res101_fusion EXP_DIR coco_flip_0001_bilinear_new

pengzhou1108 commented 6 years ago

HI @pengzhou1108 , May I ask where's the download link of the res101_fusion model? I am following 'Train on synthetic dataset' ..... 'Step 3: Specify the dataset, gpu, and network in train_dist_faster.sh as below as run the file: ./train_faster_rcnn.sh 0 coco res101_fusion EXP_DIR coco_flip_0001_bilinear_new

Hi,

The step is planned to train on COCO synthetic dataset using ImageNet pre-trained weights. For ImageNet pre-trained weights, you can download here: https://github.com/endernewton/tf-faster-rcnn 'EXP_DIR coco_flip_0001_bilinear_new' is the directory name where you want to put the model.

sunglowzhang commented 6 years ago

Thanks for the explanation. Understood.