Instructions to use LukeJacob2023/makeup-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LukeJacob2023/makeup-detector with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LukeJacob2023/makeup-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 364 Bytes
58d8266 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | train: ../train/images
val: ../valid/images
test: ../test/images
nc: 7
names: ['bold_makeup', 'casual_makeup', 'evening_makeup', 'fantasy_makeup', 'no_makeup', 'smokey_eyes_makeup', 'vintage_makeup']
roboflow:
workspace: makeuptask
project: makeup-dzudk
version: 4
license: CC BY 4.0
url: https://universe.roboflow.com/makeuptask/makeup-dzudk/dataset/4 |