Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ‘©β€πŸ”§ Fixing command flags #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,22 @@ The previously explained commands ```Dataset```, ```multiclasses```, ```n_thread
The Toolkit automatically will put the dataset and the csv folder in specific folders that are renamed with a `_nl` at the end.
# Commands sum-up

| | downloader | visualizer | downloader_ill | |
|-------------------:|:----------:|:----------:|:--------------:|--------------------------------------------------|
| Dataset | O | O | O | Dataset folder name |
| classes | R | | R | Considered classes |
| type_csv | R | | R | Train, test or validation dataset |
| y | O | | O | Answer yes when downloading missing csv files |
| multiclasses | O | | O | Download classes toghether |
| noLabels | O | | | Don't create labels |
| Image_IsOccluded | O | | | Consider or not this filter |
| Image_IsTruncated | O | | | Consider or not this filter |
| Image_IsGroupOf | O | | | Consider or not this filter |
| Image_IsDepiction | O | | | Consider or not this filter |
| Image_IsInside | O | | | Consider or not this filter |
| n_threads | O | | O | Indicates the maximum threads number |
| limit | O | | O | Max number of images to download |
| sub | | | R | Human-verified or Machine-generated images (h/m) |
| | downloader | visualizer | downloader_ill | |
|--------------------:|:----------:|:----------:|:--------------:|--------------------------------------------------|
| `Dataset` | O | O | O | Dataset folder name |
| `classes` | R | | R | Considered classes |
| `type_csv` | R | | R | Train, test or validation dataset |
| `y` | O | | O | Answer yes when downloading missing csv files |
| `multiclasses` | O | | O | Download classes toghether |
| `noLabels` | O | | | Don't create labels |
| `image_IsOccluded` | O | | | Consider or not this filter |
| `image_IsTruncated` | O | | | Consider or not this filter |
| `image_IsGroupOf` | O | | | Consider or not this filter |
| `image_IsDepiction` | O | | | Consider or not this filter |
| `image_IsInside` | O | | | Consider or not this filter |
| `n_threads` | O | | O | Indicates the maximum threads number |
| `limit` | O | | O | Max number of images to download |
| `sub` | | | R | Human-verified or Machine-generated images (h/m) |

R = required, O = optional

Expand Down