dongdongyee

Results 3 comments of dongdongyee

Maybe you forgot to modify the CLASSES in coco.py at code/mmdet/datasets. You must comment the 80 classes and add your own classes.

> how to download pretrained weights? the pretrained weights are nothing but weights trained ImageNet. They are all open source and not hard to access ResNet50: https://download.pytorch.org/models/resnet50-19c8e357.pth ResNet101: https://download.pytorch.org/models/resnet101-5d3b4d8f.pth ResNeXt101-64x4d:...

> I meet the same question, I just use 3090 GPU, which pytorch1.5 is not compatible with. Is it possible to run lsnet on pytorch1.7+? You can use a higher...