Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion prepare_dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ If you want to extract all images from videos, let's execute:
```shell script
python extract_all_images.py
```
or alternatively if you have the supported OpenCV version (3.2, 3.4 or 4.x) and Clang (part of LLVM, needed for automatic binding generation) installed in your system, you can use the executable:
```shell script
./ttnet_extract_images_multithread
```

As the authors mentioned in the original paper, images are extracted based on frames that has events.
To extract frames based on the key annotated events, let's execute:
Expand Down Expand Up @@ -98,4 +102,4 @@ ${ROOT}
├── train_3rd_phase.sh
├── train.sh
├── README.md
```
```
Binary file added prepare_dataset/ttnet_extract_images_multithread
Binary file not shown.