-
## 🚀 Feature
Kornia already has a set of exciting deep learning based models implemented.
I would like to add to Kornia the first stereo model: PSMNet. PSMNet is used in many stereo research pape…
-
Hi author, how to adjust the max and min parallax values to match parallax maps similar to those generated by PSMNet. Thanks!
-
When running the demo, prompt ModuleNotFoundError: No module named 'architecture. modeling. backbone. PSMNet' .
-
I followed the environment configuration, but encountered an out-of-GPU-memory error:
ngpus_per_node: 2
2024-06-14 10:13:04
Using GPU: 1 for training
Using GPU: 0 for training
Traceback (most rec…
-
Traceback (most recent call last):
File "D:\bangong\2024\daima\PSMNet-master\submission.py", line 42, in
test_left_img, test_right_img = DA.dataloader(args.datapath)
File "D:\bangong\2024\…
-
Dear JiaRenChang:
您好,我是开源深度学习平台飞桨(PaddlePaddle)团队的张春雨,冒昧联系您,感谢您花时间阅读我们的邮件。飞桨(PaddlePaddle)以百度多年的深度学习技术研究和业务应用为基础,是中国首个开源开放的产业级深度学习平台(2016年开源至今),包含核心框架、基础模型库、端到端开发套件与工具组件。
我们关注到您作为开源社区优秀的引领者,一直持续回馈…
-
stereo_net = Nets.get_stereo_net(args.modelName, net_args)
the above code runs good, but when I start to train on scene_flow, got the following error.
I have done some debug methods:
(1) check th…
-
This is problem feedback:
Traceback (most recent call last):
File "main.py", line 188, in
main()
File "main.py", line 167, in main
outputs = model(inputs.unsqueeze(0))
File "/home…
-
Does there any speed benchmark with other method in terms of depth estimation?
-
i use torchvision 0.7.0
(psmnet) cuiaihao@amax-v:~/PSMNet$ CUDA_VISIBLE_DEVICES=7 python submission.py
Number of model parameters: 5224768
/data/home/cuiaihao/.conda/envs/psmnet/lib/python3.7/sit…