Changes between Version 12 and Version 13 of expansion/gw16168
- Timestamp:
- 06/18/2026 04:22:57 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16168
v12 v13 524 524 - Note that without shm the pipeline needs to copy the raw image bytes over a local network-style socket connection. By mounting a dedicated memory path to /dev/shm you can eliminate that transfer (zero-copy): dvPre dumps the processed directly into a designated block of system RAM and dvInf uses a pointer to it 525 525 - you would think that if your original image was 1080x1920 and you resized it to the model size of 640x640 that if you tell dvPost the orig-width=1080 orig-height=1920 that it would scale the bounding boxes properly however in practice it seems it does not unless your image has the same aspect ratio of the model. mapping it as above (telling dvPost that the image is 640x640 and scaling ourselves) resolves this 526 - images: 527 528 [[Image(dog.jpg,400px)]] 529 [[Image(dog_detect.jpg,400px)]] 530 531 [[Image(traffic_jpg,400px)]] 532 [[Image(traffic_detect_yolo8n.jpg,400px)]] 533 [[Image(traffic_detect_yolo8x.jpg,400px)]] 534 526 535 527 536 * Video detection with boxing via Python in a headless webapp … … 983 992 }}} 984 993 - you can provide a webcam device path to enable streaming from a webcam and/or an mp4 directory to enable processing those. A dropdown will allow you to select the input stream and the model and the browser window will show you detections and statistics 994 995 [[Image(vision-webapp.jpg,400px)]] 996 985 997 986 998 [=#eiq-aaf-connector] … … 2068 2080 - open a browser to the host port 8080, select a video and submit a query 2069 2081 2082 [[Image(vlm-webapp.jpg,400px)]] 2070 2083 2071 2084
