I3aer

Results 7 issues of I3aer

I would like to ask why output of the visualizer does not comply with the instance mask? The visualizer shows some background as foreground incorrectly. ![000067](https://user-images.githubusercontent.com/32754284/79660018-e458a380-8181-11ea-85e4-471f7d59aeaa.png) ![CenterMask](https://user-images.githubusercontent.com/32754284/79660395-ff2b1800-8181-11ea-9862-200e38a256d8.png)

Hi, I checked the "torch_resnet_cspn_nyu.py" to understand how you implemented the depth network before CSPN module. I found many dead codes in that file. For example, could you please tell...

Hi, As I know from monodepth, the main issue of these types of networks is the estimation of depth from disparity if a different camera is used from that used...

In my view, if you publish a new dataset and proposed that detectors are working with better accuracy, then you should submit the codes of that detector. Thus, we can...

Hi, Have you checked the implementations of Gudi_UpProj_Block and Gudi_UpProj_Block_Cat? The two blocks are not same as those depicted in the paper. In addition, there is an unused layer self.conv3...

Could you explain the loss function in the ICCV paper?

Hi, First, thanks for publishing your code. It is easy to understand your code. However, I think that there are some unnecessary network models in the net.py. Probably, they are...