├── CMakeLists.txt ├── LICENSE ├── README.md ├── main.cpp ├── yolov8_seg.cpp ├── yolov8_seg.h ├── yolov8_utils.cpp └── yolov8_utils.h /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/main.cpp -------------------------------------------------------------------------------- /yolov8_seg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/yolov8_seg.cpp -------------------------------------------------------------------------------- /yolov8_seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/yolov8_seg.h -------------------------------------------------------------------------------- /yolov8_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/yolov8_utils.cpp -------------------------------------------------------------------------------- /yolov8_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gesriot/yolov8-segmentation/HEAD/yolov8_utils.h --------------------------------------------------------------------------------