Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.19 KB

SlowFast

Requirements

  • Python >= 3.7
  • albumentations
  • pytorchvideo
  • transformers
  • sklearn
  • numpy
  • opencv2
  • matplotlib

Model

Preprocessing Data (Training)

datasets/
	- Label_Folder/ (Sorted by Label & Folder Name Must Contain Label)
		- Label_Folder_mp4_event_number/ (Sorted by Event Number) (If you process Video_Preprocessing.ipynb, You can make this folder)
			- *.png
		- *.mp4
		- *.json

Preprocessing Data (Testing)

datasets/
	- Label_Folder/
		- Label_Folder_mp4_event_number/ (If you process Video_Preprocessing.ipynb, You can make this folder)
			- *.png
		- *.mp4
		- *.json

Model Link (Pretrained Model)

Reference