MeteorsHub

Results 27 comments of MeteorsHub

Yes, better to support ios11 File app

Why this is not merged to the master branch?

Is the hand detector in this release? As far as i understand, you mean first train a hourglass net to predict 2d cordinate of all joint points, and then compute...

Ok, thank you for the reply

You mean there is something wrong with data/nyu.py? I just run this file after downloading NYU dataset

I cloned your code again and run from begining, but it came to the same results. I think you should solve the issue #4 so that we can evaluate dataset...

Yes, i run it several time and made sure the code I modified does nothing to do with data and network. Maybe it's my environment or dataset corruption. So i...

I run the code with ICVL and the result is normal as expected. I don't know why it's strange on NYU. I found images on tensorboard has a strange vertical...

I got it. Your code on bbox selection have a bug. Maybe your nyu_bbox.pkl is different from the uploaded one Change line 107-121 in data/nyu.py to ``` if self.subset ==...

I don't understand. Is ‘view’ a camera view or one frame? If a camera view (there are 3 camera views in test set), you code don’t evaluate camera view 2...