Skip to content

Commit 639947d

Browse files
authored
Merge pull request #1399 from jyaistMap/next
Syncing the next branch with changes made to master within last month
2 parents 35999d3 + a4bc222 commit 639947d

File tree

3 files changed

+1810
-19
lines changed

3 files changed

+1810
-19
lines changed

guide/14-deep-learning/how_AutoDL_works.ipynb

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,22 @@
6666
"- RetinaNet\n",
6767
"- FasterRCNN\n",
6868
"- YOLOv3\n",
69-
"- MMDetection:\n",
70-
" - atss\n",
71-
" - carafe\n",
72-
" - cascade_rcnn\n",
73-
" - cascade_rpn\n",
74-
" - dcn\n",
69+
"- ATSS\n",
70+
"- CARAFE\n",
71+
"- CascadeRCNN\n",
72+
"- CascadeRPN\n",
73+
"- DCN\n",
7574
"\n",
7675
"**Pixel Classification**\n",
7776
"\n",
7877
"- DeepLab\n",
7978
"- UnetClassifier\n",
8079
"- PSPNetClassifier\n",
81-
" - ann\n",
82-
" - apcnet\n",
83-
" - ccnet\n",
84-
" - cgnet\n",
85-
" - deeplabv3\n"
80+
"- ANN\n",
81+
"- APCNet\n",
82+
"- CCNet\n",
83+
"- CGNet\n",
84+
"- HRNet\n"
8685
]
8786
},
8887
{
@@ -166,13 +165,13 @@
166165
" - _advanced_ : To be used when the user also wants to tune hyper parameters of the two best performing models from the basic mode.\n",
167166
" \n",
168167
"\n",
169-
"- `networks` (Optional Parameter):\n",
170-
" The list of models that will be used in the training process. If the user does not provide the parameter value, the `AutoDL` class selects all of the supported networks, however the user can select one or more networks by passing the network names in a list.\n",
168+
"- `network` (Optional Parameter):\n",
169+
" The list of models that will be used in the training process. If the user does not provide the parameter value, the `AutoDL` class selects all of the supported networks, however the user can select one or more networks by passing the network names as string in a list.\n",
171170
"\n",
172171
" - _Supported Object Detection models_\n",
173-
" - SingleShotDetector, RetinaNet, FasterRCNN, YOLOv3, MMDetection\n",
172+
" - SingleShotDetector, RetinaNet, FasterRCNN, YOLOv3, ATSS, CARAFE, CascadeRCNN, CascadeRPN, DCN\n",
174173
" - _Supported Object Detection models_\n",
175-
" - DeepLab, UnetClassifier, PSPNetClassifier, MMSegmentation\n",
174+
" - DeepLab, UnetClassifier, PSPNetClassifier, ANN, APCNet, CCNet, CGNet, HRNet\n",
176175
" \n",
177176
"\n",
178177
"- `verbose` (Optional Parameter): Optional Boolean.\n",
@@ -539,7 +538,7 @@
539538
],
540539
"metadata": {
541540
"kernelspec": {
542-
"display_name": "Python 3",
541+
"display_name": "Python 3 (ipykernel)",
543542
"language": "python",
544543
"name": "python3"
545544
},
@@ -553,7 +552,7 @@
553552
"name": "python",
554553
"nbconvert_exporter": "python",
555554
"pygments_lexer": "ipython3",
556-
"version": "3.9.11"
555+
"version": "3.9.15"
557556
}
558557
},
559558
"nbformat": 4,

samples/04_gis_analysts_data_scientists/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning.ipynb

Lines changed: 1793 additions & 1 deletion
Large diffs are not rendered by default.

samples/04_gis_analysts_data_scientists/vehicle_detection_and_tracking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"cell_type": "markdown",
9797
"metadata": {},
9898
"source": [
99-
"You can download vehicle training data from [here](https://github.com/Esri/arcgis-python-api/tree/master/samples/04_gis_analysts_data_scientists/data/vehicle_training_data.zip). Extract the downloaded file to get your training data."
99+
"You can download vehicle training data from [here](https://www.arcgis.com/home/item.html?id=ccaa060897e24b379a4ed2cfd263c15f). Extract the downloaded file to get your training data."
100100
]
101101
},
102102
{

0 commit comments

Comments
 (0)