Zaida Zhou

Results 204 comments of Zaida Zhou

Sorry for the late reply. Could you try to type the command `ping baidu.com` in your terminal?

```python _base_ = './base.py' list_variable[1] = 5 x, y = tuple_variable dict_variable = dict( a=dict(third=3, _delete_=True), b=dict(third=3) ) ``` Does the usage of `list_variable[1] = 5` confuse the users? Would...

We also need to add the example in the following documentation. - https://github.com/open-mmlab/mmcv/blob/master/docs/en/understand_mmcv/config.md - https://github.com/open-mmlab/mmcv/blob/master/docs/zh_cn/understand_mmcv/config.md

Hi @litaws , thanks for your feedback. Are you willing to create a PR to fix it?

Hi @Hyunseok-Kim0 , sorry for my late reply, and thanks for your detailed analysis. Maybe we can simply force the input to be contiguous in [RoIAlignFunction](https://github.com/open-mmlab/mmcv/blob/7f09a983c3dffb75146c4b18e404e386ad647e2d/mmcv/ops/roi_align.py#L67).

Hi, it sounds good. It is a great feature and we will add it in the future. BTW, MMAction2 has already used the `decode` library to speed up the process...

Hi @AlfiHasan007 , could you provide the full log of installation?

Hi @vahuja4 , what is your opencv-python version?

Hi, thanks for your report. We haven't tried packaging it into an exe before. Could you provide a detailed step-by-step re-production?