Skip to content

Commit

Permalink
install icevision from master (as default) (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-fast-track committed Jul 14, 2022
1 parent 5f9ec6b commit 356d29b
Show file tree
Hide file tree
Showing 16 changed files with 5,613 additions and 5,617 deletions.
4,262 changes: 2,131 additions & 2,131 deletions notebooks/SAHI_inference.ipynb

Large diffs are not rendered by default.

1,941 changes: 964 additions & 977 deletions notebooks/YOLOv5.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions notebooks/getting_started_instance_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
},
"outputs": [],
"source": [
"# IceVision - IceData - MMDetection - YOLO v5 Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# # IceVision - IceData - MMDetection - YOLO v5 Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11"
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11"
]
},
{
Expand All @@ -76,11 +76,11 @@
"metadata": {},
"outputs": [],
"source": [
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11 master"
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11 master"
]
},
{
Expand Down
532 changes: 269 additions & 263 deletions notebooks/getting_started_keypoint_detection.ipynb

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions notebooks/getting_started_object_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"metadata": {},
"outputs": [],
"source": [
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11"
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11"
]
},
{
Expand All @@ -93,11 +93,11 @@
"metadata": {},
"outputs": [],
"source": [
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11 master"
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11 master"
]
},
{
Expand Down Expand Up @@ -960,11 +960,9 @@
"name": "getting_started_object_detection.ipynb",
"provenance": []
},
"interpreter": {
"hash": "9b150501f2e3841f26ea6a5989d537d317b221db7a480f35c8bda641f8b96c8d"
},
"kernelspec": {
"display_name": "Python 3.8.11 64-bit ('ice': conda)",
"display_name": "Python 3.8.5 ('icevision')",
"language": "python",
"name": "python3"
},
"language_info": {
Expand All @@ -977,7 +975,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.11"
"version": "3.8.5"
},
"metadata": {
"interpreter": {
Expand All @@ -1002,6 +1000,11 @@
"toc_section_display": false,
"toc_window_display": true
},
"vscode": {
"interpreter": {
"hash": "8de9f07afee82c69462511c5dd73ef92dc31ce4377be5cdd30293ad211c0627b"
}
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"09662116e2b1471d85be9ae23cc7c3a5": {
Expand Down
20 changes: 10 additions & 10 deletions notebooks/getting_started_semantic_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Install from pypi..."
],
"metadata": {}
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11"
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11"
]
},
{
Expand All @@ -112,11 +112,11 @@
"metadata": {},
"outputs": [],
"source": [
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11 master"
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11 master"
]
},
{
Expand Down
432 changes: 216 additions & 216 deletions notebooks/inference.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions notebooks/mmdet_custom_config.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
},
"outputs": [],
"source": [
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11"
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11"
]
},
{
Expand All @@ -82,11 +82,11 @@
"metadata": {},
"outputs": [],
"source": [
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11 master"
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11 master"
]
},
{
Expand Down
16 changes: 8 additions & 8 deletions notebooks/negative_samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
},
"outputs": [],
"source": [
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11"
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11"
]
},
{
Expand All @@ -84,11 +84,11 @@
"metadata": {},
"outputs": [],
"source": [
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
"\n",
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
"# !bash icevision_install.sh cuda11 master"
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
"!bash icevision_install.sh cuda11 master"
]
},
{
Expand Down
Loading

0 comments on commit 356d29b

Please sign in to comment.