Rui Xu

Results 29 comments of Rui Xu

Hi @Ezreal-XD , thanks for your interest in `MMGEN`. The only requirement is following the contribution [guidelines](https://github.com/open-mmlab/mmcv/blob/master/CONTRIBUTING.md). Happy for you to submit a Pull Request so that we will help...

Hi @mmgen , since changing the name may cause many problems to the users, we should be more careful about this. Hope you can understand and we don't have any...

When we set up our package in PyPI, we have not found any conflicts in the PyPI site. Thus, we just use the name of `mmgen` as our package name....

Hi @zeyu-hello, you may use the pre-commit hook by the following commands: ```bash cd mmgen pip install -U pre-commit pre-commit install ``` Then, when you commit changes, the pre-commit hook...

Hi, I have met the same problem. How do you solve the problem?

Have you checkout the branch? And it seems that you still on the master branch. @sunglyoungKim

Could you provide more information about your server? It seems that more RAM spaces are needed and I recommand that you can just use a low resolution video as input.

I will highly recommend the tool named [labelme](https://github.com/wkentaro/labelme), which we use to create initial mask for our demo video.

Sorry for the late reply. If you want to run our code on pytorch>0.4.0, you may need to check the deepfill model. Later, we will release the code for pytorch>=1.0.

A pre-release version for PyTorch>1.0 has been integrated into [v1.1](https://github.com/nbei/Deep-Flow-Guided-Video-Inpainting/tree/v1.1). You may have a look at that.