Felix von Haxthausen
Felix von Haxthausen
I am doing my final evaluations ATM, it would be great if I can use this metric aswell!
I was trying to use "LinearGroupwiseMI" as a metric. This is a different one than the "PCAmetric", isn't it? So when I try to run it, I get the following...
Yea, the PCAmetric works perfectly fine! For this one I also do have the results.
Did you make it work? Is OpenCVForUnity at all compatible with HoloLens 2?
I don't knwo what exactly you are doing in your application but for me I could use OpenCVForUnity in my HoloLens 2 applications. But I only used the blob detection...
I haven't really worked with the webcam so far. Just with the depth camera provided by the research mode. But I think this might be a good starting point for...
> Hi, I find a way to finetune segment anything model on a multi-class segmentation task by changing num_multimask_outputs that exist in MaskDecoder to the number of the classes that...
I solved it after some time. The approach is slightly different from @TAUIL-Abd-Elilah. I first load a SAM model based on my desired architecture. ``` # Initializing SAM vision, SAM...