hustvl / EVF-SAM

Official code of "EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model"
Apache License 2.0
320 stars 14 forks source link

Request for Training Code #40

Open Linn0910 opened 1 week ago

Linn0910 commented 1 week ago

Thank you for sharing this amazing project! The provided repository is very helpful for understanding EVF-SAM, and I greatly appreciate your effort in making it publicly available.

I am currently working on a related project and found the inference code quite useful. However, I noticed that the repository does not include the training code. I believe having access to the training pipeline would be immensely beneficial for further exploration and adaptation of your work.

Could you kindly provide the training code or share some details about the training setup, such as:

Dataset preparation Model architecture and initialization Training configurations (e.g., optimizer, learning rate schedule) Any specific requirements or guidelines? If sharing the training code is not feasible, any guidance or related resources would also be greatly appreciated.

Thank you for your time and consideration! Looking forward to your response.

Best regards, Lin

CoderZhangYx commented 1 week ago

Thank you for your suggestions! However, due to company policy, we cannot upload training code currently. #1 For guidance, we have presented our manuscript in our paper, including optimizer, lr, dataset, etc. Besides, codes of model architecture and datasets have been open-sourced.