├── README.md ├── bus.jpg ├── coco.names ├── dog.jpg ├── main.cpp ├── main_nanodet.py ├── nanodet.onnx ├── nanodet_m.onnx ├── person.jpg └── street.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/README.md -------------------------------------------------------------------------------- /bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/bus.jpg -------------------------------------------------------------------------------- /coco.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/coco.names -------------------------------------------------------------------------------- /dog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/dog.jpg -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/main.cpp -------------------------------------------------------------------------------- /main_nanodet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/main_nanodet.py -------------------------------------------------------------------------------- /nanodet.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/nanodet.onnx -------------------------------------------------------------------------------- /nanodet_m.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/nanodet_m.onnx -------------------------------------------------------------------------------- /person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/person.jpg -------------------------------------------------------------------------------- /street.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/nanodet-opncv-dnn-cpp-python/HEAD/street.png --------------------------------------------------------------------------------