当前位置:网站首页>Progress in remote sensing image recognition 2022/5/5
Progress in remote sensing image recognition 2022/5/5
2022-07-27 06:13:00 【122&&113】
1. Select some tags to use as training sets

Take the proportion of labels in the current box as the indicator of selection .
2. Select all tags to use as the training set

3. Consider image clustering to select labels

The clustering effect is too bad , Not adopted .
4. Reduce the resolution of the data set to train
Consider whether the resolution is too high , Leading to poor feature extraction .
5. experimental result

6. Use feature extraction to judge label quality

Here are just the categories of an image . Find out the commonalities of all image categories ( feature extraction ), Then the outlier detection is used to determine whether the original label is labeled correctly .
problem : In this way, we can only judge what is correct in the original label , It is not possible to judge what is not marked in the background ( The training mainly cuts the original image in the form of sliding window , Therefore, the content in the background will also participate in the training .)
边栏推荐
- Force buckle 160. intersecting linked list
- Calculation of Huffman tree, code implementation and proof, graphic interpretation
- [first song] machine learning of rebirth - linear regression
- Weidongshan digital photo frame project learning (II) displaying Chinese characters on LCD
- 【第一篇博客-展望】
- Pzk learns data types, binary conversion, input and output, operators, branch statements, ifelse of C language
- IP核之PLL
- [song] rebirth of me in py introductory training (9): exception handling
- 常见的SQL优化方法
- [first song] rebirth of me in py introductory training (3): if conditional sentence
猜你喜欢
随机推荐
学习软件测试时需要配备的运行环境需求搭建
wireshark图形界面介绍
Pzk learns data types, binary conversion, input and output, operators, branch statements, ifelse of C language
Summary of the use of C # Jason code in TCP communication
socket 长链接
力扣每日一题(链表模拟)
通信机制案例
力扣每日一题leetcode 513. 找树左下角的值
C#文件的读写
哈希表的原理及哈希冲突的解决方法
人月神话阅读笔记
Callback uses lambda
ROS工作空间覆盖
1 semi automatic crawler
shell script if嵌套for循环脚本
One of the usage of operator()
The principle of hash table and the solution of hash conflict
IP核之PLL
编程学习记录——第9课【操作符】
Code implementation and introduction of all commonly used sorting



![[first song] machine learning of rebirth - linear regression](/img/70/3efd9eacf88f55022eb52d096926f7.png)




