当前位置:网站首页>Deep learning image data automatic annotation [easy to understand]
Deep learning image data automatic annotation [easy to understand]
2022-07-02 16:55:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Tensorflow and Caffe Equal depth Study in , Supervised learning data Annotation is a very tedious and time-consuming work , At present, most companies use outsourcing to label companies for processing , Or buy an existing dataset , It makes the cost of in-depth learning and research extremely high . This paper introduces an idea and method of solving data annotation with artificial intelligence .
One 、 Ideas
step :
1、 A preliminary model is used to detect the small batch of data to be labeled , The preliminary model here can be trained by yourself with a small batch of data sets , It can also be published online ;
2、 Correct the detected results by human intervention ;
3、 Train the new model with the corrected data ;
4、 Use the new model to detect the data to be tested in medium batch ;
5、 adopt 1~5 Loop iteration of steps , Can be refined step by step ;
6、 Although it also requires human participation , But it can greatly reduce the workload .
Implementation method :
1、Anno-Mage
Anno-Mage It is a semi-automatic annotation tool , Test the data set through a general model . But the types of items that this tool can label are limited , There is no process of model iteration and gradual refinement , You can modify and optimize its source code by yourself .
github Code address :https://github.com/virajmavani/semi-auto-image-annotation-tool
2、easyDL Intelligent annotation
2.1、 Intelligent annotation
Baidu easyDL It provides the function of intelligent annotation , Similar to the above ideas , All of them are labeled and trained for small batch data first , Then mark the remaining data sets with the learning results , Then correct it manually , Iterative refinement .
easyDL Website of the platform :https://ai.baidu.com/easydl/lite
Intelligent detection technology documents :https://ai.baidu.com/ai-doc/EASYDL/lk38n327g
2.2、 Export data
but easyDL The official does not provide data export function and api, This prevents us from getting the data Tensorflow and Caffe Training . So we can use crawler technology to crawl the trained data .
Tools github Address :https://github.com/kooky126/easydl2labelImg
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/147820.html Link to the original text :https://javaforall.cn
边栏推荐
- 618 deep resumption: Haier Zhijia's winning methodology
- How openharmony starts FA of remote devices
- 618 reprise en profondeur: la méthode gagnante de la famille Haier Zhi
- What if the win11 app store cannot load the page? Win11 store cannot load page
- 大厂面试总结大全
- Take you ten days to easily complete the go micro service series (I)
- Student course selection system (curriculum design of Shandong Agricultural University)
- Summary of monthly report | list of major events of moonbeam in June
- Machine learning perceptron model
- Leetcode1380: lucky numbers in matrix
猜你喜欢
七一献礼:易鲸捷 “百日会战”完美收官 贵阳银行数据库提前封板
Win11应用商店无法加载页面怎么办?Win11商店无法加载页面
Masa framework - DDD design (1)
PCL point cloud image transformation
DGraph: 大规模动态图数据集
According to the atlas of data security products and services issued by the China Academy of information technology, meichuang technology has achieved full coverage of four major sectors
Multi task prompt learning: how to train a large language model?
A week of short video platform 30W exposure, small magic push helps physical businesses turn losses into profits
Yyds dry goods inventory # look up at the sky | talk about the way and principle of capturing packets on the mobile terminal and how to prevent mitm
PhD Debate-11 预告 | 回顾与展望神经网络的后门攻击与防御
随机推荐
Routing mode: hash and history mode
lsf基础命令
路由模式:hash和history模式
Take you ten days to easily complete the go micro service series (I)
数据安全产业系列沙龙(三)| 数据安全产业标准体系建设主题沙龙
MySQL port
Classic quotations
john爆破出現Using default input encoding: UTF-8 Loaded 1 password hash (bcrypt [Blowfish 32/64 X3])
linux下配置Mysql授权某个用户远程访问,不受ip限制
Penetration tool - intranet permission maintenance -cobalt strike
七一献礼:易鲸捷 “百日会战”完美收官 贵阳银行数据库提前封板
Masa framework - DDD design (1)
Global and Chinese market of discharge machines 2022-2028: Research Report on technology, participants, trends, market size and share
Trigger: MySQL implements adding or deleting a piece of data in one table and adding another table at the same time
P6774 [noi2020] tears in the era (block)
图书管理系统(山东农业大学课程设计)
Global and Chinese markets for disposable insulin pumps 2022-2028: Research Report on technology, participants, trends, market size and share
中国信通院《数据安全产品与服务图谱》,美创科技实现四大板块全覆盖
According to the atlas of data security products and services issued by the China Academy of information technology, meichuang technology has achieved full coverage of four major sectors
OpenHarmony如何启动远程设备的FA