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

Code release plan #1

Open
Vilonge opened this issue May 5, 2024 · 10 comments
Open

Code release plan #1

Vilonge opened this issue May 5, 2024 · 10 comments

Comments

@Vilonge
Copy link

Vilonge commented May 5, 2024

Great work! Is there an open source plan for the code? About what time?

@exiawsh
Copy link
Collaborator

exiawsh commented May 5, 2024

@Vilonge
Hello, thank you for your attention! I expect to release the code of data generatition samples (using GPT-4) before 6.15. I will release the training code before 7.1.
I integrated the code of llava into mmdet3d 1.0 during the development, but the mmdet3d 1.0 version does not support deepspeed, resulting in higher training memory.
So I plan to refactor on mmdet3d 1.1 to support deep speed.

@Vilonge
Copy link
Author

Vilonge commented May 5, 2024

Thanks for your reply. Looking forward to open source.

@exiawsh
Copy link
Collaborator

exiawsh commented May 5, 2024

We release the caption & conversation data. Hope it will help you.

@Vilonge
Copy link
Author

Vilonge commented May 6, 2024

Thanks. Indeed.

@Grace0413
Copy link

Hi, where is the caption & conversation data? I could only find omnidrive_data.zip, where there is only annotation json files, but I do not know how the .json is connected to the actual image.

@exiawsh
Copy link
Collaborator

exiawsh commented May 21, 2024

@Grace0413 Hi, please refer to this issue:
#2 (comment)
The name of json files are the sample_tokens in nuscenes dataset.

@Grace0413
Copy link

Thanks for your reply! I have read the code you provided:

sample_idx=info['token'] # ('sample_token' for nusc)
with open(vqa_path+results['sample_idx']+".json", 'r') as f:
data_qa = json.load(f)

Maybe this is a stupid question: what is info and what is results here? I'm sorry but I have no idea how to obtain info['token'] and results['sample_idx'] without knowing what info and results are.

@exiawsh
Copy link
Collaborator

exiawsh commented May 21, 2024

@Grace0413
Do you have any experience with the nuscenes api? For each timestamp, you will have sample['token'], which you can use to index the corresponding image.
info['token'] and results['sample_idx'] = sample['token'] here.
You can refer to the StreamPETR dataset section from my previous work.

@ltp1995
Copy link

ltp1995 commented May 22, 2024

Hi, thanks for your great work! Could you provide the evaluation codes in advance, especially how to calculate the metrics such as Collision && Intersection? Maybe some essential files (e.g., gt_fut_trajs, gt_occ, results of ominidrive) are also needed.

@Grace0413
Copy link

Thanks, I will try it out!

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

4 participants