From 625c153b28ce0fd56bca886840964bd52b60d687 Mon Sep 17 00:00:00 2001
From: CuddleSabe <61224076+CuddleSabe@users.noreply.github.com>
Date: Tue, 19 Dec 2023 16:46:25 +0800
Subject: [PATCH] Update README.md
---
README.md | 94 ++++++++++++++++++++++---------------------------------
1 file changed, 37 insertions(+), 57 deletions(-)
diff --git a/README.md b/README.md
index 486ac38..31b5b70 100644
--- a/README.md
+++ b/README.md
@@ -1,59 +1,39 @@
-# ProjectTemplate-Python
-
-[English](README.md) **|** [简体中文](README_CN.md) [GitHub](https://github.com/CuddleSabe/VQGAN.git) **|** [Gitee码云](https://github.com/CuddleSabe/VQGAN.git)
-
+# VQGAN
+[GitHub](https://github.com/CuddleSabe/VQGAN.git) **|** [Gitee码云](https://github.com/CuddleSabe/VQGAN.git)
## Install
-
-
-1. [pylint](./github/workflows/pylint.yml)
-1. [gitee-repo-mirror](./github/workflow/gitee-repo-mirror.yml) - Support Gitee码云
- 1. Clone GitHub repo in the [Gitee](https://gitee.com/) website
- 1. Modify [gitee-repo-mirror](./github/workflow/gitee-repo-mirror.yml)
- 1. In Github *Settings* -> *Secrets*, add `SSH_PRIVATE_KEY`
-
-## Other Procedures
-
-1. The `description`, `website`, `topics` in the main page
-1. Support Chinese documents, for example, `README_CN.md`
-
-## Emoji
-
-[Emoji cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet)
-
-| Emoji | Meaning |
-| :--- | :---: |
-| :rocket: | Used for [BasicSR](https://github.com/xinntao/BasicSR) Logo |
-| :sparkles: | Features |
-| :zap: | HOWTOs |
-| :wrench: | Installation / Usage |
-| :hourglass_flowing_sand: | TODO list |
-| :turtle: | Dataset preparation |
-| :computer: | Commands |
-| :european_castle: | Model zoo |
-| :memo: | Designs |
-| :scroll: | License and acknowledgement |
-| :earth_asia: | Citations |
-| :e-mail: | Contact |
-| :m: | Models |
-| :arrow_double_down: | Download |
-| :file_folder: | Datasets |
-| :chart_with_upwards_trend: | Curves|
-| :eyes: | Screenshot |
-| :books: |References |
-
-## Useful Image Links
-
- Google Colab Logo
- Windows Logo
- Ubuntu Logo
-
-## Other Useful Tips
-
-1. `More` drop-down menu
-
- More
-
- - Nov 19, 2020. Set up ProjectTemplate-Python.
-
-
+'''python
+git clone https://github.com/CuddleSabe/VQGAN.git
+cd VQGAN
+python setup.py develop
+'''
+
+## Download
+[Baidu](https://pan.baidu.com/s/1-LhE70tNA0YX38YUUkDi4A?pwd=fxvu) 提取码:fxvu
+[Google](https://drive.google.com/drive/folders/1tdxILPP8MIBROB79RwGuA1Bv-CymRmt7?usp=share_link)
+
+## Train
+1. ''' bash
+ vim options/train_vqvae.yml
+ '''
+2. ''' bash
+ sh train_vqvae.sh
+ '''
+3. '''bash
+ vim options/train_vqgan.yml
+ '''
+5. '''bash
+ sh train_vqgan.sh
+ '''
+## Inference
+'''python
+python inference_vqvae.py
+'''
+
+## Idea
+
+
+
+
+
+