-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently for datasets with bounding boxes, we need to specify the max bounding boxes possible so all output batches are of the same size:
Line 27 in 74776f2
| self.max_objects = 38 |
What we should do is use a custom collate function in the DataLoader like used in the Pytorch detection tutorial:
https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request