Giter Club home page Giter Club logo

Comments (4)

duckyngo avatar duckyngo commented on June 22, 2024

This type of issue is because I wasn't install the CUDNN in the CUDA-8.0. I was solved it by install cudnn 5.0. But after that I meet a issue about TypeError:

The Traceback was:

Process Process-3:
Traceback (most recent call last):
File "/home/ducky/anaconda3/envs/python27/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
File "/home/ducky/anaconda3/envs/python27/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/ducky/Workspace/handpose/deep-prior-pp-master/src/util/realtimehandposepipeline.py", line 204, in threadConsumer
img, poseimg = self.show(frm['frame'], pose, frm['com3D'])
File "/home/ducky/Workspace/handpose/deep-prior-pp-master/src/util/realtimehandposepipeline.py", line 439, in show
comP = self.importer.joint3DToImg(rotatePoint3D(com3D, handpose[self.importer.crop_joint_idx], 0., 90., 0.))
File "/home/ducky/Workspace/handpose/deep-prior-pp-master/src/data/transformations.py", line 133, in rotatePoint3D
pp -= center
TypeError: Cannot cast ufunc subtract output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
Warning: CoM ill-defined!
Warning: CoM ill-defined!
Warning: CoM ill-defined!
Warning: CoM ill-defined!
Warning: CoM ill-defined!
Process Process-2:
Traceback (most recent call last):
File "/home/ducky/anaconda3/envs/python27/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
File "/home/ducky/anaconda3/envs/python27/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/ducky/Workspace/handpose/deep-prior-pp-master/src/util/realtimehandposepipeline.py", line 155, in threadProducer
ret, frame = device.getDepth()
File "/home/ducky/Workspace/handpose/deep-prior-pp-master/src/util/cameradevice.py", line 395, in getDepth
frame = self.importer.loadDepthMap(self.filenames[self.last_depth_num])
IndexError: list index out of range

from deep-prior-pp.

duckyngo avatar duckyngo commented on June 22, 2024

I solve the second issue by modify the rotatePoint3D a little bit to (pp -= center => pp = pp - center and ps -= center => ps = ps - center )

The result show here:
screenshot from 2018-11-28 16-42-20

Why the pose is small and quite strange. I try to change the config to another but it not improve

from deep-prior-pp.

moberweger avatar moberweger commented on June 22, 2024

Without knowing in detail what you are up to, there are several things you can try: Press "h" to switch between left and right hand, press "-"/"+" to reduce crop size (HC-300 looks too large for me), press "t" to use tracking mode instead of center-of-mass detection.

from deep-prior-pp.

duckyngo avatar duckyngo commented on June 22, 2024

Thank you. It works great now.
screenshot from 2018-11-28 20-57-09

from deep-prior-pp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.