-
Notifications
You must be signed in to change notification settings - Fork 48
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
Some problems with data.mdb(lmdb error) and validation.py #3
Comments
Hi,
|
Thank you for your replying! I've download the nuscenes_data several times, but it still doesn't work. I think it happens because of this part of code: (src/data/dataloader.py line128~145)
I have tried many times for get the image_input_key, but the value is always None. Is there any way to fix it? Or is it the lmdb file OK? I have check the libraries which I have installed:
|
The first question has been solved. This error occurred because of the pick.dumps() protocol version. When I change the Protocol version to 3, every thing goes fine. Thanks again for the excellent work! |
I met similar problem too. The little difference is the "image_input_key" is not None in my workspace. However, "value" that got from txn is always None. The solution is to change the protocol version to 3 in pickle.dumps(). |
agree |
|
you can debug your dataloader in notebook like below:
then call this line and debug until no error reported. |
I shall release the dataloader which works without lmdb's soon, this should make it easier. |
@HITwyx @ziyan0302 @howardchina hello, Have you trained the model on the dataset? Can you share the weight? I have trained on the mini-Nuscenes and the inference result is very poor. |
@avishkarsaha Did you use the stock config for the G.T. generation from (mono-semantic-maps)[https://github.com/tom-roddick/mono-semantic-maps]? It appears that the resolution differs at 196 x 200 (perhaps the map extent you used is Is the correct approach just to use |
Can you release the code for generating the ground truth maps? |
Hi. |
how to inference the model i trained? |
Thank you for sharing! I have some questions about the code:
When I run the train.py, this error occurred:
lmdb.Error: /home/###/Downloads/translating-images-into-maps-main/nuscenes_data/lmdb/samples/CAM_FRONT: No such file or directory, It is about the lmdb.open. I guess it is caused by missing data.mdb in /nuscene_data/samples/CAM_FRONT.
where is the verification file? Files like validation.py
How to train the bigger Dataset, something like v1.0-trainval or others? Are there any Readme about dataloader?
Thanks again for sharing! Looking forward to your reply.
The text was updated successfully, but these errors were encountered: