hcmea

Results 3 comments of hcmea

@mohaEs, I just started training BYOL with my custom dataset and got the same warning too. Did your model performed better on the downstream task? Does this warning effect the...

In coco format, json files have the following dictionaries `dict_keys(['images', 'type', 'annotations', 'categories'])` . For background images without any target objects in them, you can define the image properties in...

@le02146 In my application I added background images to my training data as well to help model discriminate background images from target objects. In my case there was only one...