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

Stuck when extracting features #106

Open
dongfengxijian opened this issue May 26, 2023 · 2 comments
Open

Stuck when extracting features #106

dongfengxijian opened this issue May 26, 2023 · 2 comments

Comments

@dongfengxijian
Copy link

When I use the extract_features.py to extract features, the process seem be stuck. I tired the two commands:

python3 extract_features.py --mode caffe
--num-cpus 2 --gpus '0,1,2,3'
--extract-mode roi_feats
--min-max-boxes '20, 20'
--config-file configs/caffe/test-caffe-r101.yaml
--image-dir './datasets/demo/' --bbox-dir './output/features/' --out-dir './output/bbox/'
--fastmode

python3 extract_features.py --mode caffe
--num-cpus 0 --gpus '0,1,2,3'
--extract-mode roi_feats
--min-max-boxes '10, 100'
--config-file configs/caffe/test-caffe-r101.yaml
--image-dir './datasets/demo/' --bbox-dir './output/features/' --out-dir './output/bbox/'

However, when I removed the --fastmode, it was still stuck. Addition, I can find the process through top command but I can't find it through nvidia-smi command.
微信截图_20230526224537

@ther-0319
Copy link

Have you solved this problem? Can you tell me how to solve it?

@1MurasaKi
Copy link

I have also encountered this problem. Can you tell me how to solve it

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