Skip to content
New issue

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

Reproducibility problem #15

Open
victoriazinkovich opened this issue Feb 17, 2025 · 0 comments
Open

Reproducibility problem #15

victoriazinkovich opened this issue Feb 17, 2025 · 0 comments

Comments

@victoriazinkovich
Copy link

victoriazinkovich commented Feb 17, 2025

Dear Authors,

Thank you for your outstanding work on this project. I am interested in including your model in my upcoming paper and would greatly appreciate your assistance in clarifying a few details. Could you kindly specify which part of ReasonSeg (test or val) and which model (gsva-7b-ft-res or gsva-7b-ft-gres) the table 5 from A.2. was generated from?

Image

I am a bit concerned because, after running your evaluation script (scripts/eval_demo.sh), I obtained the following metrics for gsva-7b-ft-res on the test set: cIoU = 40.1 and gIoU = 44.8.

scripts/eval_demo.sh:

#!/bin/bash
export TRANSFORMERS_OFFLINE=1
export DS_SKIP_CUDA_CHECK=1
export CUDA_VISIBLE_DEVICES=0

ds main.py \
  --val_dataset="ReasonSeg|val" \
  --segmentation_model_path="../SAM/pretrained_weights/sam_vit_h_4b8939.pth" \
  --mllm_model_path="../LLaVA/pretrained_weights/llava-7b-v1-1" \
  --vision-tower=openai/clip-vit-large-patch14 \
  --dataset_dir=../dataset \
  --weight=pretrained_weights/gsva-7b-ft-res.bin \
  --precision=fp32 \
  --lora_r=8 \
  --eval_only 

Thank you very much for your time and assistance.

Sincerely,
Viktoriia Zinkovich

@victoriazinkovich victoriazinkovich changed the title Clarify details from paper Reproducibility problem Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant