-
Notifications
You must be signed in to change notification settings - Fork 111
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
BVH not downloading #11
Comments
Provide more information, please. |
I have installed the inital imports and uploaded my mp4 video file to 100%. I set the fps for 24 and i get an error for the video processing that says (FileNotFoundError: [Errno 2] No such file or directory: '2d_pose_estimation.py'). and for BVH download i get a message that says ( FileNotFoundError: Cannot find file: hmr/output/bvh_animation/estimated_animation.bvh). I dont know why im receiving the errors and if this is why i have not received the BVH file. |
I missed a few errors after installing the initial imports. ERROR: Failed building wheel for opendr AND ERROR: Command "/usr/bin/python2 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-FHu_g5/opendr/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-weAs9R/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-FHu_g5/opendr |
There was a bug with |
I think so, Is there another version that you can show me? |
Just follow the 1st step of usage from |
getting ERROR: Failed building wheel for opendr and ERROR: Command "/usr/bin/python2 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-IM6ZRU/opendr/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-Xc5U23/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-IM6ZRU/opendr/ ON THE FIRST STEP |
Ah, that's not the case of your issue. That is the requirement that I forgot to remove, just ignore this error. There is another install of opendr required version - The last lines of 1st cell output should be: So double check the video that you're uploading and correctness of following steps described in |
the upload of the video is 100% and i processed the video but it says sample_videos/NEYO: No such file or directory. where should i find the download BVH file once everything has worked properly? I dont think the video is converting to video images. |
I've checked again - everything works fine. You're doing something wrong. Reset your Google Colab runtime and try again. Result .bvh should be in What video you're trying to process? Maybe the issue is in it's extension or something. |
what is the maximum length or frames that can be uploaded . |
I'm not sure about restriction in that case. Google Colab has 300+ GB of space for you. |
I have made the video shorter and followed all the steps. I'm not sure why its not working. |
its an mp4. once i finish the BVH step I see no BVH made no file nothing. |
Maybe 2d pose estimation or hmr can't detect any human in frame. If you want, share the video so I could test it myself. Or upload another video with one person that should work for 100%. |
ok, how can i share it with you? |
https://wetransfer.com/ upload it here and share the link here |
The problem is that you have space in your file name. Rename it to |
THANKS! it worked and has started to process the video but now it says "GPU memory usage is close to the limit" I have even made the video shorter but its saying the same. sigh |
Make the screenshot please. |
Im not sure how to fix that but thats what it says. i have cut the video down to 10 seconds and its still saying memory is close to the limit. |
Click |
i tried to ignore it but it wont allow it. |
Collab was running something around 3+ hours and I had no problems at all. Here is the estimated |
not sure why im having this much trouble. |
Please read carefully through the thread and try to solve it. Or provide more information. Thanks. |
@Dene33 Thank you for answering :) |
I have the same question!Do you resolve it? |
Hi guys. I encountered several errors and did workarounds and eventually got bvh file! execute the following code at the top of "Process the video" section.
Apparently from version 1.14 tensorflow comes with absl-py and it has the 'log_dir' flag already and collides with /hmr/src/config.py. Also after version 1.2 tf.name_scope started having different arguments and it throws error. This workaround works at least for now but not sure in the future. Before processing actual target video, I recommend to try out with very short video with fps 1 and make sure all codes run through. |
not work, already( |
cant install opendr error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
The text was updated successfully, but these errors were encountered: