You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@breezelj Hi, thanks for pointing out the issue. I also noticed that there is minor difference between bounding boxes produced by evaluate.py and demo.py.
# OTB Man sequence 0002 result69.457,46.669,26.011,39.444# demo.py69.459,46.294,26.026,39.786# evaluate.py
I recently digged into this issue and found out that got10k toolkit (evaluate.py) uses PIL to read images. On the other hand, my demo.py script reads images using opencv. There is a slight difference between pixel values of opencv and PIL images, which leads to different results. The following script reproduces this fact:
Why does running demo. py and evalevaluate. py with the same data set produce different results?
could you explain it, thanks
The text was updated successfully, but these errors were encountered: