DetectionMetrics icon indicating copy to clipboard operation
DetectionMetrics copied to clipboard

solves #122

Open sleep-404 opened this issue 6 years ago • 6 comments

Fixes #122

sleep-404 avatar Mar 27 '19 06:03 sleep-404

Hi @sleep-404 , What if user has OpenCV 4.2.0-dev (hypothetically) installed alongside OpenCV 4.0, and 4.2.0-dev isn't supported at that time. I mean to say the latest available version may not be supported all the time. One should start search from minimum required version and then go above.

vinay0410 avatar Mar 27 '19 11:03 vinay0410

Actually that is exactly what it does. The ASC tag returns versions starting from the least available version until the version condition is satisfied. I had 3.6 installed along with 4.0, and the version loaded was 3.6 only. Although you could test it once before merging , just to be sure.

sleep-404 avatar Mar 27 '19 11:03 sleep-404

Okay, great !!

Let me just test it, and then I will merge

On 27-Mar-2019, at 4:57 PM, Isshiki [email protected] wrote:

Actually that is exactly what it does. The ASC tag returns versions starting from the least available version until the version condition is satisfied. I had 3.6 installed along with 4.0, and the version loaded was 3.6 only. Although you could test it once before merging , just to be sure.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

vinay0410 avatar Mar 27 '19 11:03 vinay0410

is it working as expected ?

sleep-404 avatar Mar 28 '19 04:03 sleep-404

@vinay0410 , is it working as expected ?

sleep-404 avatar Apr 03 '19 16:04 sleep-404

Hi @sleep-404 , When OpenCV 4.1 and OpenCV 3.4 are installed side by side, it chooses 4.1 rather than 3.4. Is this the expected functionality ? Always try after deleting or cleaning your build directory, since find package generally caches previously found packages

vinay0410 avatar Apr 06 '19 07:04 vinay0410