We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e94571 commit 0b2d772Copy full SHA for 0b2d772
README.md
@@ -39,6 +39,7 @@ python create_dataset.py --in_root_dir ../video_frames --out_dir ../dataset --m
39
```
40
41
other examples for creating datasets: From Notion Download Raw dataset davis_no_mask. Uncompress the file into ./raw/
42
+
43
Now create the dataset
44
```bash
45
python create_dataset.py --in_root_dir ../raw/davis_no_mask/ --out_dir ../built/davis_no_mask_multiscale --masking_mode same_template --template_mask ../masks/no_mask.png --H 256 --W 480 --nLevels 3
0 commit comments