Jyouhou / UnrealText

Synthetic Scene Text from 3D Engines
MIT License
241 stars 39 forks source link

Can I send an image to be the background of synthesis text,and after then, we control the view and light for the synthesis image? #7

Closed zhangjx123 closed 3 years ago

zhangjx123 commented 4 years ago

Can I send an image to be the background of synthesis text,and after then, we control the view and light for the synthesis image?

Jyouhou commented 4 years ago

Yes you can. Check this: https://github.com/Jyouhou/UnrealText/issues/5

The view & light controls and the image rendering part are independent. You can change the order.

zhangjx123 commented 4 years ago

OK, and there is an error:ERROR:init:205:Can not connect to ('localhost', 9000) when I run: python3 run_generation.py --UnrealProjectName Arch-2 --languages Latin. Is this error caused by my failure to install UE4?I am looking forward to receive your help.Thanks

Jyouhou commented 4 years ago

You need to launch the game binary first.

zhangjx123 commented 4 years ago

I think it is a bad news for me. I can only use terminal to work....Do u have some methods to launch the game in terminal?

Jyouhou commented 4 years ago

Sorry to hear that. I am not sure if the UnrealCV or Unreal Engine supports similar functions.

zhangjx123 commented 4 years ago

Thanks for your answers. Best wishes!