[FRONTEND] DarkNet Yolo2 Frontend Support (#377)
Showing
- nnvm/Makefile 1 addition, 1 deletionnnvm/Makefile
- nnvm/python/nnvm/frontend/__init__.py 1 addition, 0 deletionsnnvm/python/nnvm/frontend/__init__.py
- nnvm/python/nnvm/frontend/darknet.py 637 additions, 0 deletionsnnvm/python/nnvm/frontend/darknet.py
- nnvm/python/nnvm/testing/__init__.py 2 additions, 0 deletionsnnvm/python/nnvm/testing/__init__.py
- nnvm/python/nnvm/testing/darknet.py 494 additions, 0 deletionsnnvm/python/nnvm/testing/darknet.py
- nnvm/python/nnvm/testing/yolo2_detection.py 246 additions, 0 deletionsnnvm/python/nnvm/testing/yolo2_detection.py
- nnvm/python/nnvm/top/__init__.py 1 addition, 0 deletionsnnvm/python/nnvm/top/__init__.py
- nnvm/python/nnvm/top/vision.py 40 additions, 0 deletionsnnvm/python/nnvm/top/vision.py
- nnvm/src/top/vision/yolo2/region.cc 35 additions, 0 deletionsnnvm/src/top/vision/yolo2/region.cc
- nnvm/src/top/vision/yolo2/region.h 101 additions, 0 deletionsnnvm/src/top/vision/yolo2/region.h
- nnvm/src/top/vision/yolo2/reorg.cc 52 additions, 0 deletionsnnvm/src/top/vision/yolo2/reorg.cc
- nnvm/src/top/vision/yolo2/reorg.h 110 additions, 0 deletionsnnvm/src/top/vision/yolo2/reorg.h
- nnvm/tests/ci_build/Dockerfile.gpu 3 additions, 0 deletionsnnvm/tests/ci_build/Dockerfile.gpu
- nnvm/tests/ci_build/install/ubuntu_install_darknet.sh 4 additions, 0 deletionsnnvm/tests/ci_build/install/ubuntu_install_darknet.sh
- nnvm/tests/python/frontend/darknet/test_forward.py 257 additions, 0 deletionsnnvm/tests/python/frontend/darknet/test_forward.py
- nnvm/tutorials/from_darknet.py 227 additions, 0 deletionsnnvm/tutorials/from_darknet.py
nnvm/python/nnvm/frontend/darknet.py
0 → 100644
This diff is collapsed.
nnvm/python/nnvm/testing/darknet.py
0 → 100644
nnvm/python/nnvm/testing/yolo2_detection.py
0 → 100644
nnvm/python/nnvm/top/vision.py
0 → 100644
nnvm/src/top/vision/yolo2/region.cc
0 → 100644
nnvm/src/top/vision/yolo2/region.h
0 → 100644
nnvm/src/top/vision/yolo2/reorg.cc
0 → 100644
nnvm/src/top/vision/yolo2/reorg.h
0 → 100644
nnvm/tutorials/from_darknet.py
0 → 100644
Please register or sign in to comment