zhreshold / mxnet-yolo

YOLO: You only look once real-time object detector
MIT License
239 stars 88 forks source link

How did you change the mxnet framework? #7

Closed xhzcyc closed 7 years ago

xhzcyc commented 7 years ago

Hi, zhreshold, Thanks for your contribution to the algorithm. Could you do some description about your change of mxnet?

zhreshold commented 7 years ago

added the following operators: yolo_output.* to src/operator/contrib stack_neighbor into src/operator/matrix_op

liben2018 commented 6 years ago

@zhreshold, thanks for your code! I can find the files named with yolo_output in contrib: yolo_output-inl.h yolo_output.cc yolo_output.cu but, can not find matrix_op in src/operator, have you changed the code after above answer? Thanks!

zhreshold commented 6 years ago

stack_neighbor is no longer required.

liben2018 commented 6 years ago

@zhreshold, thanks!