Spaces:
Running
on
Zero
Running
on
Zero
gh-rgupta
Claude
commited on
Commit
·
e403f3f
1
Parent(s):
d9c7b8a
Optimize repository size by removing large tracked files
Browse files- Remove 38MB CSV file (moco_train.csv) from tracking
- Remove generated plot images (~10MB total) from tracking
- Update .gitignore to exclude CSV data files and generated plots
- Files remain on disk but won't be pushed to remote
This reduces repository size for faster push/pull operations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
- .gitignore +6 -0
- analysis/plots/GenImage_polar_plot.png +0 -3
- analysis/plots/distortions/mAcc_vs_Blur_DRCT_DRCT.png +0 -3
- analysis/plots/distortions/mAcc_vs_Blur_GenImage_GenImage.png +0 -3
- analysis/plots/distortions/mAcc_vs_JPEG_DRCT_DRCT.png +0 -3
- analysis/plots/distortions/mAcc_vs_JPEG_GenImage_GenImage.png +0 -3
- analysis/plots/tsne/arniqa_model.png +0 -3
- analysis/plots/tsne/clip-vit-l-14.png +0 -3
- analysis/plots/tsne/contrique_model.png +0 -3
- analysis/plots/tsne/drct-clip-vit-l-14.png +0 -3
- analysis/plots/tsne/hyperiqa_model.png +0 -3
- analysis/plots/tsne/reiqa_model.png +0 -3
- analysis/plots/tsne/tres_model.png +0 -3
- functions/ReIQA/csv_files/moco_train.csv +0 -3
.gitignore
CHANGED
|
@@ -34,6 +34,12 @@ new_images_to_test/
|
|
| 34 |
*.txt
|
| 35 |
test_all_models_output.txt
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
# macOS
|
| 38 |
.DS_Store
|
| 39 |
|
|
|
|
| 34 |
*.txt
|
| 35 |
test_all_models_output.txt
|
| 36 |
|
| 37 |
+
# Large CSV files (training data)
|
| 38 |
+
functions/ReIQA/csv_files/*.csv
|
| 39 |
+
|
| 40 |
+
# Generated plots and analysis outputs
|
| 41 |
+
analysis/plots/**/*.png
|
| 42 |
+
|
| 43 |
# macOS
|
| 44 |
.DS_Store
|
| 45 |
|
analysis/plots/GenImage_polar_plot.png
DELETED
Git LFS Details
|
analysis/plots/distortions/mAcc_vs_Blur_DRCT_DRCT.png
DELETED
Git LFS Details
|
analysis/plots/distortions/mAcc_vs_Blur_GenImage_GenImage.png
DELETED
Git LFS Details
|
analysis/plots/distortions/mAcc_vs_JPEG_DRCT_DRCT.png
DELETED
Git LFS Details
|
analysis/plots/distortions/mAcc_vs_JPEG_GenImage_GenImage.png
DELETED
Git LFS Details
|
analysis/plots/tsne/arniqa_model.png
DELETED
Git LFS Details
|
analysis/plots/tsne/clip-vit-l-14.png
DELETED
Git LFS Details
|
analysis/plots/tsne/contrique_model.png
DELETED
Git LFS Details
|
analysis/plots/tsne/drct-clip-vit-l-14.png
DELETED
Git LFS Details
|
analysis/plots/tsne/hyperiqa_model.png
DELETED
Git LFS Details
|
analysis/plots/tsne/reiqa_model.png
DELETED
Git LFS Details
|
analysis/plots/tsne/tres_model.png
DELETED
Git LFS Details
|
functions/ReIQA/csv_files/moco_train.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3aff2781a65e138b69636247b02d9c067bb5eb40a2f957f353aa9ebd958bd266
|
| 3 |
-
size 39861485
|
|
|
|
|
|
|
|
|
|
|
|