-
I want to train the net on my own datasets but I do not know which tool I need to use in order to tag the datasets.
Can you give me the name of the tool?
Thanks
-
Envs:
pytorch:1.3.1
cuda:10.0.130
cudnn:7.6.5
mmdet:2.8.0
mmdet3d:0.9.0
mmcv:1.2.4
python:3.6.9
I have transfer nuImage data format to coco style with the code in the path tools/data_conve…
-
Hi, @HuguesTHOMAS
just a quick question!
1) How many points semantic segmantation and part segmentation model consumes?
2) And for the semantic segmentation, does decoder layer use three-nn op…
-
First,Thanks the exllent job in this open source project.
and ,I found there has only have instance segmantation on nuImage dataset,and few training details,but semantic segmantation semantic is also…
-
labelme saves everything (image and labels/polygons) in json files. I am trying to decode the image string that is stored along with the polygon-points in the json files in python, so I can convert bo…
-
Hi @czq142857 ,
Thank you for sharing for great work!
I was looking into the semantic segmentation experiments from you paper. Have you released the code to replicate your results? I would like to …
-
All the semantic models in the model zoo contain aux output which is only necessary during training and is just extra overhead during prediction.
The documentation and guide for "Test with {segman…
-
Hello,
CVAT is fantastic to me. I have been testing some function on CVAT.
I think I got bug UI screen is frozen during drawing cuboid and editing it on march 1, 2020 develop branch.
-
I'm trying to rerun your code but I encounter this:
```bash
linus@srv-aws:~/2DOCR/ultra_high_resolution_segmentation$ ./train_deep_globe.sh
fpn_global.508_4.28.2019_lr2e5
mode: 1 evaluation: Fal…
-
In your code, I did not see the normalize attention. It often uses softmax or sigmoid. Please check it
https://github.com/JaveyWang/Pyramid-Attention-Networks-pytorch/blob/f719365c1780f062058dd0c94…