在看官方教程时,无意中发现别人写的一个脚本,非常简洁. 官方教程地址:http://pytorch.org/tutorials/beginner/data_loading_tutorial.html#sphx-glr-beginner-data-loading-tutorial-py 使用的是dlib自带的特征点检测库,初期用来测试还是不错的 """Create a sample face landmarks dataset. Adapted from dlib/python
物体识别:SIFT 特征: 人脸识别:LBP 特征: 行人检测:HOG 特征: 0. 常见手工设计的低级别特征 manually designed low-level features 语音:高斯混合模型和隐马尔可夫模型: Gabor features for : texture classification Local Binary Patterns (LBP) for: face classification. SIFT and HOG features for: object recogn
论文题目<Spatial-Spectral T ransformer for Hyperspectral Image Classification> 论文作者:Xin He 1 , Yushi Chen 1,* and Zhouhan Lin 2 论文发表年份:2021 模型简称:SST 发表期刊:Remote Sensing Motivation 基于cnn的方法具有空间特征提取的优点,但它们难以处理带有序列的数据,且不善于建模远程依赖关系.而HSI的光谱是一种序列数据,通常包含数百个波段.