Tobias

Results 8 comments of Tobias

Sorry guys didn't get a message. I'll check if this works.

You can first use something like Faster-RCNN or Yolo to detect a person in an image and then crop the image accordingly.

I can recommend the yad2k implementation https://github.com/allanzelener/YAD2K. An alternative with pure tensorflow is darkflow https://github.com/thtrieu/darkflow depending on your needs. Both work quite well - e.g. with a 1080TI you get...

I tried to follow the docs today including the fixes mentioned in this PR, unfortunately I didn't get it to work with type issues when creating sessions. May be it...

> > > > I tried to follow the docs today including the fixes mentioned in this PR, unfortunately I didn't get it to work with type issues when creating...

You probably have the in a folder where the path contains "\u" e.g. all user paths like "C:\Users\" do this process outside of such a folder.

Try to do the process in a folder which path does not contain "\u" like "C:\Users\...".

Hmm, weird. Only difference between your and my setup would be the python version (I use 3.5 for yad2k). May be you can try this... Just create a new environment...