-
Notifications
You must be signed in to change notification settings - Fork 212
ModuleNotFoundError - Please, pip install . '[image]' #341
Comments
Hi @deepseek-eoghan It looks like you have some missing dependencies, did you try |
Hey @ethanwharris that works perfectly thanks for your help! Will we consider a PR for the following line of the flash.image.detection.model? @ https://github.com/PyTorchLightning/lightning-flash/blob/master/flash/image/detection/model.py Line 97 Change:
To:
I can submit a PR if you think it's worthwhile. Thank you. |
Hi @deepseek-eoghan! Thank you for reporting the issue. Your suggestion sounds reasonable :] Could you submit a PR for this? |
Great thanks @akihironitta, am I able to make a branch to make the changes for the PR? |
@deepseek-eoghan Thank you for your interest!
No, you cannot create a branch in this repository. First, you need to fork (=copy) this repository for you to make changes. Here's an overview for contribution:
You can find more details at https://github.com/PyTorchLightning/lightning-flash/blob/master/.github/CONTRIBUTING.md. |
Hey @ethanwharris @akihironitta thanks for your help! Closing this now with a PR pending #347 |
🐛 Bug
The finetuning object dection example https://lightning-flash.readthedocs.io/en/latest/reference/object_detection.html#finetuning fails with error
To Reproduce
Steps to reproduce the behavior:
Run the lightning flash object detection fine tuning example.
https://lightning-flash.readthedocs.io/en/latest/reference/object_detection.html#finetuning
Code sample
Expected behavior
The fine-tuning example of object detection is expected to run.
Environment
The text was updated successfully, but these errors were encountered: