mirror of
https://github.com/20kaushik02/CSE515_MWDB_Project.git
synced 2025-12-06 08:44:07 +00:00
10 lines
397 B
Markdown
10 lines
397 B
Markdown
# Phase 1
|
|
|
|
Getting started: PyTorch, Caltech101 dataset, ResNet50 and similarity measures
|
|
|
|
- Refer phase1_project23.pdf for problem description
|
|
- For task 3, the best distance measures seem to be:
|
|
- Color moments - Pearson (faces especially)
|
|
- Histogram of oriented gradients (HOG) - Cosine similarity
|
|
- ResNet50 (avgpool, layer3, fc) - unsatisfactory results for all, simply used euclidean
|