Andreu Girbau

Results 8 issues of Andreu Girbau

UA-DETRAC dataset does not have all the objects in the frames annotated. They use a so-called "ignore zones" to remove the detections that would correspond to False Positives for corresponding...

Hi! First of all, thank you for your work! I'd like to point that having a /32 there hard coded might be a little ugly. Of course this is for...

Updated documentation links

Hello! First, thanks for your great work, it's amazing! I was wondering around the repo, and I found this piece of code on mot_evaluator.py, which seems to be changing thresholds...

Hello! Thank you for publishing your work, it's super interesting! I'm trying to evaluate it using the script provided with the HS-ERGB dataset. As stated in the paper, the evaluation...

Hello! I was testing a trained model, and found that the testing accuracy reported by the code is lower for bigger batch sizes. For instance: `python testing.py --test $TEST_PATH--checkpoint log/model_best_caltech101.pth...

Hello, thank you for making your code public! I was trying to do a first run, and realized the file that should be in "./options/test/HighREV/REFID.yml" does not exist. Could you...

Hello! I was trying to execute "test.py", but line https://github.com/AHupuJR/REFID/blob/0fff773fe74eb5f941a17c9fa27cc5bfeebbeb03/basicsr/data/__init__.py#L12 gave error. I've checked the code and haven't seen any "h5_image_dataset" inside the "basicsr/data".