Nut
Nut
no worries @Gaussianer thanks for replying here :) I'm also a master student working with real time image segmentation, in my case its aimed for images containing sugar canes and...
Thanks @Gaussianer So, I've followed [description](https://github.com/Gaussianer/FasterSeg#0-prepare-the-dataset) and also created my own `labelDefinitions.csv`. here it is: ``` name,id,trainId,category,catId,hasInstances,ignoreInEval,color_r,color_g,color_b unlabeled,0,255,void,0,False,False,0,0,0 sugar cane,1,0,void,0,False,False,100,50,15 weeds,2,1,void,0,False,False,247,103,0 ``` Created that way cause my background (unlabeled) pixels...
@Gaussianer I noticed that I didn't by mistake. Installed now and retried training but it's still giving the same error. (yes, I did restart Docker service, rebooted, even ran a...
@andykhoa Where did you set it?
I faced many issues while installing pip dependencies with Python3 on osmocom vm. So i went throught using Python2. Could you setup osmocom vm successfully with Python3? @kheimerl