Object Instance Retrieval in Assistive Robotics: Leveraging Fine-Tuned SimSiam with Multi-View Images Based on 3D Semantic Map
This is a tranining code of SimView paper.
Download MIRO dataset
bash miro_downloader.sh
python3 redefine_miro.pyIf you want to download ObjectPI dataset.
Download it here and place it in your dataset folder.
Fine-tune partial parameters with classifier.
python3 partial_fine_tuning.pyFine-tune partial parameters without classifier.
python3 unsupervised_partial_fine_tuning.pyFine-tune all parameters with classifier.
python3 full_fine_tuning.pyFine-tune all parameters without classifier.
python3 unsupervised_full_fine_tuning.pyEvaluate the model updated partial parameters with classifier.
python3 partial_fine_tuning_eval.pyEvaluate the model updated partial parameters without classifier.
python3 unsupervised_partial_fine_tuning_eval.pyEvaluate the model updated all parameters with classifier.
python3 full_fine_tuning_eval.pyEvaluate the model updated partial parameters without classifier.
python3 unsupervised_full_fine_tuning_eval.py