From 1bc533c6c642499d3a4646a769c22fd148e6c7fa Mon Sep 17 00:00:00 2001 From: jkxing Date: Tue, 8 Nov 2022 16:40:48 +0800 Subject: [PATCH] tmp --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2d05e..f0ecd64 100755 --- a/README.md +++ b/README.md @@ -82,4 +82,8 @@ Because the face model are not free for public, we do not provide the model and ## Jittor(JRender) Version -Since Jittor doesn't provide method such as multi object rendering, we only provide a core implementation and a single object translation demo in submodule jittor. Please install jittor follow jittor/readme.md. \ No newline at end of file +Since Jitter(JRender) doesn't support methods such as multi object rendering, we only provide a core implementation and a single object translation demo in submodule `jittor`. Please install jittor follow jittor/readme.md and then run demo file by the following command. + +``` +python demo-drl.py +```