Search before asking
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?
Search before asking
Bug
Unable run after installing into a fresh env.
Three requirements are missing from the setup.py (they are in the requirements.txt):
Fix is to add these to the setup
Environment
No response
Minimal Reproducible Example
this will fail after installation without the three requirements I mnentioned
Additional
No response
Are you willing to submit a PR?