Code Monkey home page Code Monkey logo

vision-for-action's Introduction

Does computer vision matter for action?

Brady Zhou, Philipp Krähenbühl, and Vladlen Koltun
Science Robotics, 4(30), 2019
Paper
Project

Code to accompany the paper.

Installation

git clone --recursive https://github.com/intel-isl/vision-for-action.git

ViZDoom

We require building from source using the included submodule,
which includes hacks for getting labels for the walls and floors.

cd ViZDoom
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON3=ON
make

Link ViZDoom and helpers to PYTHONPATH.

export PYTHONPATH=$PYTHONPATH:$PWD/ViZDoom/bin/python3.6/pip_package
export PYTHONPATH=$PYTHONPATH:$PWD

GTA V

This is supported on Windows machines only, and will take a little bit of effort.

You will need to install the following -

After successfully building all of these projects, you should have

dxgi.dll (renamed from gamehook.dll)
python.hk
server.hk
gta5.hk
pyhookv.pyd

Take all of these files and put them in the directory where GTAV.exe lives.
Additionally, move the following files from the gta_v directory to the same directory.

agents_privileged.py
constants.py
controller.py
controls.py
message_packer.py
pyhookv_utils.py
presets.py
scenarios.py

Citation

@article{Zhou2019DoesCV,
  title={Does computer vision matter for action?},
  author={Brady Zhou and Philipp Kr{\"a}henb{\"u}hl and Vladlen Koltun},
  journal={Science Robotics},
  volume={4},
  number={30},
  year={2019}
}

vision-for-action's People

Contributors

bradyz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.