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

How to prepare prediction dataset for manifold #125

Open
imneonizer opened this issue Apr 16, 2020 · 1 comment
Open

How to prepare prediction dataset for manifold #125

imneonizer opened this issue Apr 16, 2020 · 1 comment

Comments

@imneonizer
Copy link

Summary

I am not very much familiar with react, but i somehow managed to run manifold demo example inside the container, though i have to modify package file to run it on 0.0.0.0 to be accessible outside the container.

I visualized the provided Regression demo dataset, and its working fine.
Now I wanted to use manifold to debug my object detection model, I am confused about preparing the csv files for input I.e., what should I possibly fill inside feature columns since these models takes in pixel values as features.

Context and Environment

  • Docker version 19.03.8
  • Base Image: ubuntu 18.04.3 LTS Bionic Beaver
  • node v13.7.0
  • npm 6.13.6
  • manifold 1.1.4

Suggestion / Request

please provide an example on usecase of manifold with image classification and object detection model,
how to prepare the data for demo application, and which parameters are effective in debugging through manifold.

@gnavvy
Copy link
Contributor

gnavvy commented Apr 18, 2020

@imneonizer, the open-source version of Manifold only supports categorical, numeric, and geospatial features. We have limited bandwidth to push for image/video/textual features at the moment, unfortunately.

My hunch is that you can try to use the output from the softmax layer as the numeric proxy of the input images, and see which class ranked the top (largest discrepancy) given the two selected subsets with Manifold. Or you can try other tools (e.g. shap) that give you pixel-level attention maps.

Hope it can give you some insights. 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants