Borja Garcia
Borja Garcia
This is kind of important... Is anyone looking into this?
> > > Hi i'd like to ask why the cocostuff [plugin ](https://github.com/supervisely/supervisely/tree/master/plugins/import/cocostuff)was removed since I cant find it anywhere to easily import my coco formatted dataset? I was wondering...
Following the steps @ravising-h pointed out returns empty tensors when performing inference. I used the following code: ``` cfg = get_cfg() cfg.merge_from_file('./configs/COCO-InstanceSegmentation/mask_cascade_rcnn_ResNeSt_200_FPN_dcn_syncBN_all_tricks_3x.yaml') cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5 # set threshold for this...
HI! I tried using 'nuctl' through WSL2 integration, just as @s3298230 suggested. However, I get the following error when trying to deploy functions: ``` 20.10.20 12:49:04.075 processor (I) Starting processor...
@s3298230 Thanks for your answer! I got a 8 GB ram laptop with a Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz processor, and a 3 GB dedicated GeForce GTX 1050 card....
> > @s3298230 Thanks for your answer! I got a 8 GB ram laptop with a Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz processor, and a 3 GB dedicated GeForce GTX...
Same problem here using KPConv trained with PyTorch on a custom dataset!
Same problem here...
> I managed to fix this issue by downgrading my Python version to 3.8.19 It didn't work for me.... Instead, I had to install ``PyTorch`` and ``chardet`` before running ``mim...
> run ps -eaf | grep mongod then kill the process (sudo kill ) Spot on! That solved the problem for me