Commit Graph
26 Commits
Author SHA1 Message Date
Indrek Mandre 24cae6de47 detectors/rocm: automatically override HSA_OVERRIDE_GFX_VERSION for couple of known chipsets 2024-02-04 15:32:08 +02:00
Indrek Mandre 77fc38c84f switch model download into bash script 2024-02-04 14:22:15 +02:00
Indrek Mandre 8a14703d26 docker/rocm: compile onnx files into mxr files at startup 2024-02-04 13:52:27 +02:00
Indrek Mandre b151bcca09 detectors/rocm: assume models are in /config/model_cache/yolov8/ 2024-02-04 13:27:15 +02:00
Indrek Mandre 7c58c3ed4e docker/main: add download-models overlay into s6 startup 2024-02-04 13:13:18 +02:00
Indrek Mandre d6ff220e45 util/download_models: script to download yolov8 model files 2024-02-04 13:11:03 +02:00
Indrek Mandre 80ae30e30e detectors/edgetpu_tfl: add support for yolov8 2024-02-02 17:21:42 +02:00
Indrek Mandre cd508980bb detectors/yolo_utils: use nms to prefilter overlapping boxes if too many detected 2024-02-02 16:54:39 +02:00
Indrek Mandre 61713115e2 detectors/rocm: default option to conserve cpu usage at the expense of latency 2024-01-31 16:36:15 +02:00
Indrek Mandre da31ee197c detector/yolo_utils: indentation, remove unused variable 2024-01-28 13:01:50 +02:00
Indrek Mandre de02ba761b detectors: simplified/optimized yolov8_postprocess 2024-01-28 11:14:37 +02:00
Indrek Mandre 2634348909 docker/rocm: do not set HSA_OVERRIDE_GFX_VERSION at all for the general version as the empty value broke rocm 2024-01-28 02:23:10 +02:00
harakasandGitHub 917561bb42 docker/rocm: update README.md 2024-01-28 00:45:20 +02:00
harakasandGitHub 3747b8ef11 docker/rocm: updated README.md 2024-01-28 00:30:20 +02:00
Indrek Mandre 4481d08e96 example detectors view 2024-01-28 00:27:16 +02:00
Indrek Mandre 252a5dde05 docker/rocm: updated container with limite label sets 2024-01-27 22:46:54 +02:00
Indrek Mandre af3e40d2e1 detector/plugins: added onnx cpu plugin 2024-01-27 22:39:15 +02:00
Indrek Mandre 622a45ef12 detectors/rocm: separated preprocessing functions into yolo_utils.py 2024-01-27 22:35:32 +02:00
harakasandGitHub c93a508052 docker/rocm: updated README 2024-01-26 11:33:44 +02:00
harakasandGitHub 6de14a4e8e docker/rocm: updated README 2024-01-26 11:33:11 +02:00
harakasandGitHub 60ea2a4c8a docker/rocm: updated README 2024-01-26 11:30:22 +02:00
Indrek Mandre bb0836b9ca docker/rocm: readme about running on AMD GPUs 2024-01-26 11:11:56 +02:00
Indrek Mandre fb2425ecf0 docker/rocm: make imported model files readable by all 2024-01-26 10:54:24 +02:00
Indrek Mandre 35ae69a632 AMD/ROCm: add couple of more ultralytics models; comments 2024-01-26 10:47:12 +02:00
Indrek Mandre d88accf304 detectors/rocm: separate yolov8 postprocessing into own function; fix box scaling; use cv2.dnn.blobForImage for preprocessing; assert on required model parameters 2024-01-26 10:30:01 +02:00
Indrek Mandre 42f1168898 ROCm AMD/GPU based build and detector, WIP 2024-01-25 20:14:22 +02:00