日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

PASCAL VOC 2012

發布時間:2023/12/14 编程问答 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 PASCAL VOC 2012 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

在看目前檢測、識別方面的論文時,經常遇到VOC 2007 或者 VOC 2012數據集。為了對這個數據集有一個詳細的了解,專門讀了相關文檔并將一些要點概括如下:

?

The PASCAL Visual Object Classes Challenge (2012)

?

The goal of this challenge is to recognize objects from a number of visual object classes in realistic scenes. There are twenty object classes.

?

There are five main tasks. We only focus on three of them: classification, detection, and segmentation.

Classification: For each of the classes, predict the presence/absence of at least one object of that class in a test image.

Detection:?For each of the classes, predict the bounding boxes of each object of that class in a test image (if any).

Segmentation:?For each pixel in a test image, predict the class of the object containing that pixel or "background" if the pixel does not belong to one of the twenty specified classes.

?

下面以圖像識別為例進行詳細說明

?

Classi cation/Detection Image Sets

For the classification and detection tasks, there are four sets of images provided:

train: Training data

val: Validation data

trainval: The union of train and val

test: Test data

?

Classi cation Task

For each of the twenty object classes, predict the presence/absence of at least one object of that class in a test image. The output from your system should be a real-valued confidence of the object's presence so that a precision/recall curve can be drawn.?Participants may choose to tackle all, or any subset of object?classes, for example “cars only” or “motorbikes and cars”.

?

Two competitions are defined according to the choice of training data: (i) taken?from the VOC trainval data provided, or (ii) from any source excluding the?VOC test data provided.

?

A separate text file of results should be generated for each competition (1 or?2) and each class e.g. ‘car’.?Each line should contain a single identifier and the?confidence output by the classifier, separated by a space, for example:

comp1_cls_test_car.txt:

...

2009_000001 0.056313

2009_000002 0.127031

2009_000009 0.287153

...

?

The classification task will be judged by the precision/recall curve.?The principal?quantitative measure used will be the average precision (AP).

?

這個賽事主辦方提供了評估性能的函數,我們只需要按照要求輸出文本即可,評估可以直接調用賽事主辦方的API。

?

總結

以上是生活随笔為你收集整理的PASCAL VOC 2012的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。