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

Hi, before updating the resnet pretrained model in mxnet-yolo, I used the resnet pretrained model from mxnet-ssd to train. But after updating, I found that the effects of the resnet...

Hi FOlks, I have downloaded the yolo2_resnet50_416-symbol.jason and kept in models directory, but when i execute the video_demo.py, I get the following **error**, Can you please help me fix this,...

Hi, I use my own MXNet pakages that built from source,beacause I also has some custom operator. As you mentioned in your readme file ,some custom operators are not presented...

This error is caused when running `symbol_resnet50_yolo.py` line 72 : `out=mx.contrib.symbol.Yolo2Output(...)`

Hi, Can you tell me where did you define the loss function? I want to apply a modification to it and test it out Thanks,

hi,thanks for your sharing.i want to train on my dataset,my targets are much smaller. could you tell me how to change the anchor size . in your code it is...

Hello.I want to train this model with my own data.So I try writing a script to make .lst file.However,I can't understand what the number of column 9 mean.Part like this...

I'm getting some errors when I'm trying to build the library.And I need some advice. # Environment info Operating System: Windows 10 x64 Compiler: Visual Studio 14 2015 Win 64/...

Hi. I have some error. > module 'mxnet.symbol' has no attribute 'stack_neighbor' this is my flow: ``` $ git clone https://github.com/zhreshold/mxnet-yolo.git >> (omit) $ cd mxnet-yolo ~mxnet-yolo$ git clone --recursive...

Hi, When i python video_demo.py ,there are some error. Can you help me ? $ python video_demo.py Traceback (most recent call last): File "video_demo.py", line 5, in from moviepy.editor import...