Serge-weihao

Results 36 comments of Serge-weihao

> > > Did u test the inference speed of DFAnet? The result of my test by mxnet is over 40ms for one image(size:1024*1024), which is far away from the...

@charlesCXK hha = getHHA(camera_matrix, D, RD) what are the RDs for Cityscapes?

@huberthomas do you know how to get the camera intrinsics from nyuv2 and sunrgbd datasets?

> > > have you compared the moiu between your cc.py and the original code on cityscapes ??? > becauese i have test your cc.py,and ..... I have checked the...

> can the miou reach 80%------------------ 原始邮件 ------------------ I load the same checkpoint using our pure PyTorch implementation and the official cc_attention, the mIoU results are almost the same, because...

The same CKPT of 30000/60000, using official inplace-abn Testing with 1) official CUDA cc_attention ![图片](https://user-images.githubusercontent.com/40890323/72148509-f9cc6d80-33db-11ea-972c-2404d210356a.png) 2) My CC.py ![图片](https://user-images.githubusercontent.com/40890323/72148513-fd5ff480-33db-11ea-9c56-6d005263a7f5.png)

> the original code is not like yours,i don't understand his code ,for example , _ext. is for what, i can't understand They use CPP extension with CUDA, so you...

What op sys are you using, Linux or Win?

This repo uses [Synchronized-BatchNorm-PyTorch](https://github.com/vacancy/Synchronized-BatchNorm-PyTorch) as cross gpus BatchNorm, it costs more gpu memory. I have tested it for batchsize of 4, the result is about 67, so I think the...

inplace-abn can save some GPU memory for training, but the official CUDA inplace-abn may not support Windows well. If this repo is helpful for you, you can star it.