Closed gatordevin closed 1 year ago
Do we have any update on this?
@gatordevin can you please share your pip freeze output here? I would like to downgrade my packages as well.
Tested with the latest https://github.com/Lightning-Universe/lightning-flash/releases/tag/0.8.2, and seems all is working/running without issues...
🐛 Bug
The instance Segmentation example provided is not working. I have tried using the one on the docs and grabbing the latest example from GitHub. I also noticed that the link for the dataset used was outdated and did not return valid data. So I found the link to the new data on their website and used that. Essentially it appears the model is training but returns empty results as if nothing was detected. It seems to indicate either the pre-trained weights are broken or the output of the model is broken.
https://github.com/Lightning-AI/lightning-flash/blob/cf969bcbab349c027f208168973110544c672358/flash_examples/instance_segmentation.py
To Reproduce
Here is a description of my environment. Windows 11 I followed the following install steps in a virtual environment
I noticed many newer versions of libraries appeared to have issues with either lightning flash or ice vision or both. It took me a while to find older package versions that still maintained compatibility with everything.
Code sample
Expected behavior
I would expect this to proper output data as indicated by the tutorial in the docs. There should be detections present even after 1 epoch of transfer learning.