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 well can Unreal CV work with different UE4 environments? #113

Closed
olivia-skydio opened this issue Feb 6, 2018 · 2 comments
Closed

How well can Unreal CV work with different UE4 environments? #113

olivia-skydio opened this issue Feb 6, 2018 · 2 comments

Comments

@olivia-skydio
Copy link

  • Operating System: Ubuntu 16.04
  • UE4 Version: 4.16
  • UnrealCV Version: 3.10
  • Client (python2, 3 or matlab):python2
  • Problem Description:

How robust should unrealCV work with new/different environments that can be found on the UE4 marketplace? I'm trying to use to a Redwood forest scene that I've previously used (in UE4 Version 4.17), and added the UnrealCV plugin and unreal engine editor is really buggy/slow/lagging when starting up/loading the editor/building the environment and not all the lighting is able to load (not sure if this is a UE4 version issue or unreal version issue). Could this just be the content for the environment I'm working with is too large (even though it works fine on UE4 4.17 without the plugin)? Should it work well with other large content? Or should I stick to the available environments found in the model zoo for best use. Also, the unreal commands work fine, its just getting it all set up that is slow/buggy.

Thanks so much!

@olivia-skydio olivia-skydio changed the title How well can Unreal CV work with different environments? How well can Unreal CV work with different UE4 environments? Feb 6, 2018
@qiuwch
Copy link
Member

qiuwch commented Feb 7, 2018

Hi, @olivia-skydio

Thanks for this issue. You brought up a very important thing I am working on.

The performance issue is mainly because the sensors created by unrealcv are capturing data everytime (which is unnecessary). If the rendering cost is low, the impact is not significant, but if it is a very complex scene, the performance suffers.

You can check the performance cost using a console command ProfileGPU, which described here, https://docs.unrealengine.com/latest/INT/Engine/Performance/GPU/.

The branch I am currently working on has some significant performance improvement, but I am not sure how much it is for the environment you are working on. I purchased the Redwood today and will get some numbers tomorrow.

@olivia-skydio
Copy link
Author

Thanks for getting back to me, I'll check it out and would love to stay up to date on how it goes @qiuwch !

@zfw1226 zfw1226 closed this as completed May 22, 2023
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