Commit 52716c59 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

Update README.md

parent 0a9544a3
...@@ -38,6 +38,12 @@ Please cite our paper if this repository is helpful for your research: ...@@ -38,6 +38,12 @@ Please cite our paper if this repository is helpful for your research:
## Installation ## Installation
Clone RODNet code.
```commandline
cd $RODNET_ROOT
git clone https://github.com/yizhou-wang/RODNet.git
```
Create a conda environment for RODNet. Tested under Python 3.6, 3.7, 3.8. Create a conda environment for RODNet. Tested under Python 3.6, 3.7, 3.8.
```commandline ```commandline
conda create -n rodnet python=3.* -y conda create -n rodnet python=3.* -y
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment