Swami Sankar
Swami Sankar
To use GTA5 data, the label set has to be mapped to the Cityscapes label set. Since GTA5 has a lot more classes and our target is CityScapes, we care...
This should not happen if the labels are preprocessed correctly. Refer to this condition here: https://github.com/swamiviv/LSD-seg/blob/e373e896be2de7b8c4a0bfa2a7ab0efc924836fd/code/torchfcn/utils.py#L55 This condition should ensure that the values of `log_p` exist only for the "in...
In GTA5, there are some image-label pairs which are not of the same size. Hence this exception might be triggered there. Please use the clean filelist that we have uploaded...
``` >>> import torch >>> torch.__version__ '0.2.0_3' >>> import torchvision >>> torchvision.__version__ '0.2.0' ``` Does this error occur with all files ? Can you verify why these errors occur ?...
For the SYNTHIA dataset, the labels need to be mapped to be common with cityscapes. We will upload the mapped data soon. On Wed, Apr 11, 2018 at 9:58 PM,...
Hi, this (code to generate the data) will be uploaded in 2-3 days. On Tue, Jul 24, 2018 at 1:53 AM, gshdong wrote: > I can not find the synthia_mapped_to_cityscapes(labels)...
Hi, I have changed org so things have been slow. The results are very much reproducible as shown in this thread: https://github.com/swamiviv/LSD-seg/issues/4 Meanwhile, the label mapping is very similar to...
@justimyhxu Big fan of the repo. Any update here re StyleGAN2 training code? Thanks.
Sorry to barge in, I am having trouble with adding this layer in the newer version of caffe. I do as the wiki (s://github.com/BVLC/caffe/wiki/Development) tells me and I end up...
@kyamagu Thanks, that was stupid of me! I did that and was able to read the keys and values. The keys are fine but the values I read seem like...