Closed hiankun closed 5 years ago
@DmitriySidnev
@hiankun, hi!
Model 0050 has some differences from a base model with FPN and stored separately. Please try to modify argument --model
to segmentoly.rcnn.model_zoo.instance_segmentation_security_0050.InstanceSegmentationSecurity0050
@DmitriySidnev Hi, thank you for the quick reply.
Your suggestion solved my problem. Sorry that I didn't dig into the source samples further to find out there's an instance_segmentation_security_0050.py
in the model_zoo
folder.
Thanks for your help.
I have tried to run
python3 tools/train_0050.py
of Instance Segmentation with a small new data set which has only 3 classes. The losses converged and I assumed that the training was successful. But when I tried to test the trained model with the following commands:It returned the following error message:
My questions:
pip3
to uninstall but failed). The instruction of Instance Segmentation suggests PyTorch 0.4.1. Does the unmatched PyTorch version cause theAttributeError
?The working system is Ubuntu 16.04.