Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Youshaa Murhij committed Feb 11, 2024
1 parent 6b3d55c commit 58d4dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# DAGM-Mono: Deformable Attention-Guided Modeling for Monocular 3D Reconstruction

![workflow](https://github.com/YoushaaMurhij/DAGM-Mono/actions/workflows/main.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Introduction
This repo is the Pytorch Code of DAGM-Mono: Deformable Attention-Guided Modeling for Monocular 3D Reconstruction.

### DAGM-Mono main pipeline:
### DAGM-Mono Overview:
<img src="./assets\DAGM-Mono.png" alt="drawing" width="800"/>


Expand Down Expand Up @@ -94,12 +94,12 @@ To run inference, update the weights path in the yaml config file and run:
1. Install open3D python library
2. Move to 'vis' folder.
3. Run the command below.

```bash
python vis_apollo.py \
--output [path where the results are saved] \
--file [file name to vis] \
--save [path to save vis results]

```

## License
Expand Down

0 comments on commit 58d4dd1

Please sign in to comment.