Rename img_size to imgsz (#86)
This commit is contained in:
parent
ae2443c210
commit
6432afc5f9
25 changed files with 98 additions and 98 deletions
|
|
@ -14,7 +14,7 @@ class MixAndRectDataset:
|
|||
|
||||
def __init__(self, dataset):
|
||||
self.dataset = dataset
|
||||
self.img_size = dataset.img_size
|
||||
self.imgsz = dataset.imgsz
|
||||
|
||||
def __len__(self):
|
||||
return len(self.dataset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue