Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use it? if image has multiple masks of same class #44

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2017

  1. my changes to the original repo

    Saeed Izadi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    0d14f5d View commit details
    Browse the repository at this point in the history
  2. .gitignore now works

    Saeed Izadi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    bc9e3e0 View commit details
    Browse the repository at this point in the history
  3. dummy change

    Saeed Izadi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    57a7563 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. adds validation loss and accuracy while training

    Saeed Izadi committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    0350be9 View commit details
    Browse the repository at this point in the history
  2. adds plots for train and loss

    Saeed Izadi committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    aec2854 View commit details
    Browse the repository at this point in the history
  3. fixes plot and adds cross_val function

    Saeed Izadi committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    ab01e34 View commit details
    Browse the repository at this point in the history
  4. cross validation for hyper-parameters works

    Saeed Izadi committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    692ce55 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. cross validation works well

    Saeed Izadi committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    b04b774 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Configuration menu
    Copy the full SHA
    390003f View commit details
    Browse the repository at this point in the history
  2. cleans README.md

    Saeed Izadi committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5ac47ea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. replaces binary with jaccard acc

    Saeed Izadi committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    abed12f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. computes trains loss/acc for a subset of training set

    Saeed Izadi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    356b40d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. chnages disciminator configuration

    Saeed Izadi committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    b369c26 View commit details
    Browse the repository at this point in the history
  2. adds cross_val fro gan

    Saeed Izadi committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    f80afd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. adds vgg16 with upsampling decoder

    Saeed Izadi committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    b00f6ff View commit details
    Browse the repository at this point in the history
  2. bilinear interpolation works but nan loss

    Saeed Izadi committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    9b0a841 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. saves npy for prediction to ease the evaluation

    Saeed Izadi committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    f496ea1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. jaccard works well for bce and salgan

    Saeed Izadi committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    f5b90c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. corrects prediction and adds evaluation metrics

    Saeed Izadi committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    738bcdf View commit details
    Browse the repository at this point in the history