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

How to teleport random orientation and transilation to virtual camera like in FAT dataset? #44

Open
sandy-ssdut opened this issue Dec 8, 2019 · 3 comments

Comments

@sandy-ssdut
Copy link

sandy-ssdut commented Dec 8, 2019

Hi, thanks for providing this tool!

I found many components which can change the light or the movement of objects randomly.
But how to change the projective matrix of virtual camera randomly like in FAT dataset?

@sandy-ssdut sandy-ssdut changed the title How to teleport random orientation and transilation 同 How to teleport random orientation and transilation to virtual camera like in FAT dataset? Dec 8, 2019
@smitheric95
Copy link

The camera (i.e. the SceneCapturer_Simple class) has a RandomMovement and RandomRotation variable that will allow you to change the location and angle of the camera.

You can change the camera projection matrix, however, you can't do so randomly. However, from the paper, I don't believe that the FAT dataset had randomized camera projections.

@avinashsen707
Copy link

The camera (i.e. the SceneCapturer_Simple class) has a RandomMovement and RandomRotation variable that will allow you to change the location and angle of the camera.

You can change the camera projection matrix, however, you can't do so randomly. However, from the paper, I don't believe that the FAT dataset had randomized camera projections.

@sandy-ssdut I think the orbital movement inside the camera menu also provide 360 movement.

@smitheric95 .. i also have that doubt regarding FAT dataset..
does the left and right image combination is necessary in creation of custom dataset?
If yes : which option is needed to turn ON to get Such Left and right files in dataset to get such result.

@avinashsen707
Copy link

the problem is resolved by: orbital movement option in the plugin NVSCene Capture.

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

3 participants