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

about experiment environment #3

Closed
Towiko opened this issue Dec 4, 2021 · 9 comments
Closed

about experiment environment #3

Towiko opened this issue Dec 4, 2021 · 9 comments

Comments

@Towiko
Copy link

Towiko commented Dec 4, 2021

Hello, I'm sorry to disturb you. According to the paper, I only konw about you did it under the GeForce RTX 3090. But some errors occurred when I wanted to reproduce your experiment. So could you please tell me exactly what's your experiment environment? (Something like requirements.txt )

@marius12233
Copy link

marius12233 commented Dec 12, 2021

Hi @Towiko ,
I don't know whether my answer could help you, however I was able to run the experiment using python 3.7.4 and torch==1.7.0+cu101.
The authors used python 3.6 and torch 1.8.1.

@Towiko
Copy link
Author

Towiko commented Dec 16, 2021

thanks for your reply @marius12233,
I have finished my environment setup, but there still seem to be some problems.Now that you have successfully conducted the experiment, I would like to ask you :

1: I run the experiment but it has this error
image
I only changed the dataset root and the number of gpu, what else should i do to change the code?

2: For now i only used the semantic kitti dataset, the directory is like:
image

is that right?

@songw-zju
Copy link

hi @Towiko , I met this problem before. Have you solved the problem?

@Towiko
Copy link
Author

Towiko commented Dec 20, 2021

@songw-zju Nope,still waiting for @marius12233 ‘s’ reply while rereading the paper. If this is not an exception I suspect there is a problem with the source code. @ICEORY

@marius12233
Copy link

Hi @Towiko. Unfortunately I ran the experiment on nuScenes, not on Kitti,, and now I'm unable to reproduce the experiment using Kitti.
However, the folder structure seems to be good, so if you can tell me which line throws the exception I will happy to help you to figure out whether it is a problem with source code or not.

@Towiko
Copy link
Author

Towiko commented Dec 21, 2021

@marius12233 Thanks so much for your help ,here's the error messages
image
image
image
image

It seems that some errors occurred in dataloader and this [perspective_view_loader.py] file
image

@iris0329
Copy link
Collaborator

Hi @Towiko

image

According to your error report, please check the image type.

@marius12233
Copy link

marius12233 commented Dec 22, 2021 via email

@songw-zju
Copy link

songw-zju commented Dec 23, 2021

Hi @Towiko , The error was likely generated by torchvision transform module, because your version seems to accept as input only a PIL image, and not a tensor as well. This is due to the pytorch version, which carries out an old version of torchvision. Probably your version of torch is 1.1 or below, which is your torch version? Probably installing a newest torch and torchvision version could solve the issue. For example, my torch version is 1.7.1 and torchvision version is 0.8.2, and checking in functional.py inside the transforms library it accepts both PIL Image and Tensors. @songw-zju probably you have the same problem.

Thanks for your useful advice! I reinstall torchvision for higher version and solve the problem.

@ICEORY ICEORY closed this as completed Dec 24, 2021
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

5 participants