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

Add the OBJECT_DETECTION task #12

Open
nudles opened this issue May 7, 2020 · 2 comments
Open

Add the OBJECT_DETECTION task #12

nudles opened this issue May 7, 2020 · 2 comments
Assignees

Comments

@nudles
Copy link
Contributor

nudles commented May 7, 2020

For this task, the input data (for inference) would be an image, and the output data should be a list
like of tuples: (bounding box, probability of each category).
Pls refer to https://github.com/shwars/mPyPl/wiki/Reading-PASCAL-VOC-Format

Discussion is welcomed.

@pinpom
Copy link
Contributor

pinpom commented Jun 17, 2020

I found this colab on using Mask-RCNN for detecting Pneumonia from DICOM format images. Input is image + annotations .csv file and Output is .csv file (patientID ; bounding box string -- x, y, width, height)
https://colab.research.google.com/github/mdai/ml-lessons/blob/master/lesson3-rsna-pneumonia-detection-kaggle.ipynb?

Kaggle dataset: https://www.kaggle.com/c/rsna-pneumonia-detection-challenge/data

@chrishkchris
Copy link
Contributor

chrishkchris commented Jul 2, 2020

A web UI for object detection has been added to the application zoo in #31

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

5 participants