Ryan Lee
Ryan Lee
@lpylpy0514 Yes I think we're on the same page. The model difference is minimal, so I'll be taking a look at the post-processing to see where the difference is in...
@fengyuentau I've made some changes to: 1. No longer renames/moves files. 2. Updated variable naming for dataset use back to OTB100 to match the dataset. 3. No longer uses the...
I rebuilt the most recent version of OpenCV (with the patch) and am getting 0.586. Could you please try it? @fengyuentau Perhaps it's a setup issue in how I rebuilt...
> > With patch [opencv/opencv#25264](https://github.com/opencv/opencv/pull/25264), I get AUC 0.579 using this evaluation script, which is still different from 57.55 (0.5755) from @lpylpy0514 's result. > > ``` > > -----------------------------------------------------...
I'm finishing up a paper rebuttal but I'll take a look at this soon next week. I'm sure we can figure out why there's a discrepancy between our builds!
Hey @fengyuentau, finally got around to it. I completely uninstalled all opencv libraries from `apt` and `pip`, and deleted all OpenCV related files from `/usr/`. I had no OpenCV version...
Hello @fengyuentau, I've removed `PRED_BBOXES_DICT` global variable and stored it within the classes. Please let me know if that works now. Thanks!