-
Notifications
You must be signed in to change notification settings - Fork 34
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
KeyError when training streetsurf on seg100613 #46
Comments
I encountered the same issue, the problem was solved after checking out the latest commit (faba099) and re-generate data. |
By the way if anyone encountered
|
@zzzxxxttt thank you for the reply. The key error persists. The problem is with the scenario.pt file as scenario['metas'] has no key under the name 'frame_timestamps'. Can you upload your scenario.pt file? This is for seg100613 |
@amoghskanda sure, here it is |
Thank you for the scenario.pt file. init() got an unexpected keyword argument 'fn_type' |
I made some changes to mono.py and used MonoSDFDepthLoss and somewhat fixed it. I'm getting a |
No, I didn't met this error |
I also use |
so your data is loaded onto cache right? you did not make any changes when it comes to which device data and model are getting loaded onto? I have rtx3090 and data is loaded onto cpu, I run into |
Hi, I also try to use withmask_nolidar.240219.yaml, but got an error when loading the images to make ImagePatchDataset. Have you met this error and how did you solve it? Thanks! |
yes, I removed **kwargs as an argument when calling get_frame_weights_uniform(), Line 66 frame_weights = get_frame_weights_uniform(scene_loader, scene_weights) |
yes. I tried caching on gpu instead of cpu and changed the value of n_frames in the configs file from 163 to 30, for seg-10061, encountered the above error. When I reverted it to default settings(cache on cpu and 163), ran into #51 |
cache is on the cpu right. The tensors frame_ind,h,w are on cpu as well. _ret_image_raw is on cpu as well. Not sure why I'm facing #51 |
Ok, have you solved the problem? |
not yet, on it. Try training without changing the size of n_frames from the config file. Lmk if you run into the same issue as me |
@sonnefred , I used another config(with mask with lidar) and was able to train and render as well |
@zzzxxxttt did you try rendering nvs with different nvs paths like spherical_spiral or small_circle? |
ok, thank you, but I'd like to use monodepth supervision, still working on it ... |
@zzzxxxttt Hi, how do you run this exp successfully? I still met a CUDA error when using this ymal ... Could you give any help? Thanks. |
Firstly, great work and thanks for making it open-source. I setup everything following the readme for both streetsurf and nr3d. I wanted to use the withmask_nolidar.240219.yaml config file, made the path and sequence change to use seg100613(quick downloaded from streetsurf repo). The scenario.pt file is incomplete as
waymo_dataset.py
is accessing frame_timestamps(line 406) which is not a valid key in the scenario dictionary. There's another key error - line506waymo_dataset.py
, no global_timestamps key in the scenario['observers']['ego_car']['data'] dictionary. Can you share the complete scenario.pt file? or the zip file to segment-13476374534576730229_240_000_260_000_with_camera_labels sequence?The text was updated successfully, but these errors were encountered: