timctho / VNect-tensorflow

Apache License 2.0
474 stars 103 forks source link

about VNect-tensorflow models #4

Closed puface closed 6 years ago

puface commented 6 years ago

hi timctho i test VNECT-tensorflow , i find Vnect-tf very faster but less accurate . i want to know about your tensorflow model come from . how i do train myself mode .?

EJShim commented 6 years ago

I've tested both .caffe and tf version of Vnect, and figured out there is a precision difference between caffe and tensorflow. You might be abled to amplify it, or just re-train using tf model

Robinchacko commented 6 years ago

@EJShim I was trying to run demo.py file and I am getting an error like this...

Traceback` (most recent call last):
  File "demo.py", line 187, in <module>
    demo()
  File "demo.py", line 82, in demo
    cam_img = utils.read_square_image(img_path, '', args.input_size, 'IMAGE')
AttributeError: 'module' object has no attribute 'read_square_image'

Is it possible to sent me the edited/properly working demo.py Thanks