CheXNet-with-localization
CheXNet-with-localization copied to clipboard
How to run find_bbox_size.py?
Thank you very much for your project! I am trying to run the find_bbox_size.py for obtaining IOU scores.
This is the annotation in the find_bbox_size.py.
Find the size of bounding boxes Usage: python3 find_bbox_size.py <train_heatmap> <valid_heatmap> <{train,valid}heatmap> contains .npy files named 'heatmap
_ .npy' describing the heatmap of positive cases predicted by our model files in <valid_heatmap> will only be used to calculate IOU scores is the order of each validation image (in valid.txt) is the disease class in alphabetical order (0-7)
Where to obtain <train_heatmap> <valid_heatmap>?
Follow your prompts,<{train,valid}heatmap> contains .npy files named 'heatmap
I really hope to receive your answer! Thanks!