From 61a19b9b62f9bac69475db191f141e42992ff47a Mon Sep 17 00:00:00 2001 From: danielgehrig18 Date: Tue, 30 Oct 2018 11:22:21 +0100 Subject: [PATCH] Updated Photorealistic Rendering Engine based on Unreal Engine (markdown) --- ...ealistic-Rendering-Engine-based-on-Unreal-Engine.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.