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
Hello, I am trying to modify inference_single_data.py file for the custom image inference. However, I saw the data in the test split has label, center_x, ... data, which my custom image does not have. Also, I saw there is 'label' and 'mask' items in the "cond", Line 356, but for my own image, I don't have it.
Hope you can solve my question.
The text was updated successfully, but these errors were encountered:
Thank you for attracting our work. We do not assume that a test image has such annotations since we use an “unannotated” split in our evaluation. We believe that you could achieve what you want to do. Please debug your scenario by yourself.
Hello, I am trying to modify inference_single_data.py file for the custom image inference. However, I saw the data in the test split has label, center_x, ... data, which my custom image does not have. Also, I saw there is 'label' and 'mask' items in the "cond", Line 356, but for my own image, I don't have it.
Hope you can solve my question.
The text was updated successfully, but these errors were encountered: