Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Hooshanfar authored Feb 15, 2024
1 parent 860e460 commit 0cd0835
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python main_detection_yolov8.py --model="weights/Logo_Detection_Yolov8.pt" --ima

| Original Image | Brand Logo Detection Result |
| ------------------------------------------------------ |-----------------------------------------|
| ![Original Image](test_images/test.jpg) |![Brand Logo Detection](results/test_detected_logo.png)|
| <img src="test_images/test.jpg" alt="Original Image" width="300"> |<img src="results/test_detected_logo.png" alt="Brand Logo Detection" width="300">|


## ECT-SAL
Expand All @@ -102,8 +102,7 @@ To train your dataset on the ECT-SAL model, follow the instructions provided in

| Original Image | Saliency Map |
| ------------------------------------------------------ |-----------------------------------------------|
| ![Original Image](test_images/test.jpg) | ![Saliency Map](results/test_saliencymap.png) |

| <img src="test_images/test.jpg" alt="Original Image" width="300">| <img src="results/test_saliencymap.png" alt="Saliency Map" width="300"> |


## Brand-Attention
Expand Down

0 comments on commit 0cd0835

Please sign in to comment.