Readme
A deep learning model for classifying break dance moves using CLIP embeddings. The model is fine-tuned on break dance videos to classify different power moves including windmills, halos, and swipes.
Takes as input 224x224 30fps mp4 videos
A breakdance move classifier
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/bawolf/break-video-clip@sha256:530f72ab229101dc4b11dbb1a258754d038342fef28c432791ce22aac6217bf5curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": {} }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia T4 GPU hardware. We don't yet have enough runs of this model to provide performance information.
A deep learning model for classifying break dance moves using CLIP embeddings. The model is fine-tuned on break dance videos to classify different power moves including windmills, halos, and swipes.
Takes as input 224x224 30fps mp4 videos