We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thanks for sharing your awesome work!
I want to evaluate (not train) ShowUI on Multimodal-Mind2web via applying eval_only on train.py,
However, I think I need hf_test_full.json to do that. As far as I know, there are only hf_train.json on https://huggingface.co/datasets/showlab/ShowUI-desktop/tree/main/metadata.
Could you please share file and script file required for us to execute inference/ evaluate ShowUI on Multimodal-Mind2web?
Best Regards,
The text was updated successfully, but these errors were encountered:
@ngiraffe Thanks for reminds! Yes, I forgot to upload this data, please give me some time to upload these metadata and images.
Sorry, something went wrong.
@QinghongLin hi also how can I get hf_test_full.json for dataset ScreenSpot? is there a way to generate it?
hf_test_full.json
@syorami the hf_test_full.json is available in here : https://huggingface.co/datasets/KevinQHLin/ScreenSpot/tree/main/metadata
@QinghongLin I donwloaded KevinQHLin/ScreenSpot hf data but found the images were broken and couldn't load. Could you have a check on the integrity?
KevinQHLin/ScreenSpot
>>> Image.open('mobile_ef01fd08-a7fd-42a3-b1aa-fe22b3f79730.png') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/root/miniconda3/lib/python3.10/site-packages/PIL/Image.py", line 3498, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file '/mnt/data/ScreenSpot/images/mobile_ef01fd08-a7fd-42a3-b1aa-fe22b3f79730.png'
No branches or pull requests
First of all, thanks for sharing your awesome work!
I want to evaluate (not train) ShowUI on Multimodal-Mind2web via applying eval_only on train.py,
However, I think I need hf_test_full.json to do that.
As far as I know, there are only hf_train.json on https://huggingface.co/datasets/showlab/ShowUI-desktop/tree/main/metadata.
Could you please share file and script file required for us to execute inference/ evaluate ShowUI on Multimodal-Mind2web?
Best Regards,
The text was updated successfully, but these errors were encountered: