Deeplab-v3plus icon indicating copy to clipboard operation
Deeplab-v3plus copied to clipboard

There are no train.py and libs.

Open HanshengLee opened this issue 5 years ago • 4 comments

Thanks for your excellent work, but when I start training, found that there is no train.py. so I run train_voc.py, but there is no libs.modules and also others from libs. Can you help me?

HanshengLee avatar May 14 '19 07:05 HanshengLee

no libs !

jiangfeng94 avatar Jul 10 '19 06:07 jiangfeng94

Thanks for your excellent work, but when I start training, found that there is no train.py. so I run train_voc.py, but there is no libs.modules and also others from libs. Can you help me?

I am confuse too. how did you fix it?

zhengxinvip avatar Jul 27 '19 08:07 zhengxinvip

You have to choose the Dataset format such as VOC or Cityscapes and correspondingly choose training script, such as; for training on VOC dataset choose 'train_voc.py' and then in it set the directories of imports, such as:

from graphs.models.sync_batchnorm.replicate import patch_replication_callback from utils.data_utils import calculate_weigths_labels from utils.eval import Eval from graphs.models.decoder import DeepLab

marslanminhas avatar Aug 07 '19 11:08 marslanminhas

您好!我也是运行的train_voc.py 确实在训练,使用的voc数据集,我的硬件配置比较低,可是不知道为什么我跑了一个晚上了,还一直在epoch-2这里训练。。 image

fanjing136 avatar Dec 18 '20 06:12 fanjing136