Skip to content

Commit ee78be1

Browse files
committed
update README.md, and added model inference results
1 parent 52926f5 commit ee78be1

6 files changed

+20
-6
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ cython_debug/
169169

170170
# PyPI configuration file
171171
.pypirc
172+
173+
# Miscellaneous files
174+
data/processed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ This README has all the necessary instructions for setting up and using the RADA
1111
3. Running the Project
1212
- Training
1313
- Inference
14-
4. Detailed command usage
15-
5. Configuration file
16-
6. Training models
17-
7. Running inference
18-
8. Combined training and inference
19-
9. Troubleshooting
14+
4. Detailed Command Usage
15+
5. Configuration File
16+
6. Training Models
17+
7. Running Inference
18+
8. Combined Training and Inference
19+
9. Inference Results
20+
10. Troubleshooting
2021

2122
> **Note**: This project has been successfully built and tested on Windows with WSL/Linux. We highly recommend to run this project in a similar environment.
2223
@@ -184,6 +185,16 @@ To train the models and then run inference, use:
184185
./run.sh --operation both --models dino_v2 segformer --config config/config.yaml
185186
```
186187
188+
## Inference Results
189+
190+
DINOv2 | Segformer
191+
:-------------------------:|:-------------------------:
192+
![DINOv2 Output 1](outputs/dino_v2_inference_2.png) | ![Segformer Output 1](outputs/segformer_inference_2.png)
193+
194+
DINOv2 | Segformer
195+
:-------------------------:|:-------------------------:
196+
![DINOv2 Output 1](outputs/dino_v2_inference.png) | ![Segformer Output 1](outputs/segformer_inference.png)
197+
187198
## Troubleshooting
188199
189200
- **CUDA is required**: Ensure you have a compatible NVIDIA GPU and CUDA installed. The models are trained on CUDA, and CUDA is mandatory for both training and inference.

outputs/dino_v2_inference_2.png

802 KB
Loading

outputs/segformer_inference_2.png

812 KB
Loading

run.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)