• Title/Summary/Keyword: Azure

Search Result 82, Processing Time 0.025 seconds

Real-time Video Playback Method for N-Screen Service Based on Windows Azure (Windows Azure 기반의 N-스크린 서비스를 위한 실시간 동영상 재생 기법)

  • Lee, Won-Joo;Lim, Heon-Yong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.6
    • /
    • pp.1-10
    • /
    • 2014
  • In this paper, we propose a real-time video playback scheme for the N-Screen service based on Windows Azure. This scheme creates several playback blocks based on the performance of each node by non-uniform splitting of the original video. To reduce transcoding-time, it allocates the playback blocks to a corresponding node by transcoding the playback blocks. Through the simulation, we show that it is more effective to use real-time video playback for the N-screen service than the previous method. The proposed scheme splits an AVI format 300MB source video with non-uniform playback blocks. It allocates the playback blocks to the heterogeneous node of Windows Azure, the commercial cloud system and measures of transcoding-time by transcoding non-uniform playback blocks to mp4 and Flv format. As a result, the proposed scheme improves the performance of the N-screen service based on Windows Azure compared to the previous uniform split strategy.

A Design and Implementation of Yoga Exercise Program Using Azure Kinect

  • Park, Jong Hoon;Sim, Dae Han;Jun, Young Pyo;Lee, Hongrae
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.6
    • /
    • pp.37-46
    • /
    • 2021
  • In this paper, we designed and implemented a program to measure and to judge the accuracy of yoga postures using Azure Kinect. The program measures all joint positions of the user through Azure Kinect Camera and sensors. The measured values of joints are used as data to determine accuracy in two ways. The measured joint data are determined by trigonometry and Pythagoras theorem to determine the angle of the joint. In addition, the measured joint value is changed to relative position value. The calculated and obtained values are compared to the joint values and relative position values of the desired posture to determine the accuracy. Azure Kinect Camera organizes the screen so that users can check their posture and gives feedback on the user's posture accuracy to improve their posture.

A study on data collection environment and analysis using virtual server hosting of Azure cloud platform (Azure 클라우드 플랫폼의 가상서버 호스팅을 이용한 데이터 수집환경 및 분석에 관한 연구)

  • Lee, Jaekyu;Cho, Inpyo;Lee, Sangyub
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.329-330
    • /
    • 2020
  • 본 논문에서는 Azure 클라우드 플랫폼의 가상서버 호스팅을 이용해 데이터 수집 환경을 구축하고, Azure에서 제공하는 자동화된 기계학습(Automated Machine Learning, AutoML)을 기반으로 데이터 분석 방법에 관한 연구를 수행했다. 가상 서버 호스팅 환경에 LAMP(Linux, Apache, MySQL, PHP)를 설치하여 데이터 수집환경을 구축했으며, 수집된 데이터를 Azure AutoML에 적용하여 자동화된 기계학습을 수행했다. Azure AutoML은 소모적이고 반복적인 기계학습 모델 개발을 자동화하는 프로세스로써 기계학습 솔루션 구현하는데 시간과 자원(Resource)를 절약할 수 있다. 특히, AutoML은 수집된 데이터를 분류와 회귀 및 예측하는데 있어서 학습점수(Training Score)를 기반으로 보유한 데이터에 가장 적합한 기계학습 모델의 순위를 제공한다. 이는 데이터 분석에 필요한 기계학습 모델을 개발하는데 있어서 개발 초기 단계부터 코드를 설계하지 않아도 되며, 전체 기계학습 시스템을 개발 및 구현하기 전에 모델의 구성과 시스템을 설계해볼 수 있기 때문에 매우 효율적으로 활용될 수 있다. 본 논문에서는 NPU(Neural Processing Unit) 학습에 필요한 데이터 수집 환경에 관한 연구를 수행했으며, Azure AutoML을 기반으로 데이터 분류와 회귀 등 가장 효율적인 알고리즘 선정에 관한 연구를 수행했다.

  • PDF

Selection of Mediators for Bioelectrochemical Nitrate Reduction

  • Kim Seung Hwan;Song Seung Hoon;Yoo Young Je
    • Biotechnology and Bioprocess Engineering:BBE
    • /
    • v.10 no.1
    • /
    • pp.47-51
    • /
    • 2005
  • The bioelectrochemical reduction of nitrate in the presence of various mediators including methyl viologen and azure A was studied using a 3-electrode voltammetric system. The catalytic potential for the reduction of the mediators was observed in the reactor, which for methyl viologen and azure A were -0.74 V and -0.32 V, respectively, with respect to the potential of Ag/AgCl reference electrode. This potential was then applied to a working electrode to reduce each mediator for enzymatic nitrate reduction. Nitrite, the product of the reaction, was measured to observe the enzymatic nitrate reduction in the reaction media. Methyl viologen was observed as the most efficient mediator among those tested, while azure A showed the highest electron efficiency at the intrinsic reduction potential when the mediated enzyme reactions were carried out with the freely solubilized mediator. The electron transfer of azure A with respect to time was due to the adhesion of azure A to the hydrophilic surface during the reduction. In addition, the use of the adsorbed mediator on conductive activated carbon was proposed to inhibit the change in the electron transfer rate during the reaction by maintaining a constant mediator concentration and active surface area of the electrode. Azure A showed better than nitrite formation than methyl viologen when used with activated carbon.

Implementation of N-Screen Service Based on Windows Azure (Windows Azure 기반의 N-스크린 서비스 구현)

  • Lee, Won Joo;Lim, Heon-Yong;Kim, Chang Hyeon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2012.07a
    • /
    • pp.7-8
    • /
    • 2012
  • 본 논문에서는 클라우드 플랫폼인 Windows Azure를 사용하여 N-스크린 서비스 구현 방법을 제안한다. 이 방법은 클라우드 컴퓨팅 환경에서 Map/Reduce 기법을 사용하여 대용량 동영상 콘텐츠를 분할하고, 인코딩한다. Windows Azure의 Web Role에서는 사용자가 요청한 인코딩 작업을 수신하고, Worker Role에서는 요청받은 인코딩 작업을 처리한다. Windows Azure의 많은 가상머신에 인스턴스를 할당하여 처리함으로써 인코딩 소요시간을 단축할 수 있다.

  • PDF

Small and Medium-Sized Construction Company ERP Construction(fERP) (Cloud 기반의 중소건설 사용 현장중심 ERP 개발(fERP))

  • Shin, Seong-Yoon;Lee, Hyun-Chang
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2017.01a
    • /
    • pp.47-48
    • /
    • 2017
  • 본 논문에서는 Microsoft Azure 플랫폼의 Azure PowerShell, Azure CLI(Command Line Interface), REST API를 활용하여 클라우드 기반 서비스 포털과 관리 포털을 개발함으로서 중소건설사에서 건설현장의 공사원가 관리 및 일일 관리를 위한 모듈과 서비스 제공을 위해 필요한 서비스 포털 및 관리 포털과 제품 관리 모듈 등 클라우드 서비스 구축 수행하였다.

  • PDF

MS Azure based IoT system for a Capstone Design Project (캡스톤디자인으로 구현한 MS Azure 기반 IoT 시스템)

  • Choi, Dae Woo;Choi, Moon Guen;Kim, Jong Woo
    • Journal of Engineering Education Research
    • /
    • v.22 no.1
    • /
    • pp.55-60
    • /
    • 2019
  • This paper deals with the process and requirements of a capstone design project performed by undergraduate students. We discuss about the preliminary study for the capstone design, the derivation of a subject, the level descriptor of the subject, and the system requirements. And then, we summarize the results of the capstone design project entitled as Microsoft Azure based IoT (Internet of Things) system which is performed by 4 undergraduate students during 10 months. This system is composed of a Zigbee sensor network, the TCP/IP Internet, an IoT server, and a smartphone application program, with which we can gather the sensor data and control actuators at the far away area.

A Design and Implementation of Exercise Guide Chatbot Based on Microsoft Azure (Microsoft Azure 기반의 운동 방법 안내 챗봇 설계 및 구현)

  • Lee, Won Joo;Yoo, Jung Hyun;Yoon, Chae Kyung;Jung, Ji Won;Park, Ji Yeon;Park, Hye Euen
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.07a
    • /
    • pp.31-32
    • /
    • 2019
  • 본 논문에서는 Microsoft Azure 기반의 운동 방법 안내 챗봇을 설계하고 구현한다. 이 챗봇은 자동 추천과 부위 선택 기능을 제공한다. 자동 추천은 본 프로그램을 처음 접하거나 편리하게 사용하고 싶은 사용자에게 권장하는 기능을 제공한다. 이 챗봇은 사용자에게 맞춤 운동법을 효과적으로 제시하기 위해 키, 몸무게, 나이, 성별 같은 사용자 정보를 입력시킨다. 그리고 운동 부위 선택 기능은 사용자가 운동하고 싶은 특정 부위를 명확하게 인식하고 있을 때 사용한다.

  • PDF

Development and Performance Assessment of the Nakdong River Real-Time Runoff Analysis System Using Distributed Model and Cloud Service (분포형 모형과 클라우드 서비스를 이용한 낙동강 실시간 유출해석시스템 개발 및 성능평가)

  • KIM, Gil-Ho;CHOI, Yun-Seok;WON, Young-Jin;KIM, Kyung-Tak
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.20 no.3
    • /
    • pp.12-26
    • /
    • 2017
  • The objective of this study was to develop a runoff analysis system of the Nakdong River watershed using the GRM (Grid-based Rainfall-runoff Model), a physically-based distributed rainfall-runoff model, and to assess the system run time performance according to Microsoft Azure VM (Virtual Machine) settings. Nakdong River watershed was divided into 20 sub-watersheds, and GRM model was constructed for each subwatershed. Runoff analysis of each watershed was calculated in separated CPU process that maintained the upstream and downstream topology. MoLIT (Ministry of Land, Infrastructure and Transport) real-time radar rainfall and dam discharge data were applied to the analysis. Runoff analysis system was run in Azure environment, and simulation results were displayed through web page. Based on this study, the Nakdong River real-time runoff analysis system, which consisted of a real-time data server, calculation node (Azure), and user PC, could be developed. The system performance was more dependent on the CPU than RAM. Disk I/O and calculation bottlenecks could be resolved by distributing disk I/O and calculation processes, respectively, and simulation runtime could thereby be decreased. The study results could be referenced to construct a large watershed runoff analysis system using a distributed model with high resolution spatial and hydrological data.

Fruit Dieting Behavior of Black-billed Magpies, Azure-winged Magpies, and Brown-eared Bulbuls in the Cage (사육상에서 까치, 물까치, 직박구리의 과실먹이 섭식행동)

  • Song, Jang-Hoon;Shin, Gil-Ho;Cho, Young-Sik;Park, Jang-Hyun;Lee, Han-Chan
    • Horticultural Science & Technology
    • /
    • v.30 no.1
    • /
    • pp.85-89
    • /
    • 2012
  • To investigate the bird's dieting behavior for several fruits in orchards, this study was carried out in 2008. Black-billed magpies (Pica pica), azure-winged magpies (Cyanopica cyanus), and brown-eared bulbuls (Hypsipetes amaurotis) made their unique marks on the surface of pear and apple fruits; black-billed magpies pecked fruits strongly and left round holes with perpendicular angle, whereas those of azure-winged magpies and brown-eared bulbuls were sack-shaped with narrow neck and marked unique stripes on the skin. For the fruits of pear and apple from bagging practices, the birds showed different foraging behavior; black-billed magpies could injure all kinds of fruits whether with paper bags or not, but azure-winged magpies and brown-eared bulbuls could not attack the fruits with paper bag. Azure-winged magpies and brown-eared bulbuls preferred pear fruits to those of apples and satsuma mandarins in the cage trials. To reduce the injuries by azure-winged magpies and brown-eared bulbuls on pear and apple fruit, wrapping bag should not be impaired. Introducing azure-winged magpies to Cheju should be prohibited for the potential citrus injury by them.