• Title/Summary/Keyword: Broadcasting Communication

Search Result 5,801, Processing Time 0.027 seconds

Car detection area segmentation using deep learning system

  • Dong-Jin Kwon;Sang-hoon Lee
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.182-189
    • /
    • 2023
  • A recently research, object detection and segmentation have emerged as crucial technologies widely utilized in various fields such as autonomous driving systems, surveillance and image editing. This paper proposes a program that utilizes the QT framework to perform real-time object detection and precise instance segmentation by integrating YOLO(You Only Look Once) and Mask R CNN. This system provides users with a diverse image editing environment, offering features such as selecting specific modes, drawing masks, inspecting detailed image information and employing various image processing techniques, including those based on deep learning. The program advantage the efficiency of YOLO to enable fast and accurate object detection, providing information about bounding boxes. Additionally, it performs precise segmentation using the functionalities of Mask R CNN, allowing users to accurately distinguish and edit objects within images. The QT interface ensures an intuitive and user-friendly environment for program control and enhancing accessibility. Through experiments and evaluations, our proposed system has been demonstrated to be effective in various scenarios. This program provides convenience and powerful image processing and editing capabilities to both beginners and experts, smoothly integrating computer vision technology. This paper contributes to the growth of the computer vision application field and showing the potential to integrate various image processing algorithms on a user-friendly platform

Comparative Analysis of the Status of Restaurant Start-ups Before and After the Lifting of Social Distancing Through Big Data Analysis

  • Jong-Hyun Park;Yang-Ja Bae;Jun-Ho Park;Gi-Hwan Ryu
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.353-360
    • /
    • 2023
  • This paper explores notable shifts in the restaurant startup market following the lifting of social distancing measures. Key trends identified include an escalated interest in startups, a heightened focus on the quality and diversity of food, a relative decline in the importance of delivery services, and a growing interest in specific industry sectors. The study's data collection spanned three years, from April 2021 to May 2023, encompassing the period before and after social distancing. Data were sourced from a range of online platforms, including blogs, news sites, cafes, web documents, and intellectual forums, provided by Naver, Daum, and Google. From this collected data, the top 50 words were identified through a refinement process. The analysis was structured around the social distancing application period, comparing data from April 2021 to April 2022 with data from May 2022 to May 2023. These observed trend changes provide founders with valuable insights to seize new market opportunities and formulate effective startup strategies. In summary, We offer crucial insights for founders, enabling them to comprehend the evolving dynamics in food service startups and to adapt their strategies to the current market environment.

Music License in the Metaverse

  • Kyungsuk Kim
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.44-54
    • /
    • 2023
  • This paper provides a comprehensive analysis of the implications of the metaverse on the music industry, focusing on copyright issues and potential solutions. It delves into the concept and characteristics of metaverse platforms, describing them as environments that immerse users in a variety of virtual experiences. A significant portion of the paper is dedicated to exploring music use and copyright infringement in the metaverse. It examines how users incorporate existing music into their content, often leading to legal challenges due to copyright infringement. The paper discusses the role of online service providers (OSPs) in this context and the legal implications of their actions. The paper also addresses the 'safe harbor' provisions for OSPs and examines the balance between protecting rights holders and limiting OSP liability. It highlights the challenges and limitations of copyright enforcement in the metaverse, especially given the unique nature of content on platforms such as Roblox. Finally, the article proposes solutions to simplify music licensing in the metaverse, suggesting a shift from property rules to liability rules and the establishment of Collective Management Organizations (CMOs) to streamline the licensing process and better protect copyright holders' interests.

Development of a Model to Predict the Volatility of Housing Prices Using Artificial Intelligence

  • Jeonghyun LEE;Sangwon LEE
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.75-87
    • /
    • 2023
  • We designed to employ an Artificial Intelligence learning model to predict real estate prices and determine the reasons behind their changes, with the goal of using the results as a guide for policy. Numerous studies have already been conducted in an effort to develop a real estate price prediction model. The price prediction power of conventional time series analysis techniques (such as the widely-used ARIMA and VAR models for univariate time series analysis) and the more recently-discussed LSTM techniques is compared and analyzed in this study in order to forecast real estate prices. There is currently a period of rising volatility in the real estate market as a result of both internal and external factors. Predicting the movement of real estate values during times of heightened volatility is more challenging than it is during times of persistent general trends. According to the real estate market cycle, this study focuses on the three times of extreme volatility. It was established that the LSTM, VAR, and ARIMA models have strong predictive capacity by successfully forecasting the trading price index during a period of unusually high volatility. We explores potential synergies between the hybrid artificial intelligence learning model and the conventional statistical prediction model.

A Study on a Method for Detecting Leak Holes in Respirators Using IoT Sensors

  • Woochang Shin
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.378-385
    • /
    • 2023
  • The importance of wearing respiratory protective equipment has been highlighted even more during the COVID-19 pandemic. Even if the suitability of respiratory protection has been confirmed through testing in a laboratory environment, there remains the potential for leakage points in the respirators due to improper application by the wearer, damage to the equipment, or sudden movements in real working conditions. In this paper, we propose a method to detect the occurrence of leak holes by measuring the pressure changes inside the mask according to the wearer's breathing activity by attaching an IoT sensor to a full-face respirator. We designed 9 experimental scenarios by adjusting the degree of leak holes of the respirator and the breathing cycle time, and acquired respiratory data for the wearer of the respirator accordingly. Additionally, we analyzed the respiratory data to identify the duration and pressure change range for each breath, utilizing this data to train a neural network model for detecting leak holes in the respirator. The experimental results applying the developed neural network model showed a sensitivity of 100%, specificity of 94.29%, and accuracy of 97.53%. We conclude that the effective detection of leak holes can be achieved by incorporating affordable, small-sized IoT sensors into respiratory protective equipment.

