google/quickdraw
Updated • 373 • 26
How to use WinKawaks/SketchXAI-Base-QuickDraw30 with Transformers:
# Load model directly
from transformers import AutoImageProcessor, ViTForSketchClassification
processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30")
model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30")A full description of this project can be found at https://sketchxai.github.io/.