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