TQTQliu / ET-MVSNet

[ICCV 2023] When Epipolar Constraint Meets Non-local Operators in Multi-View Stereo
MIT License
57 stars 2 forks source link

i met an error when tested data #4

Closed yolic66 closed 7 months ago

yolic66 commented 7 months ago

Traceback (most recent call last): File "C:\Users\dell\Desktop\ET-MVSNet-main\ET-MVSNet-main\test_dtu_dypcd.py", line 511, in save_depth(testlist) File "C:\Users\dell\Desktop\ET-MVSNet-main\ET-MVSNet-main\test_dtu_dypcd.py", line 392, in save_depth torch.cuda.reset_peak_memory_stats() File "D:\software\Anaconda\envs\etmvsnet\lib\site-packages\torch\cuda\memory.py", line 260, in reset_peak_memory_stats return torch._C._cuda_resetPeakMemoryStats(device) RuntimeError: invalid argument to reset_peak_memory_stats

yolic66 commented 7 months ago

solved!change test_dtu.sh 'export CUDA_VISIBLE_DEVICES=1' to 'export CUDA_VISIBLE_DEVICES=0'

Ttingyyy commented 3 months ago

do you hava this problem? a53d05be325836a57ff39e855ab3585 为什么会显示数据输入维度有问题?我下载的数据是所给的测试数据集呢