Paragjain10

Results 4 comments of Paragjain10

> You can modify it through config file ''configs/centermask/centermask_lite_V_19_eSE_FPN_ms_4x.yaml' under MODEL and FCOS. If FCOS not exist, add it and modify the value 0.05 of INFERENCE_TH_TRAIN and INFERENCE_TH_TEST. > >...

> I successfully trained a model on my own dataset. > > Firstly I create two own datasets in [coco format](https://www.immersivelimit.com/tutorials/create-coco-annotations-from-scratch): > > * for test > ./centermask2/datasets/numberplate/val/coco_numberplate.json > ./centermask2/datasets/numberplate/val/*.jpeg...

Hello @miasch @mjkvaak @Schneey , I am facing the same problem. how did yall solve the problem? I am trying to implement CenterMask2 [https://github.com/youngwanLEE/centermask2](url) which makes use of Detectron2. My...

Hello @mjkvaak, Unfortunately, the application I am working on is such that I cannot use polygons as a mask. I have to use Rle segmentation mask only. Is there any...