Giter VIP home page Giter VIP logo

iqa-website's Introduction

Subjective quality assessment platform

  • A web-based cloudsourcing platform using django-web

  • Translated from Chinese to English by ron.lee

  • Characteristics

    • It shows two images and the user should choose one with better quality.
    • It allows zoom and panning of two images in a synchronised way.
    • It does not ask the user to score.
    • It is designed to compare the image quality of smartphone models, and the real time ranking of smartphone models can be found in the management backend. However, in the English translation, I changed the 'smartphone model' into '(IR) algorithm' to make it general.

Installation

  • Django version should be below 3, or there would be errors.
  • The python version the author tested was 3.6.9.
  1. pip install -r requirements.txt

  2. For the synchronized image comparasion, we use deepzoom Python Deep Zoom Tools. To install :
    cd deepzoom; python setup.py install; cd ..

Usage

  • python manage.py runserver if you want to access locally
  • python manage.py runserver 0.0.0.0:8000 if you want to access from another machine

Management Backend

  • Add /manage/ to the URL. (id & passwd: admin).

  • The provided functionalities are:

    • Dataset:view pictures. Add device. Upload pictures. When uploading pictures, name the pictures serially and we recommend jpg format 1.jpg, 2.jpg...), then zip them.
    • Experient info (User list, Record list, Question info, Real-time Ranking):View subjective quality numbers
    • Experiment management

Pages

  1. Main page

    image-20220404161043837

  2. Experiment page

    image-20220404162053194

  3. Management page

    image-20220404161701745

iqa-website's People

Contributors

max-cvv avatar ronsoohyeong 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.