Giter Site home page Giter Site logo

annotator's Introduction

Forced Choice Annotater for PHOSA

Code for running forced choice annotation for PHOSA.

Setup

  1. Install flask:
pip install flask
  1. Start annotation server. Access the annotator at localhost:29152.
python app.py

File Structure

The project directory should a directory called "ablations" with the following structure:

ablations
|__{category_name}
|  |__{ablation_name}
|__evaluation_ids.json

Where category_name is the name of the category (e.g. bat, bench, bicycle, etc) and ablation_name is the name of the name of the loss being ablated (e.g. collision, depth, mask, etc).

Each ablation directory should contain the rendered images where the beginning of the file name is imageid.

The images corresponding independent composition should be placed in abalations/{category_name}/baseline, and the images corresponding to PHOSA should be placed in ablations/{category_name}/ours.

Directions:

For each image, examine the two left and right image (presented in randomized order).

Commands:

  • w: prefer left
  • r: prefer right
  • e: equal/ no preference
  • space: clear selection
  • left: previous image
  • right: next image
  • enter: submit (left and right submit automatically)

Credits:

Some parts of the code were borrowed from Achal Dave.

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.