Skip to content

Commit

Permalink
Merge pull request #17 from Atashnezhad/feature/tutorial
Browse files Browse the repository at this point in the history
Feature/tutorial
  • Loading branch information
Atashnezhad committed Jan 29, 2024
2 parents 7e1f128 + d39bdaa commit 5caadab
Show file tree
Hide file tree
Showing 18 changed files with 2,747 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ drillvision.egg-info/
.neural_network_model/settings.json
/ec2_key/
/segmentation_dataset_ad_kmean/
/tutorial/.ipynb_checkpoints/
/tutorial/dataset/
/tutorial/dataset_train_test_val/
Binary file modified figures/cluster_number_per_class.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/confusion_matrix.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/grad_cam.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/grad_cam_pdc_Image_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/history.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/image_width_height.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/images.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/metric.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/prediction_pdc_bit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/prediction_rollercone_bit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/transf_cam.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
612 changes: 612 additions & 0 deletions tutorial/.ipynb_checkpoints/P2_tutorial_BitVision-checkpoint.ipynb

Large diffs are not rendered by default.

585 changes: 585 additions & 0 deletions tutorial/P1_tutorial_Preprocessing.ipynb

Large diffs are not rendered by default.

840 changes: 840 additions & 0 deletions tutorial/P2_tutorial_BitVision.ipynb

Large diffs are not rendered by default.

672 changes: 672 additions & 0 deletions tutorial/P3_trasnfer_learning.ipynb

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions tutorial/P4_image_analytics.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "initial_id",
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Binary file added tutorial/figures/classes_number.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5caadab

Please sign in to comment.