proj
Proj CDeepFuzz Paper Reading: ACETest: Automated Constraint Extraction for Testing Deep Learning Operators
## Abstract Github: https://github.com/shijy16/ACETest 背景: 1. DL operators 用来计算多维tensors,很重要 本文:ACETest Task: automatically extract input validation c ......
Proj CDeepFuzz Paper Reading: AutoML: A survey of the state-of-the-art
## Abstract Github: https://github.com/marsggbo/automl_a_survey_of_state_of_the_art 本文: 1. intro AutoML methods: data preparation, feature engineering ......
解决GDAL格式转换投影问题—proj.db报错
 ### 解决方案1 在用到的python文件开头设置环境变量,即`proj.db`的路径地址 ```py impor ......
Proj CDeepFuzz Paper Reading: Aries: Efficient Testing of Deep Neural Networks via Labeling-Free Accuracy Estimation
## Abstract 背景: 1. the de facto standard to assess the quality of DNNs in the industry is to check their performance (accuracy) on a collected set of ......
Proj CDeepFuzz Paper Reading: An Extensive Study on Pre-trained Models for Program Understanding and Generation
## Abstract ## 1. Intro ## 2. Background ### 2.1 Program Understanding and Generation Tasks ### 2.2 NL-PL Pre-Trained Models  方法: postprocesses decompiled fil ......
PostGIS中获取所有EPSG的编码以及对应Proj4字符串
场景 PostGIS在Windows上的下载与安装: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/124107198 在上面安装好PostGIS后会默认生成一个spatial_ref_sys表,此表 保存空间数据库中使用的坐标系 ......
Java+proj4j实现根据EPSG编码进行坐标系转换
场景 Java+GeoTools实现WKT数据根据EPSG编码进行坐标系转换: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/130370754 上面使用GeoTools实现坐标系转换。 Vue+Openlayers+proj4实 ......
Vue+Openlayers+proj4实现坐标系转换
场景 Vue中使用Openlayers加载Geoserver发布的TileWMS: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/115916949 在上面的基础上实现不同坐标系坐标数据的转换。 Openlayers中默认的坐标系 ......
Proj. CHW Paper Reading: Characterizing Cryptocurrency Exchange Scams
1. intro Blockchain community防范scam attack措施 包含malicious domains的开源数据库,例如CryptoScamDB和EtherScanDB 多半是使用crowd-sourcing based approach搜集,例如受害者报告 本文探究 th ......