Instructions to use Anzhc/Race-Classification-FairFace-YOLOv8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Anzhc/Race-Classification-FairFace-YOLOv8 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Anzhc/Race-Classification-FairFace-YOLOv8") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files
Race-CLS-FairFace_yolo11l.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:409860807160319828dfc1d5db76b5ad9745621b53134e3a3081017dff278e22
|
| 3 |
+
size 25996919
|
Race-CLS-FairFace_yolo11x.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cebfe600af3508e56a8907bafe7b9374c43ad05aa8910de5a4c06a0c3604026f
|
| 3 |
+
size 57071287
|