Giter VIP home page Giter VIP logo

gazeyolomodels's Introduction

Gaze Based Annotation of Histopathology Images for Training of Deep Convolutional Neural Networks

This repo contains the code and data used for our work on Gaze-based annotation of histopathology images. Table of contents is given below

Dataset

Download our dataset here:

Gaze:

  • Images used for training and testing of gaze-based object detectors can be downloaded from here.
  • The labels corresponding to each file in the training and test dataset can be found in "Gaze_Data/labels/train" and "Gaze_Data/labels/test" respectively.

Hand:

  • Images used for training and testing of object detectors on hand-labelled data can be downloaded from here.
  • The labels corresponding to each file in the training and test dataset can be found in "Hand_Data/labels/train" and "Hand_Data/labels/test" respectively.

NOTE: Hand generated labels were used for performance evaluation of both gaze-based and hand-labelled object detectors. Therefore, the contents of both the "Gaze_Data/labels/test" and the "Hand_Data/labels/test" folders are identical.

Setup for Training

  • After Downloading the dataset, files required for training the yolo models need to be generated
  • The voc_to_yolo.py file can be used to generate corrsponding files for yolov3 or yolov4
$ python voc_to_yolo.py \
  --data {pth to data folder e.g. data/Gaze_Data} \
  --version {`yolov3` or `yolov4`} \
  --classes Keratin_Pearl # Pass multiple classes using space as the delimeter

Training

  • The training code and required instructions are available for the following modules in their respective folder in the repository:

Reference

This repo was used to generate the results for the following paper on Gaze-based labelling of Pathology data.

Komal Mariam, Osama Mohammed Afzal, Wajahat Hussain, Muhammad Umar Javed, Amber Kiyani, Nasir Rajpoot, Syed Ali Khurram and Hassan Aqeel Khan, "On Smart Gaze based Annotation of Histopathology Images for Training of Deep Convolutional Neural Networks", submitted to IEEE Journal of Biomedical and Health Informatics.

BibTex Reference: Available after acceptance.

gazeyolomodels's People

Contributors

oafzal avatar

Stargazers

 avatar  avatar Affan Zafar avatar Umar avatar MAnasTahir 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.