Skip to content

Commit 356d29b

Browse files
install icevision from master (as default) (airctic#1121)
1 parent 5f9ec6b commit 356d29b

16 files changed

+5613
-5617
lines changed

notebooks/SAHI_inference.ipynb

+2,131-2,131
Large diffs are not rendered by default.

notebooks/YOLOv5.ipynb

+964-977
Large diffs are not rendered by default.

notebooks/getting_started_instance_segmentation.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"# IceVision - IceData - MMDetection - YOLO v5 Installation\n",
60-
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
59+
"# # IceVision - IceData - MMDetection - YOLO v5 Installation\n",
60+
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
6161
"\n",
62-
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
63-
"!bash icevision_install.sh cuda11"
62+
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
63+
"# !bash icevision_install.sh cuda11"
6464
]
6565
},
6666
{
@@ -76,11 +76,11 @@
7676
"metadata": {},
7777
"outputs": [],
7878
"source": [
79-
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
80-
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
79+
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
80+
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
8181
"\n",
82-
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
83-
"# !bash icevision_install.sh cuda11 master"
82+
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
83+
"!bash icevision_install.sh cuda11 master"
8484
]
8585
},
8686
{

notebooks/getting_started_keypoint_detection.ipynb

+269-263
Large diffs are not rendered by default.

notebooks/getting_started_object_detection.ipynb

+16-13
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"metadata": {},
7474
"outputs": [],
7575
"source": [
76-
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
77-
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
76+
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
77+
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
7878
"\n",
79-
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
80-
"!bash icevision_install.sh cuda11"
79+
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
80+
"# !bash icevision_install.sh cuda11"
8181
]
8282
},
8383
{
@@ -93,11 +93,11 @@
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
96-
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
97-
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
96+
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
97+
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
9898
"\n",
99-
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
100-
"# !bash icevision_install.sh cuda11 master"
99+
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
100+
"!bash icevision_install.sh cuda11 master"
101101
]
102102
},
103103
{
@@ -960,11 +960,9 @@
960960
"name": "getting_started_object_detection.ipynb",
961961
"provenance": []
962962
},
963-
"interpreter": {
964-
"hash": "9b150501f2e3841f26ea6a5989d537d317b221db7a480f35c8bda641f8b96c8d"
965-
},
966963
"kernelspec": {
967-
"display_name": "Python 3.8.11 64-bit ('ice': conda)",
964+
"display_name": "Python 3.8.5 ('icevision')",
965+
"language": "python",
968966
"name": "python3"
969967
},
970968
"language_info": {
@@ -977,7 +975,7 @@
977975
"name": "python",
978976
"nbconvert_exporter": "python",
979977
"pygments_lexer": "ipython3",
980-
"version": "3.8.11"
978+
"version": "3.8.5"
981979
},
982980
"metadata": {
983981
"interpreter": {
@@ -1002,6 +1000,11 @@
10021000
"toc_section_display": false,
10031001
"toc_window_display": true
10041002
},
1003+
"vscode": {
1004+
"interpreter": {
1005+
"hash": "8de9f07afee82c69462511c5dd73ef92dc31ce4377be5cdd30293ad211c0627b"
1006+
}
1007+
},
10051008
"widgets": {
10061009
"application/vnd.jupyter.widget-state+json": {
10071010
"09662116e2b1471d85be9ae23cc7c3a5": {

notebooks/getting_started_semantic_segmentation.ipynb

+10-10
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@
7979
},
8080
{
8181
"cell_type": "markdown",
82+
"metadata": {},
8283
"source": [
8384
"Install from pypi..."
84-
],
85-
"metadata": {}
85+
]
8686
},
8787
{
8888
"cell_type": "code",
8989
"execution_count": null,
9090
"metadata": {},
9191
"outputs": [],
9292
"source": [
93-
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
94-
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
93+
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
94+
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
9595
"\n",
96-
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
97-
"!bash icevision_install.sh cuda11"
96+
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
97+
"# !bash icevision_install.sh cuda11"
9898
]
9999
},
100100
{
@@ -112,11 +112,11 @@
112112
"metadata": {},
113113
"outputs": [],
114114
"source": [
115-
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
116-
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
115+
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet - mmsegmentation Installation\n",
116+
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
117117
"\n",
118-
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
119-
"# !bash icevision_install.sh cuda11 master"
118+
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
119+
"!bash icevision_install.sh cuda11 master"
120120
]
121121
},
122122
{

notebooks/inference.ipynb

+216-216
Large diffs are not rendered by default.

notebooks/mmdet_custom_config.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
},
6363
"outputs": [],
6464
"source": [
65-
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
66-
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
65+
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
66+
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
6767
"\n",
68-
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
69-
"!bash icevision_install.sh cuda11"
68+
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
69+
"# !bash icevision_install.sh cuda11"
7070
]
7171
},
7272
{
@@ -82,11 +82,11 @@
8282
"metadata": {},
8383
"outputs": [],
8484
"source": [
85-
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
86-
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
85+
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
86+
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
8787
"\n",
88-
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
89-
"# !bash icevision_install.sh cuda11 master"
88+
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
89+
"!bash icevision_install.sh cuda11 master"
9090
]
9191
},
9292
{

notebooks/negative_samples.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
},
6565
"outputs": [],
6666
"source": [
67-
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
68-
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
67+
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
68+
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
6969
"\n",
70-
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
71-
"!bash icevision_install.sh cuda11"
70+
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
71+
"# !bash icevision_install.sh cuda11"
7272
]
7373
},
7474
{
@@ -84,11 +84,11 @@
8484
"metadata": {},
8585
"outputs": [],
8686
"source": [
87-
"# # Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
88-
"# !wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
87+
"# Torch - Torchvision - IceVision - IceData - MMDetection - YOLOv5 - EfficientDet Installation\n",
88+
"!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh\n",
8989
"\n",
90-
"# # Choose your installation target: cuda11 or cuda10 or cpu\n",
91-
"# !bash icevision_install.sh cuda11 master"
90+
"# Choose your installation target: cuda11 or cuda10 or cpu\n",
91+
"!bash icevision_install.sh cuda11 master"
9292
]
9393
},
9494
{

0 commit comments

Comments
 (0)