Hi Samuel,
I am using bytedeco for MaskRCNN it is working fine when I use it normally when I use the same code in Quarkus environment it takes forever to load the line below or never load the line and goes forward
net = opencv_dnn.readNetFromTensorflow(modelPath.toAbsolutePath().toString(),
configPath.toAbsolutePath().toString());
Is there any workaround or is it a know issue that will be resolved later?
With Regards,
Lariena