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
Thanks for publishing this code.
A question:when I testing dataset without labels in det_lesion_test.py, there were some mistakes in dataset_det.py(phase == 'test').
the variable 'test_ptr_pos' was not defined(lines 378);
'self.test_idx' was not initialized(lines 168);
When I deleated the variable 'test_ptr_pos' and added the variable 'self.test_idx', there was a mistake ('ZeroDivisionError: integer division or modulo by zero', lines 190) but self.test_size was not zero.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Thanks for publishing this code.
A question:when I testing dataset without labels in det_lesion_test.py, there were some mistakes in dataset_det.py(phase == 'test').
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: