- Introduced `dino_image_matching.py` for generating image embeddings and calculating cosine similarity. - Added `download_images.py` to download images from URLs specified in an Excel file, with support for parallel downloads and retries. - Created `generate_pairs_csv.py` to generate a CSV file of image pairs for training, including positive and negative pairs based on image hashes. |
||
|---|---|---|
| README.md | ||
| dataset.py | ||
| dino_image_matching.py | ||
| download_images.py | ||
| generate_pairs_csv.py | ||
| inference.py | ||
| model.py | ||
| p_hash.py | ||
| train.py | ||