alex_bn_lee

导航

上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 245 下一页

2021年7月29日 #

【627】Python @staticmethod 与 @classmethod

摘要: Python staticmethod() 函数 Python classmethod 修饰符 python-类: 静态方法(staticmethod)、类方法(classmethod)和实例方法 classmethod 用的比较少,可以先不用太考虑; staticmethod 就是静态方法,不用实 阅读全文

posted @ 2021-07-29 11:05 McDelfino 阅读(53) 评论(0) 推荐(0)

【626】GIS遥感相关杂志

摘要: 与GIS相关的SCI、EI期刊 相关杂志: 杂志名称 评级 Computers, Environment and Urban Systems Q1 Transactions in GIS Q1 IEEE Transactions on Geoscience and Remote Sensing Q1 阅读全文

posted @ 2021-07-29 10:19 McDelfino 阅读(66) 评论(0) 推荐(0)

2021年7月28日 #

【625】keras.utils.Sequence 制作生成集

摘要: tensorflow.keras.utils.Sequence的使用 keras 官网 - Sequence Unet Xception Keras for Pneumothorax Segmentation 用于拟合数据序列的基对象,例如一个数据集。 每一个 Sequence 必须实现 __get 阅读全文

posted @ 2021-07-28 17:12 McDelfino 阅读(451) 评论(0) 推荐(0)

2021年7月27日 #

【624】python中nan值判断与处理

摘要: python中nan值判断与处理 针对计算 metrics 的平均值的时候,最终结果都是 nan,需要提前判断,然后剔除掉。 pandas 里面 NaN 判断,如下: bm_waybill_id arrive_lat arrive_lng recipient_lng recipient_lat re 阅读全文

posted @ 2021-07-27 17:26 McDelfino 阅读(1684) 评论(0) 推荐(0)

【623】二值图识别轮廓

摘要: python数字图像处理(17):边缘与轮廓 阅读全文

posted @ 2021-07-27 12:43 McDelfino 阅读(65) 评论(0) 推荐(0)

上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 245 下一页