Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

영상 및 비디오 실측 레이블 지정하기

객체 검출, 의미론적 분할, 인스턴스 분할, 영상 분류를 위해 대화형 방식으로 영상과 비디오의 레이블 지정

영상 레이블 지정기 앱과 비디오 레이블 지정기 앱을 사용하여 대화형 방식으로 영상 모음, 비디오 또는 영상 시퀀스의 실측 데이터에 레이블을 지정합니다. 객체 검출의 경우 사각형 관심 영역(ROI) 또는 연속선, 의미론적 분할의 경우 픽셀, 인스턴스 분할의 경우 다각형, 영상 분류의 경우 장면에 레이블을 지정할 수 있습니다. 이 앱에는 실측 데이터 레이블 지정을 자동화하는 컴퓨터 비전 알고리즘도 포함되어 있어서 검출 및 추적 알고리즘과 함께 사용할 수 있습니다. 또한 이 앱은 자체 알고리즘을 가져와 실측 데이터 레이블 지정을 자동화할 수 있는 API 및 워크플로도 제공합니다.

영상 모음의 레이블 지정 작업을 시작하려면 Get Started with the Image Labeler 항목을 참조하십시오. 비디오 또는 영상 시퀀스의 레이블 지정 작업을 시작하려면 Get Started with the Video Labeler 항목을 참조하십시오.

영상 레이블 지정기컴퓨터 비전 응용 분야에서 영상에 레이블 지정
비디오 레이블 지정기Label video for computer vision applications

함수

모두 확장

데이터 불러오기

cuboid2imgProject cuboids from 3-D world coordinates to 2-D image coordinates
groundTruthDataSourceObject for storing ground truth data sources
pixelLabelDatastoreDatastore for pixel label data
boxLabelDatastoreDatastore for bounding box label data
groundTruthGround truth label data

레이블 정의 만들기

labelDefinitionCreatorObject for storing, modifying and creating label definitions table
create Create label definitions table from the label definition creator object
infoDisplay information about a label, sublabel, or attribute stored in label definition creator object

추가

addLabelAdd label to label definition creator object
addSublabelAdd sublabel to label in label definition creator object
addAttributeAdd attributes to label or sublabel in label definition creator object

편집

editLabelGroupModify a label group name
editGroupNameChange group name
editLabelDescriptionModify description of label or sublabel in label definition creator object
editAttributeDescriptionModify description of attribute in label definition creator object

제거

removeLabelRemove label from label definition creator object
removeSublabelRemove sublabel from label in label definition creator object
removeAttributeRemove attribute from label or sublabel in label definition creator object

작업 플래그

initializeInitialize state for algorithm execution (optional)
runRun label automation on every frame in interval
terminateTerminate automated algorithm (optional)

검증

checkSetupSet up validation (optional)
checkLabelDefinitionValidate label definition

알고리즘

vision.labeler.AutomationAlgorithmInterface for algorithm automation in ground truth labeling
settingsDialogDisplay algorithm settings (optional)
vision.labeler.mixin.TemporalMixin interface for adding temporal context to automation algorithms
vision.labeler.mixin.BlockedImageAutomationMixin interface for performing blocked image automation
blockedImageAutomationAlgorithmImplements the blocked image automation algorithm
supportsReverseAutomationSet reverse algorithm automation flag

데이터 저장

groundTruthGround truth label data
pixelLabelDatastoreDatastore for pixel label data
boxLabelDatastoreDatastore for bounding box label data
changeFilePathsChange file paths in ground truth data
writeVideoScenesWrite video sequence to video file
sceneTimeRangesTime ranges of scene labels from ground truth data
gatherLabelDataGather label data from ground truth

레이블 선택

selectLabelsByGroupSelect ground truth labels by label group
selectLabelsByTypeSelect ground truth labels by label type
selectLabelsByNameSelect ground truth labels by label name

특성 및 레이블 유형 열거

attributeTypeAttribute type enumerations for labeling
labelTypeLabel type enumerations for labeling

객체 검출기를 위한 훈련 데이터 만들기

objectDetectorTrainingDataCreate training data for an object detector
pixelLabelTrainingDataCreate training data for semantic segmentation from ground truth
polyToBlockedImageCreate labeled blockedImage object from set of ROIs

도움말 항목

시작하기

실측 데이터 소스 불러오기

실측 레이블 지정

레이블 지정 자동화

실측 레이블 사용