Open goometasoft opened 5 months ago
I also got the same error. Did you find any solutions?
Which dataset did you use for the test? I have not encountered such problems with tandt/train
data
I am encountering a ValueError: min() arg
is an empty sequence error when running train_vast.py. I used COLMAP
to generate the datasets. The same datasets work fine with train.py
, but the error occurs with train_vast.py
.
Below is the dataset used:
I'm facing the same problem.
The solution that worked for me was replacing --plantform threejs
with --plantform tj
in the arguments to run.
I wrote about it in #21
The same problem occurs! return [min(x_list), max(x_list), ValueError: min() arg is an empty sequence,is there any solutions?The dataset I used is my own data that COLMAP exported.
我也碰见同样的问题?请问怎么解决。数据集用train.py可以运行
Hello, has anyone found a solution yet? Thanks in advance!
I got same problem when use threejs "--pos "0 0 0" --ros "0 0 0 0 0 0 "" ,anyway to fix it?
Has anyone found a solution yet? Thanks in advance!