Skip to content

Commit 303aae4

Browse files
committed
updated notes per suggestions
1 parent 5a5f0fa commit 303aae4

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,20 @@
2929
"* [Detecting and Categorizing Brick Kilns from Satellite Imagery](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/detecting_and_categorizing_brick_kilns_from_satellite_imagery.ipynb)\n",
3030
"* [Extracting Slums from Satellite Imagery](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/extracting_slums_from_satellite_imagery.ipynb)\n",
3131
"* [Extracting Sinkholes from Aerial Imagery](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/extracting_sinkholes_from_aerial_imagery_over_deadsea)\n",
32-
"* [Climate Change Impacts on Trees in Delhi](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/climate_change_impacts_on_trees_in_delhi)\n",
3332
"* [Detecting Settlements Using Supervised Classification and Deep Learning](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/detecting_settlements_using_landsat-8_imagery)\n",
33+
"* [How much green is Delhi as on 15 Oct 2017?](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/how-much-green-is-Delhi-as-on-15-oct-2017) \n",
3434
"* [Maximizing Fire Protection Coverage](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/site_maximizes_fire_protection_coverage)\n",
3535
"* [Calculate Impervious Surfaces from Multispectral Imagery using Deep Learning](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/calculate_impervious_surfaces_from_multispectral_imagery/)\n",
36-
"* [Time Series Prediction of AirBnB Properties in New York City](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/time_series_prediction_airbnb_properties-nyc)"
36+
"* [Safe Streets to Schools](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/safe_streets_to_schools)\n",
37+
"* [Spatial and temporal distribution of service calls using big data tools](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/spatial_and_temporal_trends_of_service_calls)\n",
38+
"* [Time Series Prediction of AirBnB Properties in New York City](https://developers.arcgis.com/python/samples/04_gis_analysts_data_scientists/analyzing_growth_factors_of_airbnb_properties_in_new_york_city)"
3739
]
3840
},
3941
{
4042
"cell_type": "markdown",
4143
"metadata": {},
4244
"source": [
43-
"#### [`arcgis.raster.functios.gbl`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.gbl.html#)"
45+
"#### [`arcgis.raster.functions.gbl`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.gbl.html#)"
4446
]
4547
},
4648
{
@@ -78,19 +80,12 @@
7880
"source": [
7981
"* Adds the [`DeepLabV3`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#deeplab) model based on [`torchvision`](https://pytorch.org/docs/stable/torchvision/index.html)\n",
8082
" * includes multispectral data support\n",
81-
"* Adds [`PointCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn) model to segment point clouds into classes\n",
82-
"* Adds support for multi-channel data augmentation for training on multispectral imagery\n",
83-
" * set `lighting_transforms` parameter in [`prepare_data()`]() to `True` or `False` to control data augmentation\n",
83+
"* Enhancements to Multispectral data support: \n",
8484
" * turn on `DRA` with the `statistics_type` parameter in various `show_results()` and `show_batch()` functions\n",
8585
" * adds environment variable `type_init_tail_parameters` to control `Model Tail` initialization for `arcgis.learn` functions\n",
8686
"* Sanctions [`classify_objects()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#classify-objects) over [`FeatureClassifier.categorize_features()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.FeatureClassifier.categorize_features) for feature categorization\n",
8787
"* Adds support for training models on either cpu or gpu devices\n",
8888
"* Adds support for evaluating MaskRCNN model performance with correct metrics for the trained model to compare the results\n",
89-
"* Enhances module to create pre-trained backbones on satellite imagery\n",
90-
" * use custom pretrained backbones \n",
91-
" * Esri World Imagery\n",
92-
" * landsat imagery\n",
93-
" * sentinel imagery\n",
9489
"* Adds [`accuracy()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.UnetClassifier.accuracy) function to [`UnetClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#unetclassifier)\n",
9590
"* Adds `unet_aux_loss` parameter to the [`PSPNetClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pspnetclassifier)\n",
9691
"* Adds support for training a subset of classes from [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data) `class_mapping` parameter to [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
@@ -177,7 +172,6 @@
177172
"* Improves messaging when incorrect path passed as `path` argument to [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data)\n",
178173
"* Fixes error when list of tensors is empty when running [`SingleShotDetector.fit()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.SingleShotDetector.fit) model\n",
179174
"* Fixes model accuracy function in [`Unet`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#unetclassifier) and [`PSPNet`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pspnetclassifier) to return maximum accuracy if checkpoint is `True`\n",
180-
"* Enhances [`SingleShotDetector`]() to support rotated bounding boxes as inputs\n",
181175
"* Improves tagging scheme documentation for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data) function\n",
182176
"* Improves visual accuracy when using Multispectral imagery with [`UNetClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#unetclassifier)\n",
183177
"* Fixes missing `supported_backbone` documentation for all models\n",

0 commit comments

Comments
 (0)