Hi, thank you for your great contribution.
As you have mentioned in #99 target boxes are converted to XYXY then to CXCY.
But i cannot find exactly where does this conversion to CXCY happens. Can you please point it out to me? I found where the CXCY to XYXY take place for computing loss value, but I need to write my own Dataloader in order to train on my custom fusion dataset so I need to know where does the first conversion take place.
Hi, thank you for your great contribution. As you have mentioned in #99 target boxes are converted to
XYXY
then toCXCY
. But i cannot find exactly where does this conversion toCXCY
happens. Can you please point it out to me? I found where theCXCY
toXYXY
take place for computing loss value, but I need to write my own Dataloader in order to train on my custom fusion dataset so I need to know where does the first conversion take place.