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

Render vehicle only #56

Closed
wjie-gogogo opened this issue Dec 2, 2024 · 2 comments
Closed

Render vehicle only #56

wjie-gogogo opened this issue Dec 2, 2024 · 2 comments

Comments

@wjie-gogogo
Copy link

wjie-gogogo commented Dec 2, 2024

Thanks for your great work!
I noticed that NeuRAD supports rendering only static background in

if actor_removal_time is not None:
, I want to know if there is a function or boolean to render moving objects only. If not, some advice to change the code will help me a lot!

@wjie-gogogo
Copy link
Author

I try to mask the origin image to train the moving object only.
image
At the same time, I set the background to black,which is [0,0,0]. In this way, when calculating the loss, the RGB loss will be 0.
However, the actual training result is more like a grayscale image (the red light has the color, but the yellow car body does not have color). As shown below, left is origin image, right is training eval image
image

So I would appreciate if there is an elegant way to train only dynamic vehicles or you can give me some advice.

@wjie-gogogo
Copy link
Author

Never mind !
I found the final render video has no problem!
image

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

1 participant