Deeplab-v3plus
Deeplab-v3plus copied to clipboard
There are no train.py and libs.
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?
no libs !
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?
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
您好!我也是运行的train_voc.py 确实在训练,使用的voc数据集,我的硬件配置比较低,可是不知道为什么我跑了一个晚上了,还一直在epoch-2这里训练。。