-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I have searched the Pytorch-Wildlife issues and found no similar bug report.
Bug
Unable run after installing into a fresh env.
Three requirements are missing from the setup.py (they are in the requirements.txt):
- omegaconf
- lightning
- setuptools==68.2.2
Fix is to add these to the setup
Environment
No response
Minimal Reproducible Example
import numpy as np
from PytorchWildlife.models import detection as pw_detection
from PytorchWildlife.models import classification as pw_classification
img = np.random.randn(3, 640, 640)
# Detection
detection_model = pw_detection.MegaDetectorV6MIT(
device="cuda",
pretrained=True,
)
this will fail after installation without the three requirements I mnentioned
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog