Closed HoumoLudens closed 4 months ago
Can you please print out data.shape
? I just tried it and it seems fine. I see (78539, 4)
as the shape. It's quite odd you only have 33 elements in your array. Can you please try downloading the data again?
I got the same problem
Ran into same issue: the data shape before numpy attempts to reshape it is (33,), and hexdump
shows the binary files having 33 elements (00001.bin).
Works fine with other provided datasets though.
GitHub shows this when I open the file on the web browser:
version https://git-lfs.github.com/spec/v1
oid sha256:630576ce64156f76cc896696fe47aefdb9bde1f0f12e4eb24e13017aabd6f528
size 1256624
1256624 / (4 (float32) * 4 (XYZV)) = 78,539 rows or points.
I'm really not sure what's going on here. Have you tried git lfs pull
? I'm not able to reproduce this issue.
I wonder if those 33 bytes are just some Git LFS pointers and not the actual data.
Installing git-lfs
and pulling as you said solved the issue! Sample sequence now runs fine
Thanks :)
Very impressive work, and I just try to reproduce the result in the paper. But when I try to run
python run.py --sequence sample -o OUTPUT_DIR
, I got the error:It seems that the sample data's size is not correct. Just want confirm is the sample data is uploaded correctly, or is there any step I missed(I basically just followed the readme...)
Hope for your help !