[AI, python] AI HUB 데이터셋의 어노테이션(Annotation, label)을 darknet format으로 변환하기 (BBOX일 경우)
·
파이썬
https://www.aihub.or.kr/ AI-Hub 자세히보기 AI 허브가 추천하는 검색어입니다. 태그를 클릭하여 검색결과를 확인하세요. www.aihub.or.kr AI HUB의 데이터셋의 어노테이션 파일을 yolo darknet format으로 변경하는 방법을 소개하고자 합니다. Annotation 파일은 보통 json으로 라벨링 되어 있습니다. { "info": { "description": "JSON file", "url": "", "version": "1.0", "year": 2021, "contributor": "", "date_created": "" }, "images": { "file_name": 95.png", "height": 720, "width": 1280, "id": 1 },..
[WPF] Style 사용하기
·
c#/WPF
Label의 BackGround만 반투명(30%)로 만들어 주기 VerticalAlignment , HorizontalAlignment Style Tag StaticResource 여러 군데 적용하기 Style.Triggers - DataTrigger: - INotifyPropertyChanged: INotifyPropertyChanged는 바인딩이 업데이트되도록 뷰(화면)에게 알려줍니다.