Skip to content

Commit eed933b

Browse files
authored
Release/v0.3.2 (#227)
* Increase version. * Add supported models.
1 parent 22dfde5 commit eed933b

File tree

2 files changed

+116
-1
lines changed

2 files changed

+116
-1
lines changed

depthai_nodes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .logging import setup_logging
33
from .message import *
44

5-
__version__ = "0.3.1"
5+
__version__ = "0.3.2"
66

77

88
setup_logging()

tests/end_to_end/supported_models.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,5 +457,120 @@
457457
"mediapipe-face-landmarker:192x192",
458458
"scrfd-face-detection:10g-640x640",
459459
"wildlife-megadetector:mdv6-yolov10-c"
460+
],
461+
"v0.3.2-beta": [
462+
"barcode-detection:768x576",
463+
"barcode-detection:512x384",
464+
"yolov8-instance-segmentation-large:coco-640x480",
465+
"yolo-world-l:640x640-host-decoding",
466+
"deeplab-v3-plus:512x288",
467+
"deeplab-v3-plus:512x512",
468+
"lite-hrnet:18-coco-192x256",
469+
"lite-hrnet:18-coco-288x384",
470+
"lite-hrnet:30-coco-192x256",
471+
"lite-hrnet:30-coco-288x384",
472+
"qrdet:nano-512x288",
473+
"yunet:320x240",
474+
"yunet:640x480",
475+
"yunet:960x720",
476+
"yunet:1280x960",
477+
"dncnn3:320x240",
478+
"dncnn3:640x480",
479+
"zero-dce:600x400",
480+
"dm-count:qnrf-960x540",
481+
"dm-count:qnrf-640x360",
482+
"dm-count:qnrf-426x240",
483+
"dm-count:qnrf-256x144",
484+
"dm-count:shb-960x540",
485+
"dm-count:shb-640x360",
486+
"dm-count:shb-256x144",
487+
"dm-count:shb-426x240",
488+
"dm-count:sha-960x540",
489+
"mediapipe-selfie-segmentation:256x144",
490+
"dm-count:sha-640x360",
491+
"dm-count:sha-426x240",
492+
"dm-count:sha-256x144",
493+
"age-gender-recognition:62x62",
494+
"crestereo:iter2-160x120",
495+
"crestereo:iter2-320x240",
496+
"crestereo:iter5-320x240",
497+
"crestereo:iter4-640x360",
498+
"xfeat:mono-320x240",
499+
"xfeat:stereo-320x240",
500+
"xfeat:mono-640x480",
501+
"ewasr:512x384",
502+
"xfeat:stereo-640x480",
503+
"pp-liteseg:1024x512",
504+
"midas-v2-1:small-384x256",
505+
"midas-v2-1:small-512x288",
506+
"midas-v2-1:small-256x192",
507+
"midas-v2-1:small-512x384",
508+
"midas-v2-1:small-1024x768",
509+
"depth-anything-v2:vit-s-336x252",
510+
"depth-anything-v2:vit-s-560x420",
511+
"depth-anything-v2:vit-s-mde-indoors-336x252",
512+
"depth-anything-v2:vit-s-mde-outdoors-336x252",
513+
"thermal-person-detection:256x192",
514+
"yolo-world-l:640x640",
515+
"efficientvit:b1-224x224",
516+
"scrfd-person-detection:25g-640x640",
517+
"yolo-world-l:yolo-worldv2-l-640x640",
518+
"yolo-p:bdd100k-320x320",
519+
"whisper-tiny-en:decoder",
520+
"whisper-tiny-en:encoder",
521+
"rt-super-resolution:v1",
522+
"l2cs-net:448x448",
523+
"gaze-estimation-adas:60x60",
524+
"osnet:market1501-128x256",
525+
"osnet:imagenet-128x256",
526+
"osnet:multi-source-domain-128x256",
527+
"arcface:lfw-112x112",
528+
"mediapipe-hand-landmarker:224x224",
529+
"head-pose-estimation:60x60",
530+
"objectron:camera-224x224",
531+
"objectron:chair-224x224",
532+
"objectron:cup-224x224",
533+
"objectron:sneakers-224x224",
534+
"ppe-detection:640x640",
535+
"paddle-text-recognition:320x48",
536+
"paddle-text-detection:256x256",
537+
"paddle-text-detection:544x960",
538+
"paddle-text-detection:320x576",
539+
"ultra-fast-lane-detection:culane-800x288",
540+
"ultra-fast-lane-detection:tusimple-800x288",
541+
"deeplab-v3-plus:256x256",
542+
"deeplab-v3-plus:person-513x513",
543+
"deeplab-v3-plus:person-256x256",
544+
"deeplab-v3-plus:513x513",
545+
"yolov6-nano:coco-416x416",
546+
"yolov8-large-pose-estimation:coco-640x352",
547+
"yolov8-nano-pose-estimation:coco-512x288",
548+
"yolov8-instance-segmentation-nano:coco-512x288",
549+
"yolov8-instance-segmentation-large:coco-640x352",
550+
"fastsam-x:640x352",
551+
"fastsam-s:512x288",
552+
"yolov10-nano:coco-512x288",
553+
"m-lsd:512x512",
554+
"m-lsd-tiny:512x512",
555+
"emotion-recognition:gray-64x64",
556+
"image-quality-assessment:256x256",
557+
"efficientnet-lite:lite4-300x300",
558+
"efficientnet-lite:lite0-224x224",
559+
"mobilenet-ssd:300x300",
560+
"license-plate-detection:640x640",
561+
"vehicle-attributes-classification:72x72",
562+
"emotion-recognition:260x260",
563+
"mediapipe-palm-detection:128x128",
564+
"esrgan:256x256",
565+
"rt-super-resolution:50x50",
566+
"yolov6-large:r2-coco-640x352",
567+
"yolov6-nano:r2-adjusted-coco-512x288",
568+
"yolov6-nano:r2-coco-512x288",
569+
"superanimal-landmarker:256x256",
570+
"mediapipe-palm-detection:192x192",
571+
"mediapipe-face-landmarker:192x192",
572+
"scrfd-face-detection:10g-640x640",
573+
"wildlife-megadetector:mdv6-yolov10-c",
574+
"luxonis/fire-detection:512x288"
460575
]
461576
}

0 commit comments

Comments
 (0)