├── LICENSE ├── README.md ├── object_detection_on_video_using_YOLO-NAS.py ├── object_detection_using_yolo_nas_on_collab.ipynb ├── object_detection_with_yolo-nas_on_live_web_cam_feed.py └── yolo-nas_image.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/README.md -------------------------------------------------------------------------------- /object_detection_on_video_using_YOLO-NAS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/object_detection_on_video_using_YOLO-NAS.py -------------------------------------------------------------------------------- /object_detection_using_yolo_nas_on_collab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/object_detection_using_yolo_nas_on_collab.ipynb -------------------------------------------------------------------------------- /object_detection_with_yolo-nas_on_live_web_cam_feed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/object_detection_with_yolo-nas_on_live_web_cam_feed.py -------------------------------------------------------------------------------- /yolo-nas_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meet5398/YOLO-NAS-object-detection/HEAD/yolo-nas_image.py --------------------------------------------------------------------------------