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
I have tried using trainval_net_so.py, hoping that is the file which reproduces the baseline results, but with no luck. I have an error when importing from model.faster_rcnn.resnet_imglevel import resnet because those files do not exists. The other training files seem to work.
Also, could you provide some documentation for the code? Why are there so many files for training? Isn't enough changing some parameters? If yes, which are those parameters and what do they do?
Thanks
The text was updated successfully, but these errors were encountered:
I have tried using trainval_net_so.py, hoping that is the file which reproduces the baseline results, but with no luck. I have an error when importing
from model.faster_rcnn.resnet_imglevel import resnet
because those files do not exists. The other training files seem to work.Also, could you provide some documentation for the code? Why are there so many files for training? Isn't enough changing some parameters? If yes, which are those parameters and what do they do?
Thanks
The text was updated successfully, but these errors were encountered: