leopart
leopart copied to clipboard
Error when trying to reproduce the results of fully unsupervised segmentation
Hello, I was trying to reproduce the results of your model using pascal voc dataset and encountered a problem after executing the python script: python experiments/fully_unsup_seg/fully_unsup_seg.py --ckpt_path {vit-small-ckpt} --experiment_name vits16 --best_k 149 --best_mt 2 --best_wt 0.09.
The problem was a runtime error: Dataset not found or corrupted.
Can you tell what all changes I need to make before executing the above line.
Thank you