├── README.md ├── config_infer_primary.txt ├── deepstream_app_config.txt ├── labels.txt └── nvdsinfer_custom_impl_yolox ├── Makefile ├── nvdsparsebbox_yolox.cpp └── utils.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/README.md -------------------------------------------------------------------------------- /config_infer_primary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/config_infer_primary.txt -------------------------------------------------------------------------------- /deepstream_app_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/deepstream_app_config.txt -------------------------------------------------------------------------------- /labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/labels.txt -------------------------------------------------------------------------------- /nvdsinfer_custom_impl_yolox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/nvdsinfer_custom_impl_yolox/Makefile -------------------------------------------------------------------------------- /nvdsinfer_custom_impl_yolox/nvdsparsebbox_yolox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/nvdsinfer_custom_impl_yolox/nvdsparsebbox_yolox.cpp -------------------------------------------------------------------------------- /nvdsinfer_custom_impl_yolox/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobbych94/YOLOX-deepstream/HEAD/nvdsinfer_custom_impl_yolox/utils.h --------------------------------------------------------------------------------