Search before asking
Component
transdforms/Other
What happened + What you expected to happen
At the moment, the 3 model files needed by the image transforms are downloaded a priory into a models subfolder. This won't work when using these transforms by pip installing them in a notebook. Instead, a new model_type (yolo) in model_loader should be added and these models should be downloaded at run-time.
Reproduction script
- pip install any of the 3 image transforms in a notebook
- Using them results in a
model not found error.
Anything else
See above.
OS
MacOS
Python
3.12
Are you willing to submit a PR?