We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
A web UI for object detection has been added to the application zoo in #31
arielclj
delphieritas
pinpom
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: