Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ python preprocess.py --video_directory <your path of videos (vid1.mp4, vd2.mp4,
```bash
python preprocess.py --clip_frame_data --video_directory 'videos' --config_name "My Videos" --config_save_name "my_videos"
```
#### If you wish to load the model on Low ram GPU or Collab Gpu with high ram, you can pass the argument `--low_ram_model` like so:

```bash
python preprocess.py --video_directory 'videos' --low_ram_model True --config_name "My Videos" --config_save_name "my_videos"
```
## Results
After running, you should get a JSON like this. You can then parse it any script that supports reading JSON files.
Here is psuedo code of what your config may look like.
Expand Down