Closed xllau closed 3 years ago
I added the training code https://github.com/marcelsheeny/radiate_sdk/blob/master/vehicle_detection/train.py
This code has the logic for both horizontal and oriented bounding boxes, however it is not working with oriented bounding boxes since the current version of detectron2 doesn't support training with rotated bboxes (AFAIK).
I added the training code https://github.com/marcelsheeny/radiate_sdk/blob/master/vehicle_detection/train.py
This code has the logic for both horizontal and oriented bounding boxes, however it is not working with oriented bounding boxes since the current version of detectron2 doesn't support training with rotated bboxes (AFAIK).
Thanks a lot for your update! And I have applied for your dataset access for few days, hope I can get it sooner!
We are an analysing each request individually and we will give you soon access to the dataset.
Hi, would you like to provide the training and validation dataloader? Since there is not anything find in your SDK.