mxnet-yolo icon indicating copy to clipboard operation
mxnet-yolo copied to clipboard

YOLO: You only look once real-time object detector

Results 28 mxnet-yolo issues
Sort by recently updated
recently updated
newest added

@zhreshold: do you have any plans to upstream these custom layers to MXNet?

Hi. I am pretty new to YOLO implementation. I was wondering which function I could call to save the output image/video to a directory? The output image would contain the...

Hi, @zhreshold , we know from the paper that yolo v2 adds a passthrough layer to bring features from the earlier layer at 26x26 resolution to get the fine-grained features....

Hello @zhreshold , I am so confuse about your IOU computation during training , can you explain the file at "train/metrix.py line 106" : ``` max_iou = np.amax(ious[:, j]) ```...

Hi, @zhreshold, thx for ur contribution, the code is clean and clearness. However, I'm wondering the speed of the detect process since it spent about 0.1s when i ran the...

Did you have the pretrained model of resnet50_yolo ? Thanks for this repo , it is very useful to me .

Hi @zhreshold , this tabel is my experience of testing speed in your repo , Hardware specification: 1.CPU : i7-7700 2.GPU : 1080ti 3.Mem : 32G ![image](https://user-images.githubusercontent.com/10645701/30238192-b8fd9a84-9574-11e7-9792-4a6529f7894c.png) My code for...

@zhreshold, I think it is a good idea to give a try on YOLO with BMXnet. https://arxiv.org/abs/1705.09864