Open jacky4323 opened 6 years ago
src/operator/contrib/yolo_output*
Hi @zhreshold ,
I copy yolo_output* to my own mxnet and use cmake to build and I comment #import tools.find_mxnet in line2 demo.py then get below errors Could you please tell me how I can solve these problems?
the command line I used:
git clone --recursive https://github.com/hpi-xnor/mxnet.git (this is what mxnet package I use)
mkdir build/Release && cd build/Release
cmake ../../
make -j8
export LD_LIBRARY_PATH=
errors:
File "demo.py", line 100, in
If you run the latest master, stack_neighbor operator shouldn't be required anymore.
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 in official MXNet Can I add these additional custom operators to my own MXNet source? Which operators should I copy to my own MXNet pakages? Any help would be appericated! Thanks a lot!
Best Regards, PengWei