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
And i think i find a bug in single_shot_detector_test.py. The model is on GPU, however you do not move data to GPU, it will raise an error. Insert data_dict = RunnerHelper.to_device(self, data_dict) can solve this.
I encounter another problem. These lines import other files, but I can not find the imported files even by google searching.
The text was updated successfully, but these errors were encountered: