mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
Updated Photorealistic Rendering Engine based on Unreal Engine (markdown)
parent
93e9a045c4
commit
61a19b9b62
@ -2,11 +2,17 @@ Photorealistic rendering engine based on [Unreal Engine](https://www.unrealengin
|
|||||||
|
|
||||||
## Preparation
|
## 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:
|
Before running the simulator, you need to launch the UnrealCV server as follows:
|
||||||
|
|
||||||
cd <path_to_the_unrealcv_server_code>
|
|
||||||
./LinuxNoEditor/playground.sh
|
./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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user