You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in # Running on your own capture, you used export PATH_TO_ZIP_FILE=data/8b98276b0a.zip # Replace with your own zip file path
to replace characters in python3 -m promptda.scripts.generate_video process_stray_scan --input_path ${PATH_TO_ZIP_FILE} --result_path ${PATH_TO_SAVE_FOLDER}
This will usually result in 'prompt_depths' and 'rgbs' values being 0 in 'promptda/scripts/generate_video.py', 89, 'min_len = min(len(result_depths), len(prompt_depths), len(rgbs))'
The text was updated successfully, but these errors were encountered:
I noticed that in # Running on your own capture, you used
export PATH_TO_ZIP_FILE=data/8b98276b0a.zip # Replace with your own zip file path
to replace characters in
python3 -m promptda.scripts.generate_video process_stray_scan --input_path ${PATH_TO_ZIP_FILE} --result_path ${PATH_TO_SAVE_FOLDER}
This will usually result in 'prompt_depths' and 'rgbs' values being 0 in 'promptda/scripts/generate_video.py', 89, 'min_len = min(len(result_depths), len(prompt_depths), len(rgbs))'
The text was updated successfully, but these errors were encountered: