-
Notifications
You must be signed in to change notification settings - Fork 296
Description
I synthesized data using Blender and trained for 200 epochs with 5k images.
When I use this weight to do inference on some other synthesized data, it showed incomplete cuboid detection for some of the images, while it correctly detected the cuboid for some. But what is causing this problem? There was no occlusion of the object.
Based on the weights from synthesized data, I then trained with 300 real images (75 + augmentation). But when I then used it to predict the real images in the training set, it also showed incomplete cuboid detection, although some of the corner points were recognized.
At a certain epoch (800), the model performed some degree of ability to recognize its training set, yet was still unable to give a cuboid. At more or less epoch (700/900), it was nothing with a non-converging belief map.
So may I ask what is causing this problem of incomplete cuboid detection? When I take a look at the cli output there are actually 8 points. Are there any recommendations on how to improve?