Emilio Botero
Emilio Botero
Hi @zhoufengbuaa, the truth is that once I got the model working I couldn't find the time to test it on Cityscapes. As it is, the download link includes the...
@zhoufengbuaa the code is an implementation of the CASENet network and loss function with sliced concatenation instead of shared concatenation. I believe the code is correct in that sense, but...
@zhoufengbuaa I have updated the README to clarify this.
@zhoufengbuaa As far as I remember, it's not that they're empty. Pixels are labeled as either 0 or 1 for each class, but white in images is a value of...
@zhoufengbuaa What does "none" mean? Which images were "none"? If you opened some images only, it's possible that you got all zero. Not all SBD images have contours for all...
Thank you for the answer! I'm not modifying the CLI setup as far as I know. How do I get the docker CLI setup to use the same credentials store...
No... ``` docker context ls NAME DESCRIPTION DOCKER ENDPOINT ERROR default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock ```
Thanks for the help. Any idea what I can try to progress? are you able to authenticate to a private registry the same way I am doing it?