瀏覽代碼

Merge branch 'master' of https://github.com/jantic/DeOldify

Jason Antic 6 年之前
父節點
當前提交
6148682539
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -122,16 +122,18 @@ The easiest way to get started is to simply try out colorization here on Colab:
 You should now be able to do a simple install with Anaconda. Here are the steps:
 
 Open the command line and navigate to the root folder you wish to install.  Then type the following commands 
-
 ```console
 git clone https://github.com/jantic/DeOldify.git DeOldify
 cd DeOldify
 conda env create -f environment.yml
+```
+Then start running with these commands:
+```console
 source activate deoldify
 jupyter lab
 ```
 
-Then from there you can start running the notebooks in Jupyter Lab, via the url they provide you in the console.  
+From there you can start running the notebooks in Jupyter Lab, via the url they provide you in the console.  
 
 **Disclaimer**: This conda install process is new- I did test it locally but the classic developer's excuse is "well it works on my machine!" I'm keeping that in mind- there's a good chance it doesn't necessarily work on others's machines!  I probably, most definitely did something wrong here.  Definitely, in fact.  Please let me know via opening an issue. Pobody's nerfect.
 
@@ -240,4 +242,4 @@ Increase render_factor: Get more details right.  Decrease:  Still looks good but
 You're not losing any image anymore with padding issues.  That's solved as a biproduct.  
 
 #### Also Also
-I added a new generic filter interface that replaces the visualizer dealing with models directly.  The visualizer loops through these filters that you provide as a list.  They don't have to be backed by deep learning models- they can be any image modification you want!
+I added a new generic filter interface that replaces the visualizer dealing with models directly.  The visualizer loops through these filters that you provide as a list.  They don't have to be backed by deep learning models- they can be any image modification you want!