Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements change #407

Open
hjp609 opened this issue Dec 21, 2023 · 1 comment
Open

requirements change #407

hjp609 opened this issue Dec 21, 2023 · 1 comment

Comments

@hjp609
Copy link

hjp609 commented Dec 21, 2023

image
The latest version of OpenCV no longer supports Python 3.6, but it seems that the pip command still downloads the latest version. Please modify the requirements.txt file to add version constraints for opencv-python and opencv-contrib-python.

@friedang
Copy link

friedang commented Nov 6, 2024

I also had a few issues but resolved them by specifing some crucial package's versions in the requirement.txt. I hope this helps @hjp609

numba==0.53.1
matplotlib
fire
protobuf==3.17.0
opencv-python==4.5.2.54
opencv-contrib-python==4.5.3.56
pybind11
easydict
open3d-python==0.7.0.0
terminaltables
pytest-runner
addict
pycocotools==2.0.7
imagecorruptions
objgraph
cachetools
descartes
jupyter
matplotlib==3.3.4
motmetrics<=1.1.3
numpy==1.19.5
pandas>=0.24
Pillow<=6.2.1 # Latest Pillow is incompatible with current torchvision, pytorch/vision#1712
pyquaternion>=0.9.5
scikit-learn==0.24.2
Shapely==1.8.5.post1
tqdm
pyyaml==6.0.1
requests
nuscenes-devkit==1.0.5
transforms3d==0.4.1
screeninfo==0.8.1
spconv-cu113==2.1.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants