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

segmentation fault (core dumped) #22

Open
GuHuangAI opened this issue Jun 9, 2021 · 0 comments
Open

segmentation fault (core dumped) #22

GuHuangAI opened this issue Jun 9, 2021 · 0 comments

Comments

@GuHuangAI
Copy link

I do fitting on the quantitative dataset, but when i run:
python ./prox/main.py --config cfg_files/RGB.yaml --recording_dir /export/home/lg/data/prox/quantitative/recordings/vicon_03301_01 --output_folder ./RGB_results --vposer_ckpt /export/home/lg/data/prox/quantitative/models/vposer_v1_0/ --part_segm_fn /export/home/lg/data/prox/quantitative/models/smplx_parts_segm.pkl --model_folder /export/home/lg/data/prox/quantitative/models,
The output code:
Processing: /export/home/lg/data/prox/quantitative/recordings/vicon_03301_01/Color/s001_frame_00001__00.00.00.023.jpg Found Trained Model: /export/home/lg/data/prox/quantitative/models/vposer_v1_0/snapshots/TR00_E096.pt /export/home/lg/.local/opt/anaconda3/envs/torch10/lib/python3.6/site-packages/smplx/body_models.py:280: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). param[:] = torch.tensor(params_dict[param_name]) Camera initialization done after 16.8501 Camera initialization final loss 721.0235 Stage 000 done after 33.7366 seconds Stage 001 done after 5.8872 seconds Stage 002 done after 65.9812 seconds Orientation: 0%| | 0/1 [01:45<?, ?it/s[1] 6203 segmentation fault (core dumped) python ./prox/main.py --config cfg_files/RGB.yaml --recording_dir | 3/5 [01:45<01:19, 39.56s/it]
What happened and how to solve this problem?
My environment:
CentOS7
GCC 7.3.0
python 3.6.13
torch 1.1.0 ( the version of torch in the requirements is torch==1.0.1.post2, but the human_body_prior package needs torch>=1.1)

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

1 participant