Skip to content

Instantly share code, notes, and snippets.

View icbcbicc's full-sized avatar
🏋️‍♂️

Zhongling Wang icbcbicc

🏋️‍♂️
View GitHub Profile
#!/usr/bin/env python3
"""Build a VLM benchmark subset from SEAGULL-100w.
"""
from __future__ import annotations
import argparse
import json
import os
import random
import sys