-
Notifications
You must be signed in to change notification settings - Fork 4
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
RuntimeError: cannot join current thread #5
Comments
Okay, for the first error you have two problems:
The second error should now also be fixed... |
Thanks for replying . Yeah now its solved .Thank you |
Hi , My cupy and chainer versions are as follows
When I execute
Error message I am receiving is
In requirements.txt it is asked to install cupy==4.1.0 and as per this link , it is recommended to install cupy-cuda90 if I want to enable cuda . |
Hmm, I don't exactly know what might cause this error, but just to be sure: Is the image you are using a grayscale image, or is it a RGB image? |
Installing cupy, using the |
Okay......I am using RGB image and it works well if I am compiling it without gpu (i meant with flag g = -1) . I will check again. Thanks for your reply. Will update here if I am able to solve the problem. Again , as per this link , i cannot use h264 encoder if I install open-cv using pip. Did you actually build open-CV manually or did you install it by pip ? |
Hmm, I think I installed openCV via my package manager and also via pip. |
I have followed the instructions given in the page and have tried to visualize the results using following code
### with video_sheeping.py
python video_sheeping.py figure_skating/models/resnet_50_augmentation_no_noise_75_100/Resnet50SheepLocalizer_97305.npz \log \-i videos/validation_data/video.mp4 \ -g 0 \ -o validation_data/analyzed_video.mp4
And I get the following error
with image_sheeping.py
command used as following
python image_sheeping.py figure_skating/models/resnet_50_augmentation_no_noise_75_100/Resnet50SheepLocalizer_97305.npz \log \-i figure_skating/evaluation_dataset/test_images/*.png \ -g 0 \ -o validation_data/images/analyzed
Output/error
Can anyone suggest a possible solution ?
The text was updated successfully, but these errors were encountered: