Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thtrieu/darkflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Sheph/masknet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 31 files changed
  • 1 contributor

Commits on Jan 30, 2018

  1. build/run stuff added

    Sheph committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    513dec3 View commit details
    Browse the repository at this point in the history
  2. pycocotools added

    Sheph committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c301e4c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    adf0c67 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. masknet train, no batching yet

    Sheph committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a9a9d0d View commit details
    Browse the repository at this point in the history
  2. batching and weights save

    Sheph committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    02ec46e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c71485 View commit details
    Browse the repository at this point in the history
  4. predict and masks, it works!

    Sheph committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c687010 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d406a67 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    8832b5c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. 38x38x512 convs, 28x28 mask, looks better

    but we need to try FPN, it should be way better
    Sheph committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    2baaa5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b693ef View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. 4-level pyramid as in original Mask-RCNN work

    yields better results, now need to train it on full COCO
    I still have a doubt about 224.0 in pyramid roi align step
    Sheph committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    ff1625c View commit details
    Browse the repository at this point in the history
  2. allow playing rtsp streams

    Sheph committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8d57457 View commit details
    Browse the repository at this point in the history
  3. tf frozen graph generation

    Sheph committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    36bf41b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. rename output

    Sheph committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    2ca41df View commit details
    Browse the repository at this point in the history
  2. simpler freezer

    Sheph committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    01a25fb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. best weights so far on mscoco

    Sheph committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    67a8ccf View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Update README.md

    Sheph authored Feb 10, 2018
    Configuration menu
    Copy the full SHA
    c8038c6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sheph authored Feb 10, 2018
    Configuration menu
    Copy the full SHA
    9b004d1 View commit details
    Browse the repository at this point in the history
Loading