10 Commits
Author SHA1 Message Date
Piotr Skalski 5a890bd867 Merge pull request #342 from ethanlee928/main
fix Supervision depreciation of BoxAnnotator
2024-07-24 08:59:41 +02:00
Piotr Skalski e49e881edd Merge branch 'main' into main 2024-07-24 08:58:19 +02:00
Piotr Skalski e27a646ca0 Update requirements.txt
`supervision==0.22.0` is deprecating `BoxAnnotator`. I'm freezing the `supervision` version to prevent any problems.
2024-07-12 12:27:24 +02:00
Piotr Skalski 31aa788a3c 🛠️ Fixing typos in README.md 2023-05-23 20:25:50 +02:00
Piotr Skalski da9f1c0751 Bump supervision version to 0.6.0. 2023-04-21 18:37:17 +02:00
Piotr Skalski 95e0123a14 Add link to Accelerate Image Annotation with SAM and Grounding DINO | Python Tutorial 2023-04-20 21:10:18 +02:00
Piotr Skalski e45c11c4c3 ⚙️ more compact inference API - single class to load, process and infer (#16)
* ⚙️ more compact inference API - single class to load, process and infer

* 👊 bump Supervision version to `0.4.0`
2023-04-06 15:02:17 +08:00
Piotr Skalski f6b1145481 🎬 Add Roboflow YouTube video to README.md (#13) 2023-03-29 09:55:23 +08:00
Piotr Skalski c974f60d73 Test fix for #11 (#12) 2023-03-28 09:39:44 +08:00
Piotr Skalski 2309f9f468 feature/first_batch_of_model_usability_upgrades (#9)
* initial commit

* test updated requirements.txt

* move more code to inference utils

* PIL import fix

* add annotations utilities

* README.md updates
2023-03-24 10:07:02 +08:00