Daniel Kusuma
Daniel Kusuma
Did anyone happen to learn the model only on VOC2012 dataset? If yes, how is the model performance learned with the default parameters? As for me, it scores only 65%...
I'm still trying to figure it if my assumption that the same dataset for evaluation and testing is being used. Did I miss anything there somewhere? Head ups will be...
Quick question on the output range. Does the SSIM implementation output number of range [0;1] or [-1;1] instead as described in the original SSIM paper http://www.cns.nyu.edu/pub/lcv/wang03-reprint.pdf ?
Quick question on the output range. Does the SSIM implementation output number of range [0;1] or [-1;1] instead as described in the original SSIM paper http://www.cns.nyu.edu/pub/lcv/wang03-reprint.pdf ?
Hello, I'm building an ensemble object detection model with two SSD head detectors. In this implementation the labels of the predicted model are stored with the corresponding conf scores and...
Hello, thanks for sharing your work! I have a question on the mAP calculation. Using the same confidence threshold of 0.2 my model somehow can't make it to 75-78%, as...
Thank you for the exhaustive resources that you put in here for the community to learn from! I've been wondering what the difference between the implementation of mAP for pascal...
Quick question on the output range. Does the SSIM implementation output number of range [0;1] or [-1;1] instead as described in the original SSIM paper http://www.cns.nyu.edu/pub/lcv/wang03-reprint.pdf ?
Thank you for the work and making the source public! I just wanted to clarify if the package version from PyPI had already been updated yet. After digging for some...