Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ WARNING! Leave now if you are less than 18 years old!
|
|
11 |
* Input should be .mp4 with less than 10 seconds, prediction for longer video clips might be ok but not guaranteed. Currently, gif file can not be input, open an issue if it is a problem.
|
12 |
* The top-1 accuracy is around 90% for a validation set of ~7000 video clips.
|
13 |
* More classes such as footjob and higher accuracy are under development.
|
14 |
-
* A sample SFW [video](https://www.youtube.com/watch?v=giy37cf1msI) is in youtube and you can download this video by pasting the youtube url into this [website](https://en.savefrom.net/391GA/), you can experience this demo with this video. It is predicted
|
15 |
* I won't provide any NSFW samples, find by yourself.
|
16 |
* This repo is for video classification, for sex position classification for image, see [this repo](https://huggingface.co/porntech/sex-position) of mine.
|
17 |
|
|
|
11 |
* Input should be .mp4 with less than 10 seconds, prediction for longer video clips might be ok but not guaranteed. Currently, gif file can not be input, open an issue if it is a problem.
|
12 |
* The top-1 accuracy is around 90% for a validation set of ~7000 video clips.
|
13 |
* More classes such as footjob and higher accuracy are under development.
|
14 |
+
* A sample SFW [video](https://www.youtube.com/watch?v=giy37cf1msI) is in youtube and you can download this video by pasting the youtube url into this [website](https://en.savefrom.net/391GA/), you can experience this demo with this video. It is predicted correctly as "Other".
|
15 |
* I won't provide any NSFW samples, find by yourself.
|
16 |
* This repo is for video classification, for sex position classification for image, see [this repo](https://huggingface.co/porntech/sex-position) of mine.
|
17 |
|