CheXNet-with-localization icon indicating copy to clipboard operation
CheXNet-with-localization copied to clipboard

How to run find_bbox_size.py?

Open Warrior996 opened this issue 2 years ago • 0 comments

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_.npy'

I really hope to receive your answer! Thanks!

Warrior996 avatar Apr 12 '23 02:04 Warrior996