Changes¶
- 11.3.0
- Added the super resolution method,realizing the process of model inference based on Real-Esrgan models.
- Added model evaluation support for image super resolution, which can be used to evaluate model accuracy
- Fixed the problem of the model’s video memory not being released after the completion of prompt segmentation inference.
- 11.2.1
- Fixed the problem of object extraction continue training.
- 11.2.0
- Added the prompt segmentation tool based on SAM model.
- ReDet model is added to the training function of object detection.
- Mask2Former model is added to the training function of multi-classification.
- Object detection and object extraction add the ability to support multi-band images in the whole process.
- 11.1.0
- Segformer model is added to the training function of binary classification and multi classification.
- Siam-Segformer model is added to the training function of general change detection.
- RTMDet model is added to the training function of object detection.
- RTMDet-Ins model is added to the training function of object extraction.
- Support batch generation of training data.
- Model training adds the ability to continue training.
- Model training adds the ability to transfer learning.
- New learning rate adaptive adjustment strategy for model training
- Added support for batch data inference.
- Support inference by scope.
- Binary classification, multi object classification, general change detection support the full process of using 8-bit multi-band image to generate training data, model training, and model inference.
- Added model conversion capability
- 11.0.0
- Added the general_change_detection method, realizing the whole process of training data creation, model training and model inference based on Siam-SFNet and DSAMNet models
- Added model_evaluation method for object detection, binary classification, multi-classification, general change detection, which can be used to evaluate model accuracy
- Upgrade Conda environment to support Nvidia RTX30 series graphics cards to meet product hardware adaptation requirements
- New SFNet model for binary classification and multi-classification to enhance the ability to capture contextual and semantic spatial information
- Added learning rate decay strategy, which can be used to improve model training effect
- Interval_validation is added to the training_config file to control the validation interval during model training, and reduce the total training time
- Added the init_data parameter in model training to control the division of training sets and verification sets, facilitating comparison of model effects
- Supports the training of multiple GPU devices and also support specified GPU device number, and supports more efficient GPU parallel computing, which can be used to improve model training accuracy and training efficiency
- Provide a variety of pre-training models such as binary classification of water bodies and buildings and land cover multi_classification, so as to reduce the use cost of users
- 10.2.1
- The target detection function adds support for training data generation, model training and model prediction based on the Cascade R-CNN model
- Target detection function Faster R-CNN model supports replacement of backbone network (backbone) training
- Deep learning vision module inference class (Inference) is subdivided into two classes: image analysis (ImageryInference) and picture analysis (PictureInference)
- Deep learning framework upgrade: Upgrade TensorFlow framework version (1.14-2.1+) and Pytorch framework (1.2.0-1.8.1), add PaddlePaddle framework support
- Added a new model closing interface during inference to facilitate the management of computing resources.
- Added support for GAODEMAPS, TIBERO, SHENTONG, HWPOSTGRESQL, GANOS, XUGU, ATLASDB data source types. For details, please refer to
EngineType
- Added support for importing BIL files (
import_bil()
) - Added support for importing BIP files (
import_bip()
) - Added support for importing BSQ files (
import_bsq()
) - Added support for importing Orange Tab files (
import_orange_tab()
) - Added support for importing Grib files (
import_grib()
) - Added support for importing EGC files (
import_egc()
) - Added support for importing RAW files (
import_raw()
) - Added support for importing VRT files (
import_vrt()
) - Added support for importing GPKG files (
import_gpkg()
) - Added support for importing GBDEM files (
import_gbdem()
) - Added support for importing LIDAR files (
import_lidar()
) - Added support for importing GJB files (
import_gjb()
) - Added support for importing ESRI File GDB (
import_file_gdb_vector()
) - Added support for importing ESRI Personal GDB (
import_personal_gdb_vector()
) - Added support for importing TEMSClutter files (
import_tems_clutter()
) - Added support for importing TEMSVector files (
import_tems_vector()
) - Added support for importing TEMSBuildingVector files (
import_tems_building_vector()
) - Added support for importing TEMSText (
import_tems_text_labels()
) - Added support for exporting data sets as EGC files (
export_to_egc()
) - Added support for exporting data sets as GJB files (
export_to_gjb()
) - Added support for exporting data sets as TEMSVector files (
export_to_tems_vector()
) - Added support for exporting data sets as TEMSClutter files (
export_to_tems_clutter()
) - Added support for exporting data sets as TEMSText files (
export_to_tems_text_labels()
) - Added support for exporting data sets as TEMSBuildingVector files (
export_to_tems_building_vector()
) - Added support for exporting data set as ESRI File GDB(
export_to_file_gdb_vector()
) - Added support for exporting data set to ESRI Personal GDB(
export_to_personal_gdb_vector()
) - Added support for creating memory data source (
create_mem_datasource()
) - Added support for geometric object scale transformation (
zoom_geometry()
) - Added support for automatically cutting polygons (
divide_polygon()
) - Improve geometric object methods:
has_intersection()
,has_overlap()
,erase()
,clip()
, :py:func :.identity,union()
,update()
,xor()
interface adds tolerance parameters (tolerance) - Added get (
get_show_features_count()
) and set (set_show_features_count()
) the number of records displayed when printing a vector dataset - Added data integration (
integrate()
) - Added create random points (
create_random_points()
) - Added building regularization (
regularize_building_footprint()
) - Added spatio-temporal geographic weighted regression (
GTWR()
) - Added automatic calculation of vertical feet from point to line (
auto_compute_project_points()
) - Added layer overlay analysis (
multilayer_overlay()
) - Improve the overlay analysis function, support overlay analysis of self-intersection in the plane (
overlay()
) - Add area tabulation (
tabulate_area()
) - Added raster erasure and replacement (
erase_and_replace_raster()
) - Added catching catchment point (
snap_pour_point()
) - Added cellular automata based on multi-criteria judgment (
MCECellularAutomata
) - Added the function of calculating natural break points (
compute_natural_breaks()
) - Added support for topology logic diagram (
build_topological_schema()
) - Improve address matching, support traditional Chinese address matching (
build_address_indices()
) - Improve the vector to raster function (
vector_to_raster()
), increase the setting of no-value parameters (no_value) and whether to convert all rasters in contact with the polyline (is_all_touched) parameters - Improve the grid two-point minimum cost path (
cost_path_line()
) and the shortest surface path (surface_path_line()
) functions, and increase the setting of barrier surface parameters (barrier_regions) - Improve the geographic weighted regression (
GWR()
) function, support regression prediction, and increase the result to return the prediction result data set - Calculate vector natural breakpoint interrupt value (
compute_range_raster()
) Added warning, version 12 will be removed
- 10.1.1
- Added training function for binary classification D-LinkNet model
- Added the function of generating graph spatiotemporal regression training data
- Fix the problem of continuous occupation of video memory after ground object classification model inference
- Improve the support for Chinese in the object extraction training data path
- Improve the support for pre-training models in the object extraction training process
- Improve the support for the plane coordinate system of the object extraction results
- 10.1.0
- Added two-dimensional network analysis and three-dimensional network analysis modules
- Add address matching module
- Added a variety of grid comprehensive functions: including mode filtering, expansion, contraction, cannibalization, region grouping, boundary cleaning, refinement, etc.
- Added geographic simulation functions, including cellular automata based on principal component analysis (PCA) and artificial neural network (ANN)
- Improve the data import function, and add support for importing file catalog functions
- Added thematic map function
- Added image data object extraction function, involving training data generation, model training, and model inference interfaces
- Added FPN, DeepLab V3+ model support for binary classification of image data
- Added image classification function for image data, involving model training and model inference
- Added a new model conversion interface to support the conversion of image classification training result models to mobile models
- Added image data target detection function, involving model training and model inference interface
- Added traffic flow prediction function based on DCRNN
- Added structured data classification function based on gradient boosting
- 10.0.1
- 32-bit Python is no longer supported, only 64-bit Python is supported
- Support setting the diary information on the python side through the log.conf file
- Added image data target detection function, involving training data generation, model training, and model inference interfaces
- Added a new binary classification function for image data, involving training data generation, model training, and model inference interfaces
- Added image data classification function, involving training data generation, model training, model reasoning interface
- Added scene classification function for image data, involving training data generation, model training, and model inference interfaces
- Added least squares regression analysis (
ordinary_least_squares()
) - Added geographic detector analysis (
geographical_detector()
) - Added the function of calculating the rectangle range of geometric objects in the dataset (
compute_features_envelope()
) - Added fill and cut analysis (
inverse_cut_fill()
,cut_fill_grid()
,cut_fill_oblique()
,cut_fill_region()
, :py: func:.cut_fill_region3d) - New profile analysis (
calculate_profile()
) - Added calculation of the flooded area of the DEM grid (
flood()
) - Added binary raster refinement (
thin_raster_bit()
) - Added normalized vegetation index (
NDVI()
) and normalized water index (NDWI()
) - Added visual field analysis (
calculate_view_shed()
,calculate_view_sheds()
,is_point_visible()
,are_points_visible()
, :pyline_of_sight()
,radar_shield_angle()
) - Added color object (
Color
) and geometric object style object (GeoStyle
) - Added map module (
mapping
) for adding and managing map objects (Map
)