Skip to content

Commit

Permalink
added more params to hparams
Browse files Browse the repository at this point in the history
  • Loading branch information
VCasecnikovs committed Dec 15, 2020
1 parent bcfd1b5 commit 0653ac5
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 15 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ or you can download weights using from this link: https://drive.google.com/open?
d = dataset.ListDataset("train.txt", img_dir='images', labels_dir='labels', img_extensions=['.JPG'], train=True)
path, img, bboxes = d[0]

"train.txt" is file which consists filepaths to image (images\primula\DSC02542.JPG)
!!! You can use SplitDataset.ipynb to create train.txt and valid.txt

"train.txt" is file which consists with filepaths to image (images\primula\DSC02542.JPG)

img_dir - Folder with images
labels_dir - Folder with txt files for annotion
labels_dir - Folder with txt files for annotation
img_extensions - extensions if images

If you set train=False -> uses letterboxes
Expand Down
Loading

0 comments on commit 0653ac5

Please sign in to comment.