Bashintosh

Results 11 issues of Bashintosh

There was a bug in the way the all zero prediction was removed from the image_prediction tensor This solution is correct, much more simple and clear

Instead of using input.get_shape() fonction We can pass input image shape to yolo_v3 and yolo_v3_tiny constructor function. Since the input placeholder shape is statically defined (to None, size, size, 3)...

Hy @mystic123 , It seems that you implementation is not exactly the same as the original one (which is leading to bad performance in detection). Here are the clues :...

Hi, I am studying you implementation of yolo_v3-tiny. Thanks for your job ! But it seems that you have introduced an error compared to the original network. According to the...

When I want to publish a value, the function "end" is called. All time this function is used, I can see the program into Hard_Fault_handler.

I am trying to run the inference.py script with the pre trained weights. here is my main : ``` if __name__ == '__main__': infer = Inference(config_file = 'HG/config.cfg', model =...

Hi, Thanks for your great implementation. I would be interested to get a "frozen" version of the net. Could you add to the repository the frozen version of the graph,...

Hi, Thanks for your great implementation. I would be interested to get a "frozen" version of the net. Could you add to the repository the frozen version of the graph,...

I don't understand why there is this line : `top[0].reshape(1, 5)` in [this file](https://github.com/Eniac-Xie/faster-rcnn-resnet/blob/master/lib/rpn/proposal_layer.py#L41). According to what I have understand, and according to the comment juste before this line :...

Hey, I try to test this on ARM A9, I tried ' sudo make runtests' and i have this error : scripts/basic/fixdep: 1: scripts/basic/fixdep: Syntax error: end of file unexpected...