Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tranleanh authored Jan 22, 2024
1 parent c8cd6c4 commit 4035994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Authors: [Le-Anh Tran](https://scholar.google.com/citations?user=WzcUE5YAAAAJ&hl
</p>
</pre>

### Dependencies
## Dependencies

This repo is based on the following project/packages:

- [Monodepth2](https://github.com/nianticlabs/monodepth2)
- Pytorch
- OpenCV

### Setup
## Setup

- Step 1: Create virtual environment:

Expand All @@ -36,7 +36,7 @@ pip install -r requirements.txt

- Step 3: Download pre-trained model from [Monodepth2](https://github.com/nianticlabs/monodepth2) and place it in 'models/{model_name}', e.g., 'models/mono+stereo_640x192'.

### Image Synthesis
## Image Synthesis

Run the following command to generate synthetic image:

Expand All @@ -46,7 +46,7 @@ python main.py --image_path ./inputs --output_image_path ./outputs --model_name

The values of beta and airlight can be changed (recommended: beta = [1.0,3.0], airlight = [150,255]).

### Citation
## Citation

If you feel this repo is helpful for your study, please cite our work:

Expand Down

0 comments on commit 4035994

Please sign in to comment.