Page MenuHomePhabricator

Video Processing Module for NSFW Classfier
Closed, ResolvedPublic

Description

A NSFW classifier T264049 takes an image as input and classifies it as SFW or NSFW.
This taks aims at adding support for videos for the same model.

Workflow

  1. Video Segmentation : Divide the video into difference scene segments using PySceneDetect or something similar.
  2. Frame Extraction : From the segmented video clips, extract indivisual frames using Decord or something similar.
  3. Feed the individual frames to the NSFW model and generate an overall score for the video.

Event Timeline

@Abbasidaniyal Outreachy Round 21 is long over. Asking if this task is still valid? Can it be resolved?

Abbasidaniyal claimed this task.
Abbasidaniyal reassigned this task from Abbasidaniyal to Harshineesriram.