DerrickXuNu / v2x-vit

[ECCV2022] Official Implementation of paper "V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer"
MIT License
284 stars 32 forks source link

Multi-gpu training #2

Closed xiaoyucheri closed 1 year ago

xiaoyucheri commented 2 years ago

HI Derrick,

Thanks for providing the v2x-vit model and other baseline methods codes! The whole codes are very neat! Do you have plan to support multi-gpu training?

Thanks,

CARLAlover commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

lesmiserable commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

Hello, thanks for your sharing, could you send me the multi-GPU version, my email address is wyzdhr@gmail.com, thank you

zjr-bit commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

hi, thanks for your work, could you please send me your multi-GPU version? My email address is jiaruz_bit@163.com

clyde12138 commented 2 years ago

hi, thanks for your work, could you please send me your multi-GPU version? My email address is [1345167814@qq.com]

coutyou commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

hi, thanks for your work, could you please send me your multi-GPU version? My email address is cinyou1999@163.com

carry-all-coder commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

Hi, thanks for your work, could you please send me your multi-GPU version? My email address is [982330532@qq.com]

745166740 commented 2 years ago

我确实为V2X-ViT实现了多GPU版本,结果实际上提出了一些观点。对于想要使用的人,请在此处留下您的电子邮件。

Hi, thanks for your work, could you please send me your multi-GPU version? My email address is zyang_work@126.com

ellen19967 commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

Hi, thanks for your work, could you please send me your multi-GPU version? My email address is 1015624879@qq.com

Little-Podi commented 2 years ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

Thanks a lot for your sharing, could you send me a copy if convenient? My email is shenyuangao@gmail.com, I really appreciate your help!

chrisyan commented 1 year ago

I do implement the multi-gpu version for V2X-ViT, and the results actually raise some points. For people who want to use, please leave your email here.

Thanks a lot! could you share with me? zhiran.yan@outlook.com

DerrickXuNu commented 1 year ago

hey @xinchundong @Little-Podi @zhiranyan @ellen19967 @745166740 @carry-all-coder @coutyou @clyde12138 @zjr-bit @lesmiserable guys, I have made OpenCOOD officially support V2X-ViT, V2XSet, and multi-gpu training!

Check this PR here to see what changed to support multi-gpu: https://github.com/DerrickXuNu/OpenCOOD/pull/47 Also, since OpenCOOD now includes all the functions in V2X-Vit, I will no longer update this repo. All new updates will be done in the OpenCOOD repo.

Have Fun!