内容简介:Create deep learning based object detectors without writing a single line of code.OpenTPOD is an all-in-one open-source tool for nonexperts to create custom deep neural network object detectors. It is designed to lower the barrier of entry and facilitates
OpenTPOD
Create deep learning based object detectors without writing a single line of code.
OpenTPOD is an all-in-one open-source tool for nonexperts to create custom deep neural network object detectors. It is designed to lower the barrier of entry and facilitates the end-to-end authoring workflow of custom object detection using state-of-art deep learning methods.
It provides the following features via an easy-to-use web interface.
- Training data management.
- Data annotation through seamless integration with OpenCV CVAT Labeling Tool .
- One-click training/fine-tuning of object detection deep neural networks, including SSD MobileNet, Faster RCNN Inception, and Faster RCNN ResNet, using Tensorflow (with and without GPU).
- One-click model export for inference with Tensorflow Serving.
- Extensible architecture for easy addition of new deep neural network architectures.
Demo Video
Documentation
Citations
Please cite the following thesis if you find OpenTPOD helps your research.
@phdthesis{wang2020scaling,
title={Scaling Wearable Cognitive Assistance},
author={Wang, Junjue},
year={2020},
school={CMU-CS-20-107, CMU School of Computer Science}
}
Acknowledgement
This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by Intel, Vodafone, Deutsche Telekom, Verizon, Crown Castle, Seagate, VMware, MobiledgeX, InterDigital, and the Conklin Kistler family fund.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C和C++代码精粹
阿林森 / 董慧颖 / 人民邮电出版社 / 2003-4-1 / 59.00
《C和C++代码精粹》基于作者备受好评的C/C++ User Journal杂志上的每月专栏,通过大量完全符合ISO标准C++的程序集合,说明了C++真正强大的威力,是C和C++职业程序员的实践指南。可以帮助有一定经验的C和C++程序员深入学习这两种密切相关的语言,对书中代码的参悟和应用,可以帮助他们从根本上提高使用程序的效率。一起来看看 《C和C++代码精粹》 这本书的介绍吧!