Zaida Zhou

Results 204 comments of Zaida Zhou

Hi, the following files are related with mmcv/ops/scatter_points.py - https://github.com/open-mmlab/mmcv/blob/4558bfbd5bfc883e81da1b42c67e3611180ae587/mmcv/ops/scatter_points.py#L13 - https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/csrc/pytorch/scatter_points.cpp - https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/csrc/pytorch/cuda/scatter_points_cuda.cu - https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/csrc/common/cuda/scatter_points_cuda_kernel.cuh

Hi, we forget to upload the pre-build package for cuda11.3-python3.8-torch1.10-mmcv1.4.0 and I have just uploaded it, you can try again with the following command ```bash pip install -U openmim mim...

Hi @daavoo , thanks for your contributions. The CI failed.

Hi @GF1447571253 , we have not provided pre-built packages for cu10.0. ![image](https://user-images.githubusercontent.com/58739961/168095011-26ff8e94-c255-438a-9824-07278048ad90.png)

Could you also provide the log of cu102?

It seems like your machine could not visit the URL (https://download.openmmlab.com/mmcv/dist/cu102/torch1.5.0/index.html).

Maybe you can open an issue for help in PyTorch.

Hi, this is a workaround to resolve the possible deadlock in dataloader. More details can be found at https://github.com/pytorch/pytorch/issues/1355#issuecomment-517955232. We will find out a more elegant way to resolve the...