Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For testing dataset without labels in det_lesion_test.py #22

Open
LTYUnique opened this issue Apr 26, 2019 · 0 comments
Open

For testing dataset without labels in det_lesion_test.py #22

LTYUnique opened this issue Apr 26, 2019 · 0 comments

Comments

@LTYUnique
Copy link

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').

  1. the variable 'test_ptr_pos' was not defined(lines 378);
  2. 'self.test_idx' was not initialized(lines 168);
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant