Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run src/process_human_points.py miss scene file #20

Open
blakeliu opened this issue Jan 3, 2025 · 1 comment
Open

run src/process_human_points.py miss scene file #20

blakeliu opened this issue Jan 3, 2025 · 1 comment

Comments

@blakeliu
Copy link

blakeliu commented Jan 3, 2025

seq_name=seq002_football_001
root_folder=/home/tf/data/disk2/data/cv/3d/sloper4d
python src/process_human_points.py -R $root_folder

got error:

No default scene file!!!
@climbingdaily
Copy link
Owner

Hi,

Before processing the raw human points, you have to run the following command to generate a scene mesh.
python src/process_raw_data.py --root_folder $root_folder --tsdf --sync

And python src/process_human_points.py -R $root_folder is not a required step because the necessary data have already been stored in the pickle file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants