D-FINE
D-FINE copied to clipboard
#Question: How we can process empty ground true boxes?
Suppose i have process image without ground true boxes (annotation file is empty). How i can correctly calculate loss and initialize ground true values?
did you find what to do for this? i'm facing a similar issue
did you find what to do for this? i'm facing a similar issue
I nullified all the components of loss except cls loss
Can you show me the code changes you made for that?
Can you show me the code changes you made for that?
I needed this fix: https://github.com/Peterande/D-FINE/issues/247