Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
📝 Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Mar 23, 2023
1 parent 16255ba commit 5843be5
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,54 @@ Parent

# How to use?

### saveData.py

```shell
Paraent/datasets/MakeData$ python saveData.py
100%|████████████████████████████████████████████████████████████████| 33/33 [00:26<00:00, 1.27it/s]
==============================
No. Total Data: 2240
==============================
Training Data: No. Images 1866
Training Data: No. GT 1866
Validation Data: No. Images 187
Validation Data: No. GT 187
Test Data: No. Images 187
Test Data: No. GT 187
==============================
No. Total Image Data: 2240
No. Total GT Data: 2240
==============================
```

> Result
```shell
FlickrLogos-v2
├── images
│ ├── test
│ ├── train
│ └── val
└── labels
├── test
├── train
└── val
```

### checkData.py

```shell
Paraent/datasets/MakeData$ python checkData.py
==================== train ====================
Images: 1866
Ground Truth: 1866
==================== train ====================
==================== val ====================
Images: 187
Ground Truth: 187
==================== val ====================
==================== test ====================
Images: 187
Ground Truth: 187
==================== test ====================
```

0 comments on commit 5843be5

Please sign in to comment.