conda create -n FinderV2 python=3.10
conda activate FinderV2
pip install -r requirements.txt
python data_assoc.py
python choose_images.py
python data.py
to create a train/val/test split for the imagespython lora.py
for training LoRA ViT and showing results