diff --git a/Photorealistic-Rendering-Engine-based-on-Unreal-Engine.md b/Photorealistic-Rendering-Engine-based-on-Unreal-Engine.md index d43204f..713af20 100644 --- a/Photorealistic-Rendering-Engine-based-on-Unreal-Engine.md +++ b/Photorealistic-Rendering-Engine-based-on-Unreal-Engine.md @@ -2,11 +2,17 @@ Photorealistic rendering engine based on [Unreal Engine](https://www.unrealengin ## Preparation -You need first to set up an UnrealCV plugin, or simply download one from the [Model Zoo](http://docs.unrealcv.org/en/latest/reference/model_zoo.html). We recommend to start first with the `RealisticRendering` model. +You need first to set up an UnrealCV plugin, or simply download one from the [Model Zoo](http://docs.unrealcv.org/en/latest/reference/model_zoo.html). We recommend to start first with the `RealisticRendering` model. Download it using: + + cd ~/Downloads + wget http://cs.jhu.edu/~qiuwch/release/unrealcv/RealisticRendering-Linux-0.3.10.zip + +and unzip it: + + unzip RealisticRendering-Linux-0.3.10.zip Before running the simulator, you need to launch the UnrealCV server as follows: - cd ./LinuxNoEditor/playground.sh Please make sure that the mouse input is disabled in the window that will pop up, by hitting the ` key while the window is in focus.