Mashiah

Results 3 comments of Mashiah

> > > Don't change any other code from this repo and just replace row 20 in /dface/core/image_tools.py > return (transform(image) / 255).float() > > It will work fine 你是咋发现只要修改这个就有效的啊,我是将网络的参数都改变为double类型然后输入图像也是double类型然后把那个double问题跳过了,然后就遇到了如上的问题,然后我就看了他的源代码,然后输出结果,他那个tmph和tmpw是负值,然后就自闭了,您咋发现是这个问题啊

> 应该是DCNv2模块没有加载成功,DCNv2是一个python包,是deformable convolution ,但是这个包比较难装,然后mmcv已经封装好了,可以直接使用mmcv里面的DCN,我查到的资料是这样的。

> @2460707925 Could you tell me how to prepare the nuscenes v1.0-mini dataset juse use mmdet3d create_dataset , set version== v1.0-mini