You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run ./experiments/scripts/faster_rcnn_end2end.sh 0 ResNet-50 pascal_voc,i got a error:
i did not change the original code,but only replace the "num_classes" and "num_output", is there anyone can help me?Thank you very much!!! I am waiting here!
The text was updated successfully, but these errors were encountered:
@whmin it seems that some indexes contain non-integers. you can check the error location in code and add int() to these indexes.
And where do you get the ResNet50 pre-trained model to implement it? I also want to try ResNet50 for my task. Thank you!
when i run ./experiments/scripts/faster_rcnn_end2end.sh 0 ResNet-50 pascal_voc,i got a error:
i did not change the original code,but only replace the "num_classes" and "num_output", is there anyone can help me?Thank you very much!!! I am waiting here!
The text was updated successfully, but these errors were encountered: