Skip to content

ray19002/SLR-CV

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 30, 2024 20:31
April 30, 2024 20:31
April 30, 2024 20:31
April 22, 2024 01:12
April 10, 2024 15:23
April 30, 2024 20:31
April 22, 2024 04:41
April 23, 2024 19:26
April 30, 2024 20:47
April 30, 2024 20:31
April 10, 2024 15:23
April 30, 2024 20:06
April 30, 2024 20:06
April 30, 2024 20:06

SLR-CV

Download Videos(only if needed)

  • If you need to download the videos using the MS-ASL dataset, navigate to the data_downloader.ipynb file and run all the cells there. This is a lengthy process. However, if you are cloning the code from GitHub, you should already have access to all the videos and you will not need to use this file at all
    • Create a new Python environment, install the dependencies in requirements.txt using pip install -r requirements.txt.
    • Inside this file, you can specify the save folder in the download_videos function by changing SAVE_PATH = <your folder name>.
    • You can choose the input to the download_videos function from either test_data100, train_data100, or val_data100.

Demo Code

  • For a dummy run, navigate to dummy_demo.ipynb file. Run all the cells.
  • In this file, we selected only 5 classes and augmented each image 3 times to shorten the code running process.
  • The max training epoch is also set to 5 for the demo.
  • This demo is only for 3-Channel Dataset as 5 Channel dataset takes a little time to load. The process is all the same.
  • This process should take about less than 5 minutes if trained on GPU.
For the project code, check train_3Channel.ipynb and train_5Channel.ipynb files
This github repo is about 1.2GB.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published