-
* 您好! 我下载了您提供的谷歌云盘的val,您重新标注的val有1300张图片,其中`Dubai_0016_labelIds.png`应该不是属于验证集的,应该是训练集的。
* 能麻烦您检查一下您本地的文件,是否存在这个问题?
-
Why ?When I finished training, the runs dir have no pkl file generated?Just a events file, a yml file, a log file。
-
On a fresh checkout and downloading directly on dropbox, when running the test_segmentation.py (as shown in the tutorial) (I'm suspecting on the wieghts on dropbox)
```bash
W0913 00:07:53.826993 107…
-
/opt/conda/conda-bld/pytorch_1535491974311/work/aten/src/THCUNN/SpatialClassNLLCriterion.cu:99: void cunn_SpatialClassNLLCriterion_updateOutput_kernel(T *, T *, T *, long *, T *, int, int, int, int, i…
-
Hi there,
I am trying to run this project in my machine to experiment something. I setup the project and I wanted to train it with VisDA-2017 segmentation datasets like GTA5 and Cityscapes. But the…
-
Hello! Thank you for your code implementation.
As mentioned in the paper, all experiments were performed on a single NVIDIA Tesla V100 GPU, it would be very helpful if you mention approximately ho…
-
when will solov2 release?
-
I tried semantic segmentation, preloading a vgg19 network and fine tuning on cityscapes, but when I tried to train, I gave an error on setParametersNet, did I do some mistake in initialization process…
-
Hello, I want to use my own data set to implement on this network. I have JPG original drawing and JSON file in my hand. How can I change my data set to adapt to the network training?
-
Thank you for your coding. I want to use my own images to train the model. So when I label my images, I just need to label them like "xxxxgtFine_labelIds.png " .Other file such as ".json" and other ".…