yangweixiang

Results 2 issues of yangweixiang

I train segmentation mode (deeplabV3+MobileNetV2) on my own dataset, demo.py can run , but the result was wrong. all of the catergory is 0(backgourd). https://github.com/LikeLy-Journey/SegmenTron/blob/master/tools/demo.py backbone: Inception is ok backbone:...

conda create --name pointrend python=3.6 conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0 -c pytorch CUDA_VISIBLE_DEVICES=2 python -u tools/train.py --config-file configs/pascal_voc_deeplabv3_plus.yaml [THOP Defined] Conv2d [THOP Defined] BatchNorm2d [THOP Defined] ReLU [THOP Defined] Conv2d...