Zaida Zhou
Zaida Zhou
> @zhouzaida This pull request has been processed for several months. Is there a rough schedule for finishing this? Thanks~ Hi @gasvn , sorry for my late reply. Thanks for...
Could we add some unit tests to cover those modifications?
> > Could we add some unit tests to cover those modifications? > > It is nice to add some unit tests. But I wonder who should do this job,...
Please move the file `tests/test_cnn/test_rfsearch_operator.py` to `tests/test_cnn/test_rfsearch/test_operator.py` and those modifications in `tests/test_runner/test_hooks.py` to `tests/test_cnn/test_rfsearch/test_search.py`
Hi @lzyhha , have you tested this latest commit with https://github.com/open-mmlab/mmdetection/pull/8191?
Thanks for your reply. I checked and it did not exist.
Hi @SakhnevichKirill , how did you install the mmcv? MMCV does not provide the pre-build packages for ROCM so you need to build it from source.
Hi, you could try to uninstall mmcv and install `mmcv==2.0.0` via `mim install mmcv==2.0.0`.
Hi, what is your mmcv version?
Hi, https://mmsegmentation.readthedocs.io/en/latest/advanced_guides/add_datasets.html may be helpful.