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 like this project in the way that it could let me learn pytorch from real implementation. However, The train_fast.py file seems really experimental when I ran it. From the beginning of import mismatches in utils.utils and loss.py files, to the detector initialization (mapping_file, return_rois, return_img_features those parameters are not in the original model definition). I assumed the focus of the project is on evaluations so training is not a priority. But is there any plan in future to update the training file?
The text was updated successfully, but these errors were encountered:
I like this project in the way that it could let me learn pytorch from real implementation. However, The train_fast.py file seems really experimental when I ran it. From the beginning of import mismatches in utils.utils and loss.py files, to the detector initialization (mapping_file, return_rois, return_img_features those parameters are not in the original model definition). I assumed the focus of the project is on evaluations so training is not a priority. But is there any plan in future to update the training file?
The text was updated successfully, but these errors were encountered: