• Title/Summary/Keyword: 오픈각

Search Result 223, Processing Time 0.03 seconds

Implementation of input device using motion and voice recognition (모션인식과 음성인식을 활용한 입력장치 구현)

  • Yang Woo Park;Woo Jae Lee;Kim Min Sup;Myeong Jin Jeong;Min Jae Kang;Sang Ho Yeom
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.01a
    • /
    • pp.287-288
    • /
    • 2023
  • 본 논문에서는 실시간 영상 처리 라이브러리인 OpenCV와 미디어파이프(MediaPipe)를 사용하여 동작 인식 기반 키보드, 마우스 제어 프로그램을 개발하였다. Google의 미디어파이프(MediaPipe)에서 제공하는 손가락 마디 부분의 랜드마크를 인식하며, 실시간 영상 처리로 띄워진 사용자 인터페이스에서 제스처를 통해 키보드 입력과 마우스 제어를 할 수 있으며, Google에서 제공하는 오픈 소스와 결합하여 음성인식을 통한 키보드 입력이 가능하다. 또한, 각 기능끼리 제스처를 통해 기능 변경이 가능하여 다양한 산업 분야에서 원하는 키를 매핑할 수 있기 때문에 활용 가능성이 높으며, 의료 분야에서 감염 예방을 목적으로 사용할 수 있다. 특히 기존의 메타버스에서 사용되는 고가의 센서를 대체하여 비용 절감 부분에서 장점이 있다.

  • PDF

스마트 항로표지 통합플랫폼을 위한 마이크로 서비스 아키텍처

  • 조인표;이재규;이상엽
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2022.06a
    • /
    • pp.83-84
    • /
    • 2022
  • 항로표지는 다양한 장비들이 복합적으로 구성되는 장치이다. 이러한 복합적 장비의 유연하고 안정적 운영을 위해서는 주 운영체제의 안정성을 보장해야 한다. 모든 SW는 주 운영체제에 영향을 줄 수 있다. 이러한 문제를 최대한 예방하기 위해 마이크로서비스 아키텍처가 필요하다. 서비스 마다 독립된 자원공간을 활용하는 마이크로 서비스 아키텍처는 리눅스 컨테이너 기법을 활용하여 구현된다. 제안하는 스마트 항로표지의 운영을 담당하는 통합플랫폼의 마이크로 서비스 아키텍처의 주요 서비스로 센서 데이터 스트리밍 서비스, 임베디드 고장진단 서비스, 데이터베이스 서비스, 원격 통신 서비스, 컴퓨팅 리소스 모니터링 서비스, 시각화 서비스로 구성된다. 본 연구에서는 전체 마이크로서비스 아키텍처를 제안하고 그중에서도 주요 서비스들의 구현 방법을 기존 오픈소스 활용을 통해 제안한다. 제안하는 구조를 통해 각 서비스가 컨테이너화 되어 관리됨으로써 에러대처와 업데이트 관리에 용이한 마이크로서비스아키텍처를 구현할 수 있다.

  • PDF

A Method for Extracting Persona Triples in Dialogue (발화 내 페르소나 트리플 추출 방법 연구)

  • Yoonna Jang;Kisu Yang;Yuna Hur;Heuiseok Lim
    • Annual Conference on Human and Language Technology
    • /
    • 2023.10a
    • /
    • pp.726-729
    • /
    • 2023
  • 본 논문에서는 대화 중 발화에서 페르소나 트리플을 추출하는 방법을 연구한다. 발화 문장과 그에 해당하는 트리플 쌍을 활용하여 발화 문장 혹은 페르소나 문장이 주어졌을 때 그로부터 페르소나 트리플을 추출하도록 모델을 멀티 태스크 러닝 방식으로 학습시킨다. 모델은 인코더-디코더 구조를 갖는 사전학습 언어모델 BART [1]와 T5 [2]를 활용하며 relation 추출과 tail 추출의 두 가지 태스크를 각각 인코더, 디코더 위에 head를 추가하여 학습한다. Relation 추출은 분류로, tail 추출은 생성 문제로 접근하도록 하여 최종적으로 head, relation, tail의 구조를 갖는 페르소나 트리플을 추출하도록 한다. 실험에서는 BART와 T5를 활용하여 각 태스크에 대해 다른 학습 가중치를 두어 훈련시켰고, 두 모델 모두 relation과 tail을 추출하는 태스크 정확도에 있어서 90% 이상의 높은 점수를 보임을 확인했다.

  • PDF

A Study on the Improvement of YOLOv7 Inference Speed in Jetson Embedded Platform (Jetson 임베디드 플랫폼에서의 YOLOv7 추론 속도 개선에 관한 연구)

  • Bo-Chan Kang;Dong-Young Yoo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.11a
    • /
    • pp.154-155
    • /
    • 2023
  • 오픈 소스인 YOLO(You Only Look Once) 객체 탐지 알고리즘이 공개된 이후, 산업 현장에서는 고성능 컴퓨터에서 벗어나 효율과 특수한 환경에 사용하기 위해 임베디드 시스템에 도입하고 있다. 그러나, NVIDIA의 Jetson nano의 경우, Pytorch의 YOLOv7 딥러닝 모델에 대한 추론이 진행되지 않는다. 따라서 제한적인 전력과 메모리, 연산능력 최적화 과정은 필수적이다. 본 논문은 NVIDIA의 임베디드 플랫폼 Jetson 계열의 Xavier NX, Orin AGX, Nano에서 딥러닝 모델을 적용하기 위한 최적화 과정과 플랫폼에서 다양한 크기의 YOLOv7의 PyTorch 모델들을 Tensor RT로 변환하여 FPS(Frames Per Second)를 측정 및 비교한다. 측정 결과를 통해, 각 임베디드 플랫폼에서 YOLOv7 모델의 추론은 Tensor RT는 Pytorch에서 약 4.1배 적은 FPS 변동성과 약 2.25배 정도의 FPS 속도향상을 보였다.

The Design Trends of Outdoor Space in Commercial Multi-Complexes in Korea (국내 복합상업시설 외부공간의 특성과 변화 양상)

  • Choi, YoungJoon
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.48 no.5
    • /
    • pp.89-106
    • /
    • 2020
  • This study examines the functionality and landscape design specifics of the outdoor space of representative commercial multi-complexes in Korea in order to overview the design trends of outdoor landscaping trends. Through surveying the composition of outdoor spaces along with their relation to the surrounding landscape, open spaces, and the neighboring communities, this paper identified the change in trends regarding the characteristics of outdoor landscape planning and acknowledged the enhanced public value of outdoor space. This study asserts that the characteristics of outdoor spaces can best be understood by examining the ways in which the outdoor space relates to adjoining commercial multi-complexes and the surrounding landscape. Focusing on the relationships that outdoor space establishes, commercial multi-complexes can be categorized as follows: in/outdoor separated type, in/outdoor semi-open type, surrounding landscape-projected type, and surrounding landscape-combined type. By studying the landscape design specifics of the outdoor space of representative cases of each type, the following has been concluded: First, the amount of outdoor space has expanded in terms of importance and function while serving to assist in various activities and participatory experiences, and no longer merely serves as a backdrop of commercial facilities. Second, with the strengthened connectivity between in/outdoor spaces, the elements of outdoor surroundings are more actively introduced indoors to improve amenities. Through directly connecting certain indoor program spaces with outdoor spaces, commercial multi-complexes tend to provide richer combined experiences. Third, with the expansion of outdoor space functionality, commercial multi-complexes are increasingly recognized as a quasi-public space, making good example of liminal space. In light of the recent case of development plans linked with public open spaces in suburban settings, commercial landscape design shows the possibility of creating an open space that can function as a center for local culture and green networks in the community.

A Study on the Cultural Landscape around Lotus Ponds of Fortress Wall of Seoul through Old Writings in the Joseon Dynasty (조선시대 옛글을 통한 한양도성 연지(蓮池) 일대의 문화경관 고찰)

  • Gil, Ji-Hye;Son, Yong-Hoon;Hwang, Kee-Won
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.34 no.1
    • /
    • pp.1-17
    • /
    • 2016
  • The purpose of this paper is to understand the value of Dongji(東池), Seoji(西池) and Namji(南池), the lotus ponds of Fortress Wall of Seoul as part of the cultural landscape of the period through a consideration of personal behavior and impressive landscape characteristics via various old writings on each pond. The objects of this study include poems, diaries, travelogues and essays describing these ponds. The results are as follows. First, the preferred landscape elements of these three ponds were lotuses, willows and water itself. Second, while Dongji was recognized as a natural landscape, the composition of Seoji was a mixture of with natural and urban landscapes, and Namji was more urban altogether. Third, in aspects of personal behavior, while Dongji was a place where people broke their journeys to gaze at the scenery or looked down distantly, in Seoji, people stayed for a long time in a pavilion called Cheonyeon-jeong(天然亭) and engaged in various leisure activities, and in Namji, there were many gatherings under a temporary shelter or at a friend's house near the pond. Night was the best time to enjoy Namji because during the day, the area was crowded with people, horses, carts and so on. Fourth, the landscapes of fortress walls were impressively described often. Fifth, because these ponds were integrated into the surrounding area, they were like public openspaces mixed with water spaces, natural environment and adjacent facilities. The lotus ponds of the Fortress Wall of Seoul were located in a place connecting inside and outside of fortress, supplemented the cultural features in city, were valued as public openspace, and made it possible to experience the unique landscape of Hanyang. Although these ponds were buried and have now disappeared, they still hold great cultural meaning and potential value as water landscapes of the old city.

A Study on Revitalizing the Use of Korean Public Data: Focused on Linked Open Data Strategy (우리나라 공공데이터의 이용활성화 방안에 관한 연구: 링크드 오픈 데이터화 전략을 중심으로)

  • Yi, Hyun Jung;Nam, Young Joon
    • Journal of the Korean Society for information Management
    • /
    • v.31 no.4
    • /
    • pp.249-266
    • /
    • 2014
  • In South Korea, systems related to the provision of public data were recently implemented. As a result, policy changes have been made that are headed in the direction of actively providing open access to data held by public institutions, such as government agencies and local municipalities. The purpose of the open I will be divided into two broad. To ensure the transparency of government operations, and is intended to satisfy the right to know the people. The other one is to create national interest by utilizing the public data as one country endowment assets. In this study, we analyze the open situation of public data, were presented the improvement measures. Range of research, the public data that local government owns, to determine to have a central information and other limitations and characteristics, Seoul the beginning to the seventeen regional support municipality 228 that you have held for city districts were census. According to the research results, local governments, themselves produced, is a relatively reluctant to disclosure and understanding of the list of public data that are holdings. According to the research results, local governments, themselves produced, is a relatively reluctant to disclosure and understanding of the list of public data that are holdings, also emphasizes the conservative value than take advantage of value have had. Therefore, it was determined that there is a need to resolve several issues through disclosure via a linked data format as a strategy to increase the openness and utilization of local public data.

Empirical study on BlenderBot 2.0's errors analysis in terms of model, data and dialogue (모델, 데이터, 대화 관점에서의 BlendorBot 2.0 오류 분석 연구)

  • Lee, Jungseob;Son, Suhyune;Shim, Midan;Kim, Yujin;Park, Chanjun;So, Aram;Park, Jeongbae;Lim, Heuiseok
    • Journal of the Korea Convergence Society
    • /
    • v.12 no.12
    • /
    • pp.93-106
    • /
    • 2021
  • Blenderbot 2.0 is a dialogue model representing open domain chatbots by reflecting real-time information and remembering user information for a long time through an internet search module and multi-session. Nevertheless, the model still has many improvements. Therefore, this paper analyzes the limitations and errors of BlenderBot 2.0 from three perspectives: model, data, and dialogue. From the data point of view, we point out errors that the guidelines provided to workers during the crowdsourcing process were not clear, and the process of refining hate speech in the collected data and verifying the accuracy of internet-based information was lacking. Finally, from the viewpoint of dialogue, nine types of problems found during conversation and their causes are thoroughly analyzed. Furthermore, practical improvement methods are proposed for each point of view, and we discuss several potential future research directions.

A Design and Implementation of Bus Information Notification Application

  • Kang, A-Yeon;Lee, Tae-Hyeon;Lee, Na-Kyung;Lee, Won-Joo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.6
    • /
    • pp.81-88
    • /
    • 2021
  • In this paper, we design and implement a bus information notification application based on the GPS sensor of a smartphone. This application provides the ability to check bus stops within a radius of 200m based on the current user's location using the smartphone's GPS sensor, Google Map, and open API. In addition, if you click the marker of the desired stop, you can see the name of the stop, and click the view arrival information button to check the detailed bus arrival information of the stop. In addition, it provides a function to check the location information of pharmacies, nonghyups, and post offices that sell public masks, the names of public mask stores, and mask inventory through the public mask store button. Each icon was used differently to make visual differences in order to easily indicate the difference between the times of public mask sales and bus stops. In addition, if you want to know the information of other bus stops and the route of the desired bus, not around the user's location, click the bus stop search button. Finally, after storing the destination stop or location, it implements a function that provides an alarm when it approaches the location.

A Study on the Characteristics by Keyword Types in the Intellectual Structure Analysis Based on Co-word Analysis: Focusing on Overseas Open Access Field (동시출현단어 분석에 기초한 지적구조 분석에서 키워드 유형별 특성에 관한 연구 - 국외 오픈액세스 분야를 중심으로 -)

  • Kim, Pan Jun
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.55 no.3
    • /
    • pp.103-129
    • /
    • 2021
  • This study examined the characteristics of two keyword types expressing the topics in the intellectual structure analysis based on the co-word analysis, focused on overseas open access field. Specifically, the keyword set extracted from the LISTA database in the field of library and information science was divided into two types (controlled keywords and uncontrolled keywords), and the results of performing intellectual structure analysis based on co-word analysis were compared. As a result, the two keyword types showed significant differences by keyword sets, research maps and influences, and periods. Therefore, in intellectual structure analysis based on co-word analysis, the characteristics of each keyword type should be considered according to the purpose of the study. In other words, it would be more appropriate to use controlled keywords for the purpose of examining the overall research trend in a specific field from the perspective of the entire academic field, and to use uncontrolled keywords for the purpose of identifying detailed trends by research area from the perspective of the specific field. In addition, for a comprehensive intellectual structure analysis that reflects both viewpoints, it can be said that it is most desirable to compare and analyze the results of using controlled keywords and uncontrolled keywords individually.