Will Cray
Will Cray
I'm still receiving this issue. I upgraded to RNVC 2.12.0, which should include [mrousavy/react-native-vision-camera#559](https://github.com/mrousavy/react-native-vision-camera/pull/559). My `pixelFormat` is set to `420v`, but the issue remains. Any ideas @valstu?
Upgrading from react-native 0.64.2 -> 0.66.3 and following the guide from @JackStudd worked for me!
> We were using Mask Scoring RCNN in 2.x. Upgrading now. Noticed there are no longer configs for using mask scoring rcnn. No longer supported? There are configs in mmdet...
> Did you end up getting it working in 3.x ? I can use a MaskScoringRCNN model, but I can't access its mask scores.
> No, the Validation Loss is not supported yet. The only way to check the overfitting is by looking at mAP scores over trained and validation data. > > There...
@abdksyed thanks for sharing this code. This appears to be a way to compute mask IoU loss over the validation set. You mentioned that there's a way to get the...
Hello, I believe I'm running into a similar issue. The whole system works well and can utilize the GPUs using a standard gpu-operator / device plugin install: ``` helm install...