Koushik Dutta
fb37f9f58d
coreml: remove yolo9c
2024-04-08 15:07:29 -07:00
Koushik Dutta
7514ccf804
detect: remove old models
2024-04-08 14:57:47 -07:00
Koushik Dutta
c35142a112
openvino/coreml: new models
2024-04-07 22:37:04 -07:00
Koushik Dutta
bd3bc0dcb3
coreml: handle empty face set error
2024-04-06 10:52:44 -07:00
Koushik Dutta
b36783df0a
coreml: improve face recognition concurrency
2024-04-05 12:32:29 -07:00
Koushik Dutta
bcea7b869b
coreml: fix threading
2024-04-04 12:48:11 -07:00
Koushik Dutta
95ac72c5c8
coreml: encode embedding
2024-04-02 22:07:13 -07:00
Koushik Dutta
32868c69fe
coreml: working face recog
2024-04-02 20:31:40 -07:00
Koushik Dutta
484682257b
coreml: wip face recog
2024-04-02 15:08:54 -07:00
Koushik Dutta
b0b922d209
coreml: plug in inception v1 reset face recognition
2024-04-01 21:36:19 -07:00
Koushik Dutta
e37295fb20
coreml: move vision framework into coreml
2024-04-01 20:45:31 -07:00
Koushik Dutta
c6e6c881fe
coreml: update models. publish.
2024-03-29 22:52:44 -07:00
Koushik Dutta
8aee8f39a3
coreml: yolov9c_32
2024-03-16 21:22:21 -07:00
Koushik Dutta
00aa766a6b
coreml: bump coremltools
2024-03-12 20:19:21 -07:00
Koushik Dutta
07c7c91c63
coreml: public beta that uses use coremltools beta
2023-09-01 14:41:46 -07:00
Koushik Dutta
c1f1e96109
predict: cleanups
2023-08-15 21:29:18 -07:00
Koushik Dutta
62c4a8b240
detection plugins: remove image splitting logic, let upstream handle that. switch to yolov8_320 as default.
2023-07-31 14:12:56 -07:00
Koushik Dutta
7d3dfb16f0
predict: rev model downloads for label normalization
2023-07-14 12:13:18 -07:00
Koushik Dutta
3a23e8ed26
coreml: fix mobilenet url
2023-06-17 23:17:56 -07:00
Koushik Dutta
2b9a0f082d
predict: refactor, add support for yolov8 on tflite
2023-06-16 12:08:04 -07:00
Koushik Dutta
ef742bdb23
coreml/openvino: yolov8 support
2023-06-15 00:54:53 -07:00
Koushik Dutta
6f7fa54f24
coreml: yolov8 default on apple silicon
2023-06-14 20:56:45 -07:00
Koushik Dutta
d9a575cb5a
coreml: add yolov8
2023-06-14 18:43:29 -07:00
Koushik Dutta
62a92fe083
coreml/openvino: improve yolov4, add yolov3 to openvino
2023-06-12 21:39:33 -07:00
Koushik Dutta
9b8bde556c
coreml: add yolov4-tiny model
2023-06-12 17:59:05 -07:00
Koushik Dutta
ffee1c5cc2
predict: publish
2023-04-26 22:51:28 -07:00
Roarrk
bc9ec73567
coreml: accomodate MultiArray (Float32 0 × 80) models ( #749 )
...
Hack to accomodate models that has an output of type Float32 instead of Double.
2023-04-22 16:54:02 -07:00
Koushik Dutta
0b6ffc2b87
predict: strip out allow list
2023-04-16 20:50:49 -07:00
Koushik Dutta
0d703c2aff
predict: remove filter options
2023-04-15 09:33:10 -07:00
Koushik Dutta
6a5d6e6617
predict: cleanups
2023-03-28 10:26:43 -07:00
Koushik Dutta
b55e7cacb3
predict: remove old pipline code
2023-03-27 11:14:53 -07:00
Koushik Dutta
2bce019677
predict: make models a separate download
2023-03-16 23:29:02 -07:00
Koushik Dutta
1c8ff2493b
coreml: move prediction onto background thread
2023-03-15 23:04:45 -07:00
Koushik Dutta
f1dfdb3494
coreml: revert tracker dependency removal
2023-03-14 20:13:22 -07:00
Koushik Dutta
172790b18f
sdk: fix device StorageSetting deserialzation
...
predict: externalize tracker
2023-03-01 21:33:43 -08:00
Koushik Dutta
171c2a3221
coreml: add libav
2023-02-19 16:36:41 -08:00
Koushik Dutta
9108675e24
Revert "Accomodate custom models ( #547 )"
...
This reverts commit 56c3104997 .
2023-02-13 09:09:09 -08:00
Roarrk
56c3104997
Accomodate custom models ( #547 )
...
Tries to fetch the label list from the mlmodel file itself and due to newer converted mlmodels having a different output (float32) it also numpy converts the model output to floats.
2023-02-11 22:46:24 -08:00
Roarrk
912f86e7a2
CoreML: Get input tensor size automatically ( #530 )
...
* Get input tensor size automatically
Get/Save MLMODEL spec automatically. This can also later be used for getting labels automatically.
* Update __init__.py
Removed defunct TODO
* Change to height*width
2023-01-23 13:54:15 -08:00
Koushik Dutta
22bce96318
remove numba dependency
2023-01-15 10:02:31 -08:00
Koushik Dutta
212202eedf
detect: remove debug logging
2023-01-15 00:37:45 -08:00
Koushik Dutta
318ada3ba6
detect: publish betas
2023-01-15 00:34:34 -08:00
Koushik Dutta
e6938654ca
predict: wip testing
2023-01-15 00:06:31 -08:00
Koushik Dutta
e40f5f426a
detections: add sort tracker
2023-01-13 21:00:47 -08:00
Koushik Dutta
c7e4078f6f
detect: fix python3.10 API change
2023-01-04 23:48:41 -08:00
Koushik Dutta
c72492dc16
coreml: publish!
2023-01-04 13:56:08 -08:00