Giter VIP home page Giter VIP logo

interactive-classification's People

Contributors

cabreraalex avatar dependabot[bot] avatar fredhohman avatar polochau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

interactive-classification's Issues

Inpainting tool does not work.

Hi! I am trying to use your inpainting tool from "inpaint" folder. I made all steps according to your instructions and program is working. But it produces wrong output.

I am running the script with this command:
python3 inpaint.py defect.jpg mask.png out.jpg

defect.jpg:
defect.jpg

mask.png:
mask.png

out.jpg
output.jpg

all images are 227 by 227 pixels shape.

I want to remove the skin defects but as you can see the program does not do it. It only produce some strange artifacts in the bottom left of the resulting picture. What am i doing wrong?

Add sort option

Add a toggle to order by original classes or classification percentage.

Browser Demo?

I'd love to try this out. Is there a possibility of spinning up a simple Github Pages browser demo?

Thank you!

what missing here?

apt update
apt upgrade
shutdown -r now

then

sudo apt install curl
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn

next

git clone https://github.com/poloclub/interactive-classification.git
cd interactive-classification
yarn
yarn start

and show me this errors

Compiled with warnings.

./src/squeezenet/squeezenet.js
  Line 1:    'use strict' is unnecessary inside of modules  strict
  Line 12:   Unexpected use of comma operator               no-sequences
  Line 17:   Unexpected use of comma operator               no-sequences
  Line 18:   Unexpected use of comma operator               no-sequences
  Line 50:   Expected a default case                        default-case
  Line 152:  Expected a default case                        default-case
  Line 177:  Expected a default case                        default-case

./src/squeezenet/util.js
  Line 1:   'use strict' is unnecessary inside of modules  strict
  Line 13:  'i' is already defined                         no-redeclare

./src/squeezenet/imagenet_classes.js
  Line 1:  'use strict' is unnecessary inside of modules  strict

./src/inpaint.js
  Line 20:   'i' is already defined               no-redeclare
  Line 22:   Expected '===' and instead saw '=='  eqeqeq
  Line 29:   'i' is already defined               no-redeclare
  Line 30:   Expected '===' and instead saw '=='  eqeqeq
  Line 36:   'i' is already defined               no-redeclare
  Line 65:   Expected '===' and instead saw '=='  eqeqeq
  Line 66:   Expected '===' and instead saw '=='  eqeqeq
  Line 80:   Expected '===' and instead saw '=='  eqeqeq
  Line 102:  Expected '!==' and instead saw '!='  eqeqeq
  Line 134:  Expected '!==' and instead saw '!='  eqeqeq
  Line 135:  Expected '!==' and instead saw '!='  eqeqeq
  Line 141:  Expected '!==' and instead saw '!='  eqeqeq
  Line 152:  'i' is already defined               no-redeclare
  Line 153:  'j' is already defined               no-redeclare
  Line 158:  Expected '!==' and instead saw '!='  eqeqeq
  Line 163:  Expected '===' and instead saw '=='  eqeqeq

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

How can solved?

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.