CUDA12.1+高版本pytorch复现NDDepth和NeWCRFs推理

项目地址

https://github.com/ShuweiShao/NDDepth

https://github.com/aliyun/NeWCRFs

pip包

bash 复制代码
addict==2.4.0
asttokens==3.0.0
attrs==25.3.0
backcall==0.2.0
blinker==1.8.2
Brotli @ file:///croot/brotli-split_1714483155106/work
certifi @ file:///croot/certifi_1725551672989/work/certifi
charset-normalizer==3.1.0
click==8.1.8
comm==0.2.2
ConfigArgParse==1.7.1
contourpy==1.1.1
cycler==0.12.1
dash==3.0.4
decorator==5.2.1
executing==2.2.0
fastjsonschema==2.21.1
filelock @ file:///croot/filelock_1700591183607/work
Flask==3.0.3
fonttools==4.57.0
fsspec==2025.3.0
gmpy2 @ file:///tmp/build/80754af9/gmpy2_1645455532332/work
hf-xet==1.1.3
huggingface-hub==0.33.0
idna==3.10
imageio==2.35.1
importlib_metadata==8.5.0
importlib_resources==6.4.5
ipython==8.12.3
ipywidgets==8.1.7
itsdangerous==2.2.0
jedi==0.19.2
Jinja2 @ file:///croot/jinja2_1716993405101/work
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jupyter_core==5.8.1
jupyterlab_widgets==3.0.15
kiwisolver==1.4.7
markdown-it-py==3.0.0
MarkupSafe @ file:///croot/markupsafe_1704205993651/work
matplotlib==3.7.5
matplotlib-inline==0.1.7
mdurl==0.1.2
mkl-fft @ file:///croot/mkl_fft_1695058164594/work
mkl-random @ file:///croot/mkl_random_1695059800811/work
mkl-service==2.4.0
mmcv==1.7.2
mmengine==0.10.7
mpmath @ file:///croot/mpmath_1690848262763/work
narwhals==1.42.1
nbformat==5.10.4
nest-asyncio==1.6.0
networkx @ file:///croot/networkx_1690561992265/work
numpy==1.22.0
open3d==0.19.0
opencv-python==4.11.0.86
packaging==25.0
pandas==2.0.3
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
pillow @ file:///croot/pillow_1721059439630/work
pkgutil_resolve_name==1.3.10
platformdirs==4.3.6
plotly==6.1.2
prompt_toolkit==3.0.51
protobuf==5.29.5
ptyprocess==0.7.0
pure_eval==0.2.3
Pygments==2.19.1
pyparsing==3.1.4
pyquaternion==0.9.9
PySocks @ file:///tmp/build/80754af9/pysocks_1605305779399/work
python-dateutil==2.9.0.post0
pytz==2025.2
PyWavelets==1.4.1
PyYAML @ file:///croot/pyyaml_1728657952215/work
referencing==0.35.1
requests @ file:///croot/requests_1721410876868/work
retrying==1.3.4
rich==14.0.0
rpds-py==0.20.1
safetensors==0.5.3
-e git+https://github.com/ShuweiShao/NDDepth.git@e9062f7b804af061faea281280e1db517e888ec1#egg=scikit_image&subdirectory=scikit-image-0.17.2
scikit-learn==1.3.2
scipy==1.10.1
six==1.17.0
stack-data==0.6.3
sympy @ file:///croot/sympy_1734622612703/work
tensorboardX==2.6.2.2
termcolor==2.4.0
threadpoolctl==3.5.0
tifffile==2023.7.10
timm==1.0.15
tomli==2.2.1
torch==2.1.0
torchaudio==2.1.0
torchvision==0.16.0
tqdm==4.67.1
traitlets==5.14.3
triton==2.1.0
typing_extensions @ file:///croot/typing_extensions_1715268824938/work
tzdata==2025.2
urllib3 @ file:///croot/urllib3_1727769808118/work
wcwidth==0.2.13
Werkzeug==3.0.6
widgetsnbextension==4.0.14
yapf==0.43.0
zipp==3.20.2
相关推荐
阿酷tony13 分钟前
视频点播web端AI智能大纲(自动生成视频内容大纲)的代码与演示
前端·人工智能·视频ai·视频智能大纲·ai智能大纲
可能是猫猫人18 分钟前
【Python打卡Day39】图像数据与显存 @浙大疏锦行
开发语言·python
爬虫程序猿19 分钟前
利用 Python 爬虫获取 Amazon 商品详情:实战指南
开发语言·爬虫·python
AI大模型技术社24 分钟前
💻 工业级代码实战:TransformerEncoderLayer六层堆叠完整实现(附调试技巧)
人工智能·llm
暖季啊25 分钟前
计算机视觉| 分割大模型Segment Anything(SAM)从0到1使用
人工智能·计算机视觉
aiweker28 分钟前
python web开发-Flask 重定向与URL生成完全指南
前端·python·flask
电院工程师29 分钟前
2.4 Python基础概念:通过一个文字冒险游戏学习编程
开发语言·python·学习·算法·游戏·游戏程序
萤火虫儿飞飞35 分钟前
关爱敏宝健康成长,Witsbb健敏思“防敏行动,无敏100+”学术交流会在人民日报社举行
大数据·人工智能
大千AI助手40 分钟前
如何数据的永久保存?将信息以加密电磁波形式发射至太空实现永久保存的可行性说明
人工智能·存储·数据·高可用·永久保存
daomingwu0171 小时前
【day51】复习日
python