You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Hi, thanks for this great piece of work.
Currently, I am working on training the network using the carla dataset, and when trying to generate videos using generate.py, I found that the video is not a 360-degree view around the car, instead the video focuses on a small range of views, no matter how I try to modify the camera trajectory. When modifying camera trajectory, I changed the relative_range_u arg, I want to make sure if I am modifying the correct argument. I have been suspecting that I need a new set of camera kwargs for Carla, so I want to first assure that the error is not arisen from a wrong rendering trajectory. Thanks
The training command I used:
python run_train.py outdir={path} data={path} spec=paper256 model=stylenerf_cars
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thanks for this great piece of work.
Currently, I am working on training the network using the carla dataset, and when trying to generate videos using generate.py, I found that the video is not a 360-degree view around the car, instead the video focuses on a small range of views, no matter how I try to modify the camera trajectory. When modifying camera trajectory, I changed the relative_range_u arg, I want to make sure if I am modifying the correct argument. I have been suspecting that I need a new set of camera kwargs for Carla, so I want to first assure that the error is not arisen from a wrong rendering trajectory. Thanks
The training command I used:
python run_train.py outdir={path} data={path} spec=paper256 model=stylenerf_cars
The text was updated successfully, but these errors were encountered: