splatnet
splatnet copied to clipboard
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbc in position 334: invalid start byte
Hi, when I try to run the command: SKIP_TRAIN=1 ./exp/facade3d/train_test.sh, it has problem as title:
Traceback (most recent call last):
File "/home/ryxu/splatnet/exp/facade3d/../../splatnet/semseg3d/test.py", line 211, in
It maybe the decode problem, how to solve this problem in this splatnet project? Thanks.
Were the data files generated as instructed here using the same machine? There is no specified codec when generating the data files, but I would assume loading the files written by np.savetxt() on the same machines/system with np.loadtxt() should work ...