|
@@ -19,7 +19,20 @@ Currently, only the test code is available, and training scripts are coming soon
|
|
|
|
|
|
**`2021-06-20`**: We release the scripts for arbitrary video and image processing.
|
|
|
|
|
|
+## Dependencies
|
|
|
+- python3.6+
|
|
|
+- pytorch1.5+
|
|
|
+- torchvision
|
|
|
+- opencv
|
|
|
+- pillow
|
|
|
+- numpy
|
|
|
+- moviepy
|
|
|
+- insightface
|
|
|
|
|
|
+## Usage
|
|
|
+[Preparation](./doc/guidance/preparation.md)
|
|
|
+
|
|
|
+[Simple Usage](./doc/guidance/usage.md)
|
|
|
|
|
|
## Results
|
|
|

|
|
@@ -29,10 +42,16 @@ Currently, only the test code is available, and training scripts are coming soon
|
|
|
## Video
|
|
|
<img src="./doc/img/video.webp"/>
|
|
|
|
|
|
-
|
|
|
+<div>
|
|
|
+<img width=24% src="./doc/img/anni.webp"/>
|
|
|
+<img width=24% src="./doc/img/chenglong.webp"/>
|
|
|
+<img width=24% src="./doc/img/zhoujielun.webp"/>
|
|
|
+<img width=24% src="./doc/img/zhuyin.webp"/>
|
|
|
+</div>
|
|
|
+<!-- 
|
|
|

|
|
|

|
|
|
-
|
|
|
+ -->
|
|
|
|
|
|
|
|
|
**High-quality videos can be found in the link below:**
|
|
@@ -52,21 +71,6 @@ Currently, only the test code is available, and training scripts are coming soon
|
|
|
|
|
|
|
|
|
|
|
|
-## Dependencies
|
|
|
-- python3.6+
|
|
|
-- pytorch1.5+
|
|
|
-- torchvision
|
|
|
-- opencv
|
|
|
-- pillow
|
|
|
-- numpy
|
|
|
-- moviepy
|
|
|
-- insightface
|
|
|
-
|
|
|
-## Usage
|
|
|
-[Preparation](./doc/guidance/preparation.md)
|
|
|
-
|
|
|
-[Simple Usage](./doc/guidance/usage.md)
|
|
|
-
|
|
|
## To cite our paper
|
|
|
```
|
|
|
@inproceedings{DBLP:conf/mm/ChenCNG20,
|