-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Cloning
Adeel Ijaz edited this page Dec 23, 2022
·
3 revisions
It is required to download trained resources from storage bucket. The cloning and setup procedure for this repository is given below:
# To clone repository
git clone https://github.com/codeadeel/Stream-Classification.git
# To download trained resources
cd ./Stream-Classification
wget -O ./Resources/ffmpeg https://storage.googleapis.com/codeadeel-github/Generic/ffmpeg
wget -O ./Resources/youtube-dl https://storage.googleapis.com/codeadeel-github/Generic/youtube-dl
wget -O ./Resources/convnext_tiny-983f1562.pth https://storage.googleapis.com/codeadeel-github/Stream-Classification/convnext_tiny-983f1562.pth
wget -O ./Resources/convnext.model https://storage.googleapis.com/codeadeel-github/Stream-Classification/convnext.model
wget -O ./Resources/OHE.labels https://storage.googleapis.com/codeadeel-github/Stream-Classification/OHE.labels