8-8-10-30 Tuesday

Source: Internet
Author: User

English: listening, speaking, reading, writing, and translation

1. forget others 'faults by remembering your own.

2. To like a person is not wrong, it is wrong to like a person who does not like you .??? ????

3. Some people dream of success while others wake up and work hard at it.

4. the pillow is full of musty dreams filled with people who can't have it.

5. Life has taught us that love does not consist in gazing at each other but in looking outward together in the same direction.

6. AIDC Auto Identification and data collection

Paper

1. Rapid object detection using a boosted cascade of simple features (https://ieeexplore.ieee.org/abstract/document/990517)

Abstract:

This paper describes a machine learning approach for Visual Object detection which is capable of processing images extremely rapidly and achieving high detection rates. this work is distinguished by three key contributions. the first is the introduction of a new image representation called the "integral image" which allows the features used by our detector to be computed very quickly. the second is a learning algorithm, based on AdaBoost, which selects a small number of critical visual features from a larger set and yields extremely efficient classifiers. the third contribution is a method for combining increasingly more complex classifiers in a "cascade" which allows background regions of the image to be quickly discarded while spending more computation on promising object-like regions. the cascade can be viewed as an object specific focus-of-Attention mechanic which unlike previous approaches provides statistical guarantees that discarded regions are unlikely to contain the object of interest. in the domain of Face Detection the system yields detection rates comparable to the best previous systems. used in real-time applications, the detector runs at 15 frames per second without resorting to image differencing or skin color detection.

2. Few-example object detection with model communication (https://ieeexplore.ieee.org/document/8374906)

Abstract:

In this paper, we study object detection using a large pool of unlabeled images and only a few labeled images per category, named "few-example object detection ". the key challenge consists in generating trustworthy training samples as stored as possible from the pool. using few training examples as seeds, our method iterates between model training and high-confidence sample selection. in training, easy samples are generated first and, then the poorly initialized model undergoes improvement. as the model becomes more discriminative, challenging but reliable samples are selected. after that, another round of model improvement takes place. to further improve the precision and recall of the generated training samples, we embed multiple Detection Models in our framework, which has proven to outperform the single model baseline and the model ensemble method. experiments on Pascal VOC '07, MS Coco '14, and ilsvrc '13 indicate that by using as few as three or four samples selected for each category, our method produces very competitive results when compared to the state-of-the-art weakly-supervised approaches using a large number of image-level labels.

3. Object Detection and image classification with YOLO (https://www.kdnuggets.com/2018/09/object-detection-image-classification-yolo.html)

We explain object detection, how Yolo algorithm can help with image classification, and introduce the Open Source neural network framework Darknet.

 

There are a few different algorithms for object detection and they can be split into two groups:

    1. Algorithms Based on classification-they work in two stages. in the first step, we're selecting from the image interesting regions. then we're classifying those regions using convolutional neural networks. this solution cocould be very slow because we have to run prediction for every selected region. most known example of this type of algorithms is the region-based convolutional Neural Network (rcnn) and their cousins fast-rcnn and faster-rcnn.
    2. Algorithms Based on regression-instead of selecting interesting parts of an image, we're re predicting classes and bounding boxes for the whole image in one run of the algorithm. most known example of this type of algorithms is YOLO (you only look once) commonly used for real-time object detection.

4. A gentle guide to deep learning object detection (https://www.pyimagesearch.com/2018/05/14/a-gentle-guide-to-deep-learning-object-detection/) (very good)

  • The differencesImage ClassificationAndObject Detection
  • The components of a deep learning object DetectorIncluding the differences betweenN Object Detection FrameworkAndBase ModelItself
  • How to perform deep learning object detection withPre-trained Model
  • How you canFilter and ignore predicted classesFrom a deep learning model
  • Common misconceptions and misunderstandingsWhen adding or removing classes from a deep Neural Network
  • Figure 1: The difference between classification (left) and object detection (right) is intuitive and straightforward. for image classification, the entire image is classified with a single label. in the case of object detection, our neural network localizes (potentially multiple) objects within the image.

 

 

Turtlebot3 Learning

1. turtlebot3 remote PC setup (http://emanual.robotis.com/docs/en/platform/turtlebot3/pc_setup/) (review because it is very important !!!)

Supplement

  • Manual installation of ROS kinetic

2. turtlebot3blockly documentation (https://media.readthedocs.org/pdf/turtlebot-3-blockly-wiki/latest/turtlebot-3-blockly-wiki.pdf)

 

Ubuntu relation setup

1. Open-VM-tools (https://www.jianshu.com/p/687acbfd21a5)

 

8-8-10-30 Tuesday

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.