-
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
No such file or directory: 'hmr/output/csv_joined/csv_joined.csv' #13
Comments
I get the same error with the movie that was used before. Then it worked fine. Is there anything changed? I checked the README file. |
I have the same problem and still workin on my masterthesis with this nice project. Hope for a quick fix |
I work around the problem by renaming my video to only with numbers |
The missing of csv_joined.csv is due to joining function failed. |
Thanks for sharing. I've tried to rename the video but I still got the same error. Do you mind sharing the exact video file name and format that worked out for you? |
1.mp4 and 2.mp4. I found that csv files were created but |
File "/usr/local/lib/python2.7/dist-packages/absl/flags/_flagvalues.py", line 430, in setitem Blender quit the error come even i change the name of video... |
Have you tried this: #12 (comment) |
i tried and get another error. 2019-09-19 12:41:27.908203: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3454 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:00:04.0, compute capability: 3.7) Traceback (most recent call last): Blender quit |
solved the "TypeError: default_name type (<type 'list'>) is not a string type. You likely meant to pass this into the values kwarg." issue by the link above.. Thank you. |
same error. |
Still have a problem with this, |
When processing the uploaded video, I get:
Traceback (most recent call last):
File "/content/hmr/csv_to_bvh.py", line 20, in
with open(fullpath, 'r', newline='') as csvfile:
FileNotFoundError: [Errno 2] No such file or directory: 'hmr/output/csv_joined/csv_joined.csv'
Blender quit
src/tcmalloc.cc:283] Attempt to free invalid pointer 0x7f3c34c0e400
What is the above supposed to mean and how can I fix it? how can I create the files and download them?
Thanks,
The text was updated successfully, but these errors were encountered: