Closed pra-dan closed 3 years ago
I am planning to use Det3D to train a detector for a custom object (a toy or some table). I prefer using only RGB. How should I go about it ? Any starting notes ? Thanks in advance :)
Add your datasets by inherit the base Dataset class : https://github.com/poodarchu/Det3D/blob/master/det3d/datasets/custom.py
And specify your image read func and transforms in getitem and configs.
I am planning to use Det3D to train a detector for a custom object (a toy or some table). I prefer using only RGB. How should I go about it ? Any starting notes ? Thanks in advance :)