amnesiac555

Results 4 issues of amnesiac555

Hello, JiaxiongQ! when i read your code, i found that after you predict the surface normal vector, you perform some transformation operations on it. the code is: outputN = torch.zeros_like(normals2)...

hello when i try to reproduce the infrence result, i use the KITTI val_selection_cropped data, but the pred make me confused, when i print the pred.max(), i find all are...

![Snipaste_2020-10-04_10-52-50](https://user-images.githubusercontent.com/42953443/95005867-ec24db00-062f-11eb-8870-474122f24dca.png) i use the mobilenet and fpn_inception, training data is Gopro, config is as follows: anyone has trained successfully? ![1](https://user-images.githubusercontent.com/42953443/95005930-b3393600-0630-11eb-9509-4489ca6a711e.png) ![2](https://user-images.githubusercontent.com/42953443/95005931-b502f980-0630-11eb-989a-53671ea6bd9f.png)

thanks for you sharing, i have read the bicycleGAN paper, but i am confused that whether lager Batchsize will have a bad influence or not . Because you implementation also...