burke86 / astro_rcnn

Astro R-CNN: Instance Segmentation in Astronomical Images using Mask R-CNN Deep Learning
MIT License
43 stars 15 forks source link

Running 'python astro_rcnn.py detect example' on windows and it gives a Keyword 'CLASS_ID' not found error. #2

Closed hibajamal closed 4 years ago

hibajamal commented 4 years ago

Untitled

hibajamal commented 4 years ago

Also, where is the mask.fits file btw

burke86 commented 4 years ago

Thank you for opening this issue. The mask files should only be required in "train" or "assess" mode (need a ground truth mask), not in "detect" (inference) mode. Please checkout the latest version for the fix.

hibajamal commented 4 years ago

Thank you!