unrealcv/unrealcv

Texture error in UE4

yellowYuga opened this issue · 3 comments

  • Operating System:Windows
  • UE4 Version:4.21
  • UnrealCV Version:0.3.10
  • Client (python2, 3 or matlab):3
  • Problem Description:

Some texture error occurs.
Under normal circumstances.The ue4 scenes should be like this:
image
But,when run 'vset /viewmode lit' or 'vget /unrealcv/status' ,the scenes turned like this:
image

Notice that there is a problem with the texture of the ground and the texture of the tree behind.
Dynamic textures no longer animate or become very slow. Also notice that a tree is still green, but if you copy this tree, its copy will still have problems.

vset /viewmode lit is broken in the current version and has not been used in our internal pipeline for a while. What do you get if you directly use vget /camera/0/lit png?

On Mon, Nov 9, 2020 at 10:28 PM yellowYuga @.***> wrote: - Operating System:Windows - UE4 Version:4.21 - UnrealCV Version:0.3.10 - Client (python2, 3 or matlab):3 - Problem Description: Some texture error occurs. Under normal circumstances.The ue4 scenes should be like this: [image: image] https://user-images.githubusercontent.com/32639257/98623534-def1bf00-2346-11eb-94f6-292bc7e874a1.png But,when run 'vset /viewmode lit' or 'vget /unrealcv/status' ,the scenes turned like this: [image: image] https://user-images.githubusercontent.com/32639257/98623760-54f62600-2347-11eb-8054-3b6d4c4e348d.png Notice that there is a problem with the texture of the ground and the texture of the tree behind. Dynamic textures no longer animate or become very slow. Also notice that a tree is still green, but if you copy this tree, its copy will still have problems. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#202>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM4GYWCV2LF435JY2QTZ43SPCXMJANCNFSM4TQEDAQQ .
-- Weichao Qiu.

The same error occurred. In addition, I noticed that there would be an error in capturing the depth map with 1024768 resolution, but the 960540 image is correct.