AutomanHan
AutomanHan
Was there the command of Data Preparetion for Pascal VOC 11k a error? ``` python datasets/prepare_voc_sem_seg.py datasets/VOC2012 python tools/mask_cls_collect.py datasets/VOC2012/annotations_detectron2/train datasets/VOC2012/annotations_detectron2/train_base_label_count.json ``` should be ``` python datasets/prepare_voc_sem_seg.py datasets/VOC2012 python tools/mask_cls_collect.py...
I use DSSD to detect the football. The image sets are labeled by myself. I train SSD mode and DSSD mode on those image sets. I run python examples/ssd/ssd_pascal_resnet_321.py to...
你好,我用这套代码训练Retinanet,FPN的参数设置为["stage2","stage3", "stage4", "stage5"]时,会提示错误 配置如下: ``` RuntimeError: Expected to have finished reduction in the prior iteration before starting a new one. This error indicates that your module has parameters that were...