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

[CLIFF] segmentation fault when running demo.py #169

Open
qiqiApink opened this issue Mar 7, 2023 · 2 comments
Open

[CLIFF] segmentation fault when running demo.py #169

qiqiApink opened this issue Mar 7, 2023 · 2 comments

Comments

@qiqiApink
Copy link

I run the demo.py with python demo.py --ckpt data/ckpt/hr48-PA43.0_MJE69.0_MVE81.2_3dpw.pt --backbone hr48 --input_path test_samples/downtown_runForBus_00_3dpw.mp4 --input_type video --save_results --make_video --frame_rate 30

But I got the "Segmentation fault" like this:

--------------------------- Visualization ---------------------------
Front view directory: /mnt/lustre/zhangyaqi/noah-research/CLIFF/test_samples/downtown_runForBus_00_3dpw/front_view_hr48
  0%|          | 0/731 [00:00<?, ?it/s]srun: error: SH-IDC1-10-140-1-165: task 0: Segmentation fault (core dumped)

How can I solve this?

@zhihaolee
Copy link
Contributor

Sorry I don't know, maybe it's the library problem in your enviroment.

@AllendLi
Copy link

Modifying the torch version with the following command may be useful
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113

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

3 participants