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
Hi, I would like to ask if the "yMin = max(yMin, ymin)" in line 369 of sodad_spliy.py should be changed to "yMin = min(yMin, ymin)"? Otherwise, y_min will always be 10000
您好,请问sodad_spliy.py中第369行的_getImgExAnn()函数的"yMin = max(yMin, ymin)"是否应该改成yMin = min(yMin, ymin),否则输出的yMin 的值 永远都是10000
Environment
Same dependencies as in the repo.
Expected results
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisite
💬 Describe the reimplementation questions
Hi, I would like to ask if the "yMin = max(yMin, ymin)" in line 369 of sodad_spliy.py should be changed to "yMin = min(yMin, ymin)"? Otherwise, y_min will always be 10000
您好,请问sodad_spliy.py中第369行的_getImgExAnn()函数的"yMin = max(yMin, ymin)"是否应该改成yMin = min(yMin, ymin),否则输出的yMin 的值 永远都是10000
Environment
Same dependencies as in the repo.
Expected results
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: