Seong Joon Oh
Seong Joon Oh
Taken from https://www.computer.org/csdl/journal/tp/5555/01/09762560/1CRqDN0f8fm
Thanks for the question! There was no standard practice for the ordering between resize and normalization before. We have decided to fix them to `resize --> normalize` in our inference...
It is relatively simple to modify the code for `MaxBoxAcc` to compute the top-1 localization. `MaxBoxAcc` determines the correctness of the box (with a given iou threshold) for each image....
Thank you for your interest in the paper and the awesome suggestion! As you worry, though, I would be careful with changes that would require heavier dependencies and significantly longer...
Hi WentaoZero, The util package is in ResearchTools submodule. Did you recursively clone this repository? ```bash git clone https://github.com/coallaoh/WhitenBlackBox.git --recursive ```
Since the download works for me, can you share the error message when you try ``` wget https://datasets.d2.mpi-inf.mpg.de/joon18iclr/MNIST-NET.tar.gz ``` ? (assuming you're using linux machine)