Dene33 / video_to_bvh

Convert human motion from video to .bvh
369 stars 112 forks source link

IOError and FileNotFoundError #7

Closed KevinKons closed 5 years ago

KevinKons commented 5 years ago

I am gabind the following erros

IOError: [Errno 2] No such file or directory: 'keras_Realtime_Multi-Person_Pose_Estimation/sample_images/*' Done Read blend: /content/hmr/csv_to_bvh.blend [bpy.data.objects['Ankle.R'], bpy.data.objects['Knee.R'], bpy.data.objects['Hip.R'], bpy.data.objects['Hip.L'], bpy.data.objects['Knee.L'], bpy.data.objects['Ankle.L'], bpy.data.objects['Wrist.R'], bpy.data.objects['Elbow.R'], bpy.data.objects['Shoulder.R'], bpy.data.objects['Shoulder.L'], bpy.data.objects['Elbow.L'], bpy.data.objects['Wrist.L'], bpy.data.objects['Neck'], bpy.data.objects['Head'], bpy.data.objects['Nose'], bpy.data.objects['Eye.L'], bpy.data.objects['Eye.R'], bpy.data.objects['Ear.L'], bpy.data.objects['Ear.R'], bpy.data.objects['Hip.Center']] 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 0x7ff0fa40e400

Dene33 commented 5 years ago

Try to follow the usage guide from Readme. It seems that you have not downloaded all the files needed.

KevinKons commented 5 years ago

The problem was that i was sending a file with empty space in the name, once i removed all empty spces it worked