Category: Object Detection
NVIDIA Jetson Nano & Jetson inference – PART4 (CAM&YOLO3)
Base code : https://github.com/jkjung-avt/tensorrt_demos#yolov3 Updated Code : https://github.com/min-sangshik/tensorrt_demos [sample command]python3 trt_yolov3.py –model yolov3-608 –usb –vid 0 –width 1280 –height 720–file –filename test_video.mp4: a video file, [more…]
NVIDIA Jetson Nano & Jetson inference – PART3 (Detection Training&JPG Inference)
PC/Server에서 Darknet Training -> Jetson-Nano로 반영하는 방법 (가장 바람직한 방법, YOLO3 테스트 2020/2/23) # darknet yolov3 weight -> onnx ->tensorrt (Training is OK – In [more…]
NVIDIA Jetson Nano & Yolo3(TensorRT) – PART2
https://github.com/opendatacam/opendatacam/blob/master/documentation/USE_WITHOUT_DOCKER.md— memory issue https://github.com/opendatacam/opendatacam/issues/95 Jetpack 4.2.1 Default opencv 3.3.1 from jetpack Darknet with branch https://github.com/opendatacam/darknet/tree/opendatacam test case (20200124) – latest version testing… $ jetson_release NVIDIA Jetson [more…]