GYOUNG-YOON RYOO (Yoon)

Results 9 comments of GYOUNG-YOON RYOO (Yoon)

Hi. @ilkarman I using python2.7 as well. I want to reproduce this Error. Can you post your config file?

I think "ResourceExhaustedError" means out of memory. Image_resizer config will make your imput to size of 416x416. So input size is not a problem. `` image_resizer { fixed_shape_resizer { height:...

I changed the line 114 the same as you and run using python2.7. There was no such error. In my knowledge, `Reduction axis 1 is empty in shape [8,0]` error...

Hi. @iyeszin It happened when you use yolo code with newest object detection api code. I fixed the bugs with simply make the return value to list. Please try again....

No need to change the line. I work well in my environment. Did you change any config ? or What ckpt are you using ?

@thanhtu19392 Could you try again with [yolo_v2](https://github.com/rky0930/yolo_v2) in my repo ? That's the full version of the yolo_v2. That use the same source code in this repo but Object detecion...

Sorry for late reply. I think the error occurred at a line i didn't change. I guess non-max-suppression_fn couldn't get the score info. I don't know why .. May i...

Hi, Thanks for using my code. I think this issue is relevant with the issue. https://github.com/tensorflow/models/issues/2861 it's depends on what version of TF use. What TF version do you use?

I too have the same issue. I also hope to support _default write stream.