fang196
fang196
I'm testing 3DETR in outdoor senerio (nuScenes 3D dataset), but met the same promblem as #28 . The metrics are all zero after training 90 epochs. I visualize the gt...
**Describe the bug** I went down the issue when running [this demo](https://github.com/stanfordnlp/stanza/blob/main/demo/Stanza_CoreNLP_Interface.ipynb). **To Reproduce** Run the following code: ``` # Import client module from stanza.server import CoreNLPClient # Construct a...
How can I get 'data/embodied/BOXQA_train_v3.json' in [this line](https://github.com/OpenDriveLab/ELM/blob/7ae27a2b68509a637141a586796bbd63f8c26fcb/lavis/datasets/datasets/elm_datasets.py#L320) ? What is `self.temporal_length` mean in `lavis/datasets/datasets/elm_datasets.py` ? How can I get `self.traffic_element_dict` in [this line](https://github.com/OpenDriveLab/ELM/blob/7ae27a2b68509a637141a586796bbd63f8c26fcb/lavis/datasets/datasets/elm_datasets.py#L133)? When will you release file used...
In `lavis/datasets/datasets/elm_datasets.py` and `lavis/projects/blip2/train/advqa_t5_elm.yaml`, I found some necessary files that hasn't been mentioned in README. - How to get `bevdetv2-nuscenes_infos_trainval.pkl`? - I've seen `drivelm_train.json` in [this link](https://drive.google.com/drive/folders/1QFBIrKqxjn9lfv31XMC3wVIdaAbpMwDL?usp=sharing) , but how...