m3at / coco-panoptic

Quick attempt at a panoptic segmentation model
MIT License
19 stars 2 forks source link

Fix an error #2

Open dongzhang89 opened 5 years ago

dongzhang89 commented 5 years ago

In part 4 of the file "Make_prediction_on_set.ipynb", there is a missing package named "skimage" . This error can be solved by “import skimage”, otherwise, predictions will not continue.

m3at commented 5 years ago

Thanks! I'm quite busy atm but it's added to my backlog, I'll fix it along with other TODOs