Final submission in VAND2

Track 1 in VANDv2 chellenge

148

Story

Read more

Code

Download zip folder from gdrive link

Plain text
pLEASE Install the submission zip folder from the gdrive link : https://drive.google.com/file/d/1wM9br5s1PCbi8Iz7YaTWwn628qELcu-R/view?usp=sharing.
# Instructions

1. Install the submission zip folder from the gdrive link : https://drive.google.com/file/d/1wM9br5s1PCbi8Iz7YaTWwn628qELcu-R/view?usp=sharing.

2. Create a virtual environment using conda with python=3.10.

3. Install anomalib with all its dependencies. 

4. Run the evaluation script.


## Usage

To run the evaluation code for a specific category class:

```
python evaluation.py --module_path model --class_name TestDeSTSeg --weights_path weights --dataset_path </path/to/root> --category <category_type>
```

* Warning: F1Max is not in 1.0.1. It is called OptimalF1 in that version. 

* Note: I edited the provided example 'evaluation.py' to send an extra parameter 'category=category' in line 77.


* Note: 
	please refer to the following discussion posts:
	https://www.hackster.io/contests/openvino2024/discussion/posts/11544#challengeNav
	https://www.hackster.io/contests/openvino2024/discussion/posts/11617#challengeNav

Credits

Amal Alsulamy

Amal Alsulamy

4 projects • 0 followers
Munirah Alyahya

Munirah Alyahya

1 project • 1 follower
Nouf Alajmi

Nouf Alajmi

1 project • 0 followers

Comments