Implementing I/O Bandwidth Sharing Scheme between Multiple Linux Containers based on Dm-zoned for Zoned Namespace SSDs

  • Seokjun Lee;Sungyong Ahn
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.237-245
    • /
    • 2023
  • In the cloud service, system resource such as CPU, memory, I/O bandwidth are shared among multiple users. Particularly, in Linux containers environment, I/O bandwidth is distributed in proportion to the weight of each container through the BFQ I/O scheduler. However, since the I/O scheduler can only be applied to conventional block storage devices, it cannot be applied to Zoned Namespace(ZNS) SSD, a new storage interface that has been recently studied. To overcome this limitation, in this paper, we implemented a weighted proportional I/O bandwidth sharing scheme for ZNS SSDs in dm-zoned, which emulates conventional block storage using ZNS SSDs. Each user receives a different amount of budget, which is required to process the user's I/O requests based on the user's weight. If the budget is exhausted I/O requests cannot be processed and requests are queued until the budget replenished. Each budget refill period, the budget is replenished based on the user's weight. In the experiment, as a result, we can confirm that the I/O bandwidth can be distributed on their weight as we expected.

A Study on the Safety Perception, Ethical Awareness, and Safety Activities of Nursing Students

  • Keum-Bong Choi
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.407-417
    • /
    • 2023
  • The purpose of this study is to identify the level of safety perception, ethical awareness, and safety activities of nursing students for patients, and to identify the correlation and impact between them. The research design is a descriptive survey study, and the subject of the study were 197 nursing college students in G City. Safety perception, ethical awareness, and safety activity tools were used for, and the data collection period was from October 17 to 28 in 2022. T-test, one-way ANOVA, Pearson's correlation coefficient, Regression analysis were used to analyze data. The result of the study indicated that the average level of safety perception of nursing students was 3.72 points, the average ethical awareness of patients, professional work, and cooperators perceived by nursing students was 3.04 points, and the safety activities of nursing students were 4.20 points. In the case of safety awareness and ethics awareness, r=.327, a significant positive correlation, in the case of safety awareness and safety activities, r=.399, significant positive correlation, ethics awareness and safety activities as r=.296. And so on these results showed that high safety perception increases safety activities, and high ethical awareness increases safety activities. Therefore, we need practical and step-by-step convergence education to equip nursing students with patient safety nursing capabilities. To this end, a safer environment will be created if the social support network for the systematic application of safety education is well formed.

A Case Study of Educational Content using Arduino based on Augmented Reality

  • Soyoung Kim;Heesun Kim
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.268-276
    • /
    • 2023
  • The representative branch of ICT education is Arduino. However, there are various problems when teaching using Arduino. Arduino requires a complex understanding of hardware and software, and this can be perceived as a difficult course, especially for beginners who are not familiar with programming or electronics. Additionally, the process of connecting the pins of the Arduino board and components must be accurate, and even small mistakes can lead to project failure, which can reduce the learner's concentration and interest in learning Arduino. Existing Arduino learning content consists of text and images in 2D format, which has limitations in increasing student understanding and immersion. Therefore, in this paper analyzes the necessary conditions for sprouting 'growing kidney beans' in the first semester of the fourth grade of elementary school, and builds an automated experimental environment using Arduino. Augmented reality of the pin connection process was designed and produced to solve the difficulties when building an automation system using Arduino. After 3D modeling Arduino and components using 3D Max, animation was set, and augmented reality (AR) content was produced using Unity to provide learners with more intuitive and immersive learning content when learning Arduino. Augmented reality (AR)-based Arduino learning content production is expected to increase educational effects by improving the understanding and immersion of classes in ICT education using Arduino and inducing fun and interest in physical computing coding education.

Review of Changing Judging Standards for Bodybuilding and Fitness Competition Category

  • Sang-Hyun Lee
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.418-425
    • /
    • 2023
  • This study examined the importance of screening for changing bodybuilding and fitness category. The screening criteria for bodybuilding, the background and reason for the creation of new bodybuilding and fitness items, the screening criteria for new items, and the use of drugs were described. The current bodybuilding gives high marks to excessive muscles and excessive diet conditions, and new bodybuilding category have been newly established in line with the recent global trend of pursuing natural beauty over abnormally excessive muscles, and the screening criteria also prioritize the balance of ideal and overall muscles to fit your height and weight. In addition, fitness events such as physique and bikini are gaining popularity with the establishment because they focus on not excessive muscles and natural elements of the body that ordinary people can challenge. Since athletes as well as ordinary people are using drugs to increase muscles and suffer side effects, IFBB(International Federation of BodyBuilding) and KBBF(Korea Body Building Federation) should consider and improve the current bodybuilding screening standards that avoid excessive muscles, and it is believed that bodybuilding and fitness events will develop only when strict punishment and continuous anti-doping education are carried out.

A Comparative Study on Female Character Design in Disney Animation

  • DaYun Kang;Jeanhun Chung
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.314-320
    • /
    • 2023
  • This paper examines how the design of female characters in Disney animations is evolving over time, and explores whether these changes are related to the social status of women in modern society. We analyze in detail how Disney's female character design has undergone changes in form, characteristics, and personality with the transition from 2D animation to 3D animation, and show that the change in perception of women in modern society is behind this change. It shows. It deals with changes in the design and personality of female characters, focusing on major Disney animation works before and after 2010. Starting with the movie <Rapunzel>, released in 2010, female characters showed stronger and more active characteristics and changed from traditional Disney princesses. Disney is bringing about this social change by breaking away from the image of an independent woman and showing the growth process of overcoming hardships based on one's abilities and the support of one's family, as well as the increasing number of female characters of various races and appearances. The conclusion was reached that it shows a conscious and active willingness to accept it.