All Projects → unrealcv → Unrealcv

unrealcv / Unrealcv

Licence: mit
UnrealCV: Connecting Computer Vision to Unreal Engine

Projects that are alternatives of or similar to Unrealcv

Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (-54.37%)
Mutual labels:  ue4
Eluaprofiler
Easy LuaProfiler
Stars: ✭ 38 (-97.09%)
Mutual labels:  ue4
Ue4protobuf
A protobuf source integration for UE4.
Stars: ✭ 80 (-93.87%)
Mutual labels:  ue4
Varest
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
Stars: ✭ 707 (-45.78%)
Mutual labels:  ue4
Runtimemeshcomponent
Unreal Engine 4 plugin component for rendering runtime generated content.
Stars: ✭ 903 (-30.75%)
Mutual labels:  ue4
Ueviewer
Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).
Stars: ✭ 1,083 (-16.95%)
Mutual labels:  ue4
Houdiniengineforunreal
Houdini Engine Plugin for Unreal Engine 4
Stars: ✭ 533 (-59.13%)
Mutual labels:  ue4
Uinavigation
A UE4 plugin designed to help easily make UMG menus navigable by mouse, keyboard and gamepad
Stars: ✭ 88 (-93.25%)
Mutual labels:  ue4
Unrealnetworkprofiler
A modern WPF based Network Profiler for Unreal Engine.
Stars: ✭ 29 (-97.78%)
Mutual labels:  ue4
Ue4linuxlauncher
Stars: ✭ 79 (-93.94%)
Mutual labels:  ue4
Blui
Rich HTML UI engine for UE4
Stars: ✭ 753 (-42.25%)
Mutual labels:  ue4
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-99.54%)
Mutual labels:  ue4
Actionroguelike
Third-person Action Roguelike made in Unreal Engine C++ (for Stanford CS193U 2020)
Stars: ✭ 1,121 (-14.03%)
Mutual labels:  ue4
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+437.73%)
Mutual labels:  ue4
Wac
UE4 Visualization Plugin - Windows Audio Capture (WAC) is an Unreal Engine 4 plugin that captures live audio from the windows default audio device and analyse it to frequency values.
Stars: ✭ 81 (-93.79%)
Mutual labels:  ue4
Pbcharactermovement
HL2-style, classic FPS movement for Unreal Engine 4 implemented in C++
Stars: ✭ 582 (-55.37%)
Mutual labels:  ue4
Steambridge
A UE4 implementation of the Steamworks API.
Stars: ✭ 48 (-96.32%)
Mutual labels:  ue4
Realtime Server Ue4 Demo
A UE4 State Synchronization demo for realtime-server. 为realtime-server而写的一个UE4状态同步demo.
Stars: ✭ 88 (-93.25%)
Mutual labels:  ue4
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-93.33%)
Mutual labels:  ue4
Bluelua
A lightweight ue4 lua framework
Stars: ✭ 69 (-94.71%)
Mutual labels:  ue4

UnrealCV

Join the chat at https://gitter.im/unrealcv/unrealcv Docs Status

UnrealCV is a project to help computer vision researchers build virtual worlds using Unreal Engine 4 (UE4). It extends UE4 with a plugin by providing:

  1. A set of UnrealCV commands to interact with the virtual world.
  2. Communication between UE4 and an external program, such as Caffe.

UnrealCV can be used in two ways. The first one is using a compiled game binary with UnrealCV embedded. This is as simple as running a game, no knowledge of Unreal Engine is required. The second is installing UnrealCV plugin to Unreal Engine 4 (UE4) and use the editor of UE4 to build a new virtual world.

Please read Tutorial: Getting Started to learn using UnrealCV.

annotation Images generated from the technical demo RealisticRendering

Citation

If you found this project useful, please consider citing our paper

@article{qiu2017unrealcv,
  Author = {Weichao Qiu, Fangwei Zhong, Yi Zhang, Siyuan Qiao,Zihao Xiao, Tae Soo Kim, Yizhou Wang, Alan Yuille},
  Journal = {ACM Multimedia Open Source Software Competition},
  Title = {UnrealCV: Virtual Worlds for Computer Vision},
  Year = {2017}
}

Contact

If you have any suggestion or interested in using UnrealCV, please contact us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].