From 0576fba7936aa4ef422d74efeb2f6cd316996537 Mon Sep 17 00:00:00 2001 From: "hiroyuki.obinata" Date: Wed, 5 May 2021 15:52:53 +0900 Subject: [PATCH] add CSI camera sample description --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e845877..a28083e 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,9 @@ cp my-weights.pt /path/to/weights xhost +local: docker run -it --rm --runtime nvidia --network host --device /dev/video0:/dev/video0:mrw -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix -v /path/to/weights:/weights yolov5 python3 detect.py --source 0 --weights /weights/my-weights.pt ``` + +## run csi-camera sample +for more details: https://github.com/JetsonHacksNano/CSI-Camera +``` +./run-csi-camera.sh +```