KR101981031B1 - Platform for scrapping metal based on artificial intelligence - Google Patents

Platform for scrapping metal based on artificial intelligence Download PDF

Info

Publication number
KR101981031B1
KR101981031B1 KR1020190013375A KR20190013375A KR101981031B1 KR 101981031 B1 KR101981031 B1 KR 101981031B1 KR 1020190013375 A KR1020190013375 A KR 1020190013375A KR 20190013375 A KR20190013375 A KR 20190013375A KR 101981031 B1 KR101981031 B1 KR 101981031B1
Authority
KR
South Korea
Prior art keywords
scrap
iron
image
grid
iron scrap
Prior art date
Application number
KR1020190013375A
Other languages
Korean (ko)
Inventor
이지훈
오태하
김용욱
송광선
Original Assignee
제이에이치데이터시스템 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 제이에이치데이터시스템 주식회사 filed Critical 제이에이치데이터시스템 주식회사
Application granted granted Critical
Publication of KR101981031B1 publication Critical patent/KR101981031B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection
    • G06T2207/30136Metal

Abstract

Provided is a steel scrapping platform based on artificial intelligence which can quickly and accurately analyze a containing ratio of each component. To this end, according to an embodiment of the present invention, a steel scrapping method comprises the steps of: measuring a weight of a steel product; measuring a volume of the steel product; photographing an image of the steel product; dividing the image into a plurality of fragments by using a grid; analyzing each of the plurality of fragments by using an artificial neural network; obtaining a result that each of the plurality of fragments is classified based on a plurality of classification standards from the artificial neural network; and adjusting the number of fragments when a ratio of the number of fragments having the accuracy in the classified result for the number of all fragments higher than or equal to a preset value is smaller than a preset ratio.

Description

인공지능 기반 철 스크랩 플랫폼{PLATFORM FOR SCRAPPING METAL BASED ON ARTIFICIAL INTELLIGENCE}PLATFORM FOR SCRAPPING METAL BASED ON ARTIFICIAL INTELLIGENCE

본 발명은 인공지능 기반 철 스크랩 플랫폼에 관한 것이다. 보다 자세하게는, 인공지능을 이용하여 철 스크랩을 분류함에 있어, LiDAR(Light Detection And Ranging) 장치, 계근(무게 측정) 장치 및 영상 이미지 그리드(grid)를 이용하여 분석 정확도를 향상시킬 수 있는 철 스크랩 방법 및 장치에 관한 것이다.The present invention relates to an artificial intelligence based iron scrap platform. More specifically, in order to classify iron scrap using artificial intelligence, a steel scrap which can improve the accuracy of analysis by using LiDAR (Light Detection And Ranging) apparatus, a weighing apparatus (weight measuring apparatus) and a video image grid ≪ / RTI >

정보의 디지털화 및 데이터 저장 기술의 발달에 따라 다양한 분야에서 머신러닝 기술이 도입되어 활용되고 있다. 머신러닝은 많은 수의 입력 데이터를 분석하여, 확률적으로 대상을 분류하거나 특정 범위 내의 값을 예측하는 기술이다. 머신러닝은 특정한 규칙에 의해 결과값을 도출하기보다 많은 수의 입력 데이터를 경험적으로 분석하여 확률적으로 결과값을 도출하는 방식으로 동작한다. 인간이 특정 작업과 관련된 규칙과 정의를 부여하면, 컴퓨터가 해당 규칙과 정의에 기반하여 대량의 데이터를 처리하며 컴퓨터 자체를 '학습'시켜 작업 수행 방법을 익히는 것이다.As information digitization and data storage technology are developed, machine learning technology is introduced and used in various fields. Machine learning is a technique for analyzing a large number of input data, classifying probabilistic objects, or predicting values within a specific range. Machine learning works by a method of empirically analyzing a large number of input data and deriving a result value stochastically rather than deriving a result value by a specific rule. When humans give rules and definitions related to a particular task, the computer processes a large amount of data based on the rules and definitions, and learns how to perform tasks by 'learning' the computer itself.

기존의 머신러닝 기법이 인간이 부여한 규칙과 정의에 기반을 두어 대상을 분석하였다면, 머신러닝의 세부 분야인 딥러닝은 기존의 머신러닝에서 인간이 수작업으로 하던 규칙 및 정의 부여 작업을 생략하고, 복수개의 레이어로 이루어진 인공신경망(Neural Network)을 이용하여 컴퓨터가 스스로 대상의 특징을 추출하고 대상을 분석한 후 답을 내도록 함으로써, 특정한 규칙이나 정의로 표현하기 어려운 작업에 대한 자동화를 가능하게 하였다.If the existing machine learning technique is analyzed based on rules and definitions given by human, deep learning, which is a detailed field of machine learning, omits the rules and definitions given by humans in the existing machine learning, Using the neural network consisting of four layers, the computer enables the automation of the tasks that are difficult to express with specific rules or definitions by extracting the characteristics of the objects themselves, analyzing the objects, and giving answers.

인공지능, 곧, 머신러닝 또는 딥러닝을 이용하여 수행되는 대표적인 작업으로서 이미지 분류 작업이 있다. 예를 들어 라벨을 붙인 이미지를 다량 입력하여 지도학습 방식으로 인공신경망을 학습시키고, 학습된 인공신경망을 이용하여 이미지 분류 작업을 수행할 수 있다.Artificial intelligence, that is, image classification, is a representative task performed using machine learning or deep learning. For example, by inputting a large number of labeled images, an artificial neural network can be learned by a map learning method, and an image classification operation can be performed using the learned artificial neural network.

한편, 철 스크랩이란 철강재 생산ㆍ가공 과정, 철강 제품 등에서 발생한 철강재를 수집하여 철강재 생산에 재투입하는 작업을 의미한다. 부존자원이 부족한 국가에서 철강자원의 재활용은 높은 경제적 가치를 제공하며 환경보존에 크게 기여한다.On the other hand, steel scrap means collecting steel products from steel product manufacturing and processing and steel products and re-introducing them into steel products. Recycling of steel resources in countries with limited resources provides high economic value and contributes greatly to environmental conservation.

현재 철 스크랩은 철강 산업의 중요 원료로서 전기로에 투입되는 철원의 95% 이상을 차지하고, 철강재 제조원가의 50% 이상을 차지하고 있다. 철 스크랩은 광물 자원 소모를 줄일 수 있을 뿐만 아니라, 철광석을 처음부터 가공하는 것보다 용이하게 고품질의 철강을 얻을 수 있다는 장점이 있다.Currently, iron scrap accounts for more than 95% of the steel resources used in the electric furnace as an important raw material for the steel industry, accounting for more than 50% of the cost of manufacturing steel products. Iron scrap not only can reduce mineral resource consumption, but it also has the advantage that it can obtain high quality steel easily than iron ore from the beginning.

철강 자원의 재활용 효율을 높이기 위해서는 정확한 철 스크랩 분류 작업이 필요한데, 종래에는 사람이 직접 철 스크랩 분류 작업을 수행하였다. 카메라가 화물차에 실린 철강 제품을 다각도로 촬영하면 사람이 촬영된 이미지를 보고 철 스크랩 분류를 수행하는 방식이었다. 그 때문에 종래의 철 스크랩 분류 작업에서는 주관적인 판단 기준이 적용되거나 촬영된 이미지의 상태에 따라 정확한 분류가 되지 않는 문제가 있었다.In order to increase the recycling efficiency of steel resources, accurate scrap scrap classification work is required. In the past, a person directly scrapped scrap steel scrap. When the camera photographed a steel product in a lorry in various angles, it was a method in which a person scans an image and performs an iron scrap classification. For this reason, there has been a problem in that a subjective criterion is applied to a conventional scrap iron sorting operation or an accurate classification is not performed according to the state of photographed images.

이에, 인공지능을 이용하여 신속하고 정확한 철 스크랩 분류 작업을 수행할 필요성이 대두되고 있다. 본 발명의 일 실시예는 단순 영상 이미지에만 의존하지 않고 LiDAR, 계근 장치 및 영상 이미지 3가지를 복합적으로 학습시켜 철 스크랩 분류를 수행한다.Therefore, there is a need to perform quick and accurate iron scrap classification work using artificial intelligence. One embodiment of the present invention performs a steel scrap classification by learning LiDAR, an approximation device, and three image images in a complex manner without depending on only a simple image.

한국공개특허 제10-2015-0123513호 (2015.11.04. 공개)Korean Patent Laid-Open No. 10-2015-0123513 (published April 11, 2015)

본 발명이 해결하고자 하는 기술적 과제는, 인공지능을 이용하여 분석 대상 이미지에서 분석 대상을 구성하는 각 구성요소의 함유 비율을 신속하고 정확하게 분석할 수 있는 철 스크랩 방법 및 장치를 제공하는 것이다. 일례로, 인공지능을 이용하여 철강제품 이미지에서 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 분석할 수 있다.An object of the present invention is to provide an iron scrap method and apparatus capable of quickly and accurately analyzing the content ratios of respective components constituting an analysis target in an image to be analyzed using artificial intelligence. For example, using artificial intelligence, iron scrap content ratios can be analyzed according to iron scrap classification criteria in steel product images.

본 발명이 해결하고자 하는 다른 기술적 과제는, 인공지능을 이용하여 분석 대상 이미지에서 분석 대상을 구성하는 각 구성요소의 함유 비율을 분석함에 있어, 분석의 정확도를 향상시킬 수 있는 조각별 분석을 포함하는 철 스크랩 방법 및 장치를 제공하는 것이다. 일례로, 인공지능을 이용하여 철강제품 이미지에서 철 스크랩 분류를 수행할 때, 철 스크랩 분류의 정확도를 향상시키기 위한 조각별 분석을 수행할 수 있다.Another technical problem to be solved by the present invention is to provide a method and apparatus for analyzing a content ratio of each component constituting an analysis target in an image to be analyzed using artificial intelligence, And to provide an iron scrap method and apparatus. For example, when performing an iron scrap classification in a steel product image using artificial intelligence, a piecewise analysis can be performed to improve the accuracy of the iron scrap classification.

본 발명의 기술적 과제들은 이상에서 언급한 기술적 과제들로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들이 아래의 기재로부터 본 발명의 기술분야에서의 통상의 기술자에게 명확하게 이해될 수 있을 것이다.The technical problems of the present invention are not limited to the above-mentioned technical problems, and other technical problems which are not mentioned can be clearly understood by those skilled in the art from the following description.

상기 기술적 과제를 해결하기 위한 본 발명의 일 실시예에 따른 철 스크랩 방법은, 철강제품의 무게를 측정하는 단계, 상기 철강제품의 부피를 측정하는 단계, 상기 철강제품의 이미지를 촬영하는 단계, 그리드(grid)를 이용하여 상기 이미지를 복수개의 조각으로 분할하는 단계, 상기 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 단계, 상기 인공신경망으로부터 상기 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 단계, 전체 조각의 개수에 대한 상기 분류한 결과의 정확도가 기 설정된 값 이상인 조각의 개수의 비율이 기 설정된 비율 미만인 경우, 상기 조각의 개수를 조절하는 단계 및 상기 무게 및 상기 부피를 이용하여, 상기 분류한 결과의 정확도를 검증하는 단계According to an aspect of the present invention, there is provided a method for scrapping steel, comprising: measuring a weight of a steel product; measuring a volume of the steel product; dividing the image into a plurality of pieces using a grid, analyzing each of the plurality of pieces using an artificial neural network, classifying each of the plurality of pieces into a plurality of classification criteria from the artificial neural network Adjusting the number of pieces when the ratio of the number of pieces with an accuracy of the sorted result to the total number of pieces is equal to or greater than a predetermined value is less than a predetermined ratio, , Verifying the accuracy of the classification result

일 실시예에서, 상기 그리드의 각 조각은 직사각형일 수 있다.In one embodiment, each piece of the grid may be rectangular.

일 실시예에서, 상기 그리드의 각 조각은 가로 대 세로 비율이 상이할 수 있다.In one embodiment, each piece of the grid may differ in transverse aspect ratio.

일 실시예에서, 상기 조각의 개수를 조절하는 단계는, 상기 그리드의 각 조각의 크기를 늘리는 단계를 포함할 수 있다.In one embodiment, adjusting the number of pieces may include increasing the size of each piece of the grid.

일 실시예에서, 상기 조각의 개수를 조절하는 단계는, 상기 그리드의 각 조각의 크기를 줄이는 단계를 포함할 수 있다.In one embodiment, adjusting the number of pieces may include reducing the size of each piece of the grid.

일 실시예에서, 상기 조각의 개수를 조절하는 단계는, 상기 그리드의 각 조각의 가로 대 세로 비율을 변경하는 단계를 포함할 수 있다.In one embodiment, adjusting the number of pieces may include varying the aspect ratio of each piece of the grid.

일 실시예에서, 상기 정확도를 검증하는 단계 다음에, 상기 이미지 상에 상기 그리드를 표시하고, 상기 그리드의 각 조각에 상기 분류한 결과를 표시하는 단계를 더 포함할 수 있다.In one embodiment, the step of verifying the accuracy may further comprise displaying the grid on the image and displaying the classified results on each piece of the grid.

일 실시예에서, 상기 분류한 결과를 표시하는 단계는, 상기 그리드의 각 조각에 상기 분류한 결과를 색깔로 구분하여 표시하는 단계를 포함할 수 있다.In one embodiment, the step of displaying the classification result may include displaying the classified results in each piece of the grid by color.

일 실시예에서, 상기 이미지는 차량에 적재된 철강제품을 촬영한 이미지이고, 상기 복수개의 분류 기준은 철 스크랩 분류 기준일 수 있다.In one embodiment, the image is an image of a steel product loaded on a vehicle, and the plurality of classification criteria may be an iron scrap classification standard.

일 실시예에서, 상기 분류한 결과를 얻는 단계 다음에, 상기 복수개의 조각 각각을 분류한 결과 및 측정된 상기 부피를 이용하여 상기 철강제품의 상기 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 단계를 더 포함할 수 있다.In one embodiment, the step of obtaining the sorted result may be followed by calculating the iron scrap content ratio according to the iron scrap classification criteria of the steel product using the result of sorting each of the plurality of pieces and the measured volume Step < / RTI >

일 실시예에서, 상기 정확도를 검증하는 단계 다음에, 상기 무게, 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 상기 철강제품의 가격을 계산하는 단계를 더 포함할 수 있다.In one embodiment, the step of verifying the accuracy may further include calculating the price of the steel product using the weight, the content of each scrap, and the unit price of each scrap.

일 실시예에서, 상기 정확도를 검증하는 단계 다음에, 상기 이미지 상에 상기 그리드를 표시하고, 상기 그리드의 각 조각에 철 스크랩 분류 결과를 표시하는 단계를 더 포함할 수 있다.In one embodiment, the step of verifying the accuracy may further include displaying the grid on the image, and displaying the results of the iron scrap classification on each piece of the grid.

일 실시예에서, 상기 분류한 결과를 표시하는 단계는, 상기 그리드의 각 조각에 철 스크랩 분류 결과를 색깔로 구분하여 표시하는 단계를 포함할 수 있다.In one embodiment, the step of displaying the classified results may include displaying the iron scrap classification results on each piece of the grid by color.

상기 기술적 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 철 스크랩 장치는, 철강제품의 무게를 측정하는 계근 센서, 상기 철강제품의 부피를 측정하는 LiDAR 센서, 상기 철강제품의 이미지를 촬영하는 카메라, 상기 이미지의 분석 결과를 표시하는 디스플레이, 하나 이상의 프로세서, 상기 프로세서에 의하여 수행되는 컴퓨터 프로그램을 로드하는 메모리 및 상기 컴퓨터 프로그램을 저장하는 스토리지를 포함할 수 있고, 상기 컴퓨터 프로그램은, 그리드(grid)를 이용하여 상기 이미지를 복수개의 조각으로 분할하는 인스트럭션, 상기 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 인스트럭션, 상기 인공신경망으로부터 상기 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 인스트럭션, 전체 조각의 개수에 대한 상기 분류한 결과의 정확도가 기 설정된 값 이상인 조각의 개수의 비율이 기 설정된 비율 미만인 경우, 상기 조각의 개수를 조절하는 인스트럭션 및 상기 무게 및 상기 부피를 이용하여, 상기 분류한 결과의 정확도를 검증하는 인스트럭션을 포함할 수 있다.According to another aspect of the present invention, there is provided an apparatus for scraping an iron according to the present invention, comprising: a carpet sensor for measuring the weight of a steel product; a LiDAR sensor for measuring the volume of the steel product; A display for displaying an analysis result of the image, a memory for loading a computer program executed by the processor, one or more processors, and a storage for storing the computer program, An instruction to divide the image into a plurality of fragments using an artificial neural network, an instruction to analyze each of the plurality of fragments using an artificial neural network, an instruction to obtain a result of classifying each of the plurality of fragments into a plurality of classification references from the artificial neural network, , The number of the whole pieces An instruction to adjust the number of fragments and an instruction to verify the accuracy of the classified results using the weight and the volume when the ratio of the number of fragments whose accuracy of the result of the flow is equal to or greater than the predetermined value is less than a predetermined ratio .

일 실시예에서, 상기 정확도를 검증하는 인스트럭션 다음에, 상기 이미지, 상기 그리드 및 상기 분류한 결과를 상기 디스플레이에 표시하는 인스트럭션을 더 포함할 수 있다.In one embodiment, the method may further include instructions to display the image, the grid, and the classified result on the display after an instruction verifying the accuracy.

일 실시예에서, 상기 디스플레이에 표시하는 인스트럭션은, 상기 분류한 결과를 색깔로 구분하여 상기 디스플레이에 표시하는 인스트럭션을 포함할 수 있다.In one embodiment, the instructions displayed on the display may include instructions to display the classified results in a color-coded manner on the display.

일 실시예에서, 상기 이미지는 차량에 적재된 철강제품을 상기 카메라로 촬영한 이미지이고, 상기 복수개의 분류 기준은 철 스크랩 분류 기준일 수 있다.In one embodiment, the image is an image of a steel product loaded on a vehicle with the camera, and the plurality of classification criteria may be an iron scrap classification standard.

일 실시예에서, 상기 분류한 결과를 얻는 인스트럭션 다음에, 상기 복수개의 조각 각각을 분류한 결과 및 측정된 상기 부피를 이용하여 상기 철강제품의 상기 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 인스트럭션을 더 포함할 수 있다.In one embodiment, an instruction to obtain the sorted result is followed by calculating the iron scrap content ratio according to the iron scrap classification criteria of the steel product using the result of sorting each of the plurality of pieces and the measured volume Instructions. ≪ / RTI >

일 실시예에서, 상기 정확도를 검증하는 인스트럭션 다음에, 상기 무게, 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 상기 철강제품의 가격을 계산하는 인스트럭션을 더 포함할 수 있다.In one embodiment, the instruction to verify the accuracy may further include an instruction to calculate the price of the steel product using the weight, the amount of each scrap to be scaled, and the unit price of each scrap.

일 실시예에서, 상기 정확도를 검증하는 인스트럭션 다음에, 상기 이미지, 상기 그리드 및 상기 철 스크랩 분류 기준에 따른 분류 결과를 상기 디스플레이에 표시하는 인스트럭션을 더 포함할 수 있다.In one embodiment, the display may further include an instruction to display the classification result according to the image, the grid, and the iron scrap classification criteria on the display after the instruction to verify the accuracy.

일 실시예에서, 상기 디스플레이에 표시하는 인스트럭션은, 상기 철 스크랩 분류 기준에 따른 분류 결과를 색깔로 구분하여 상기 디스플레이에 표시하는 인스트럭션을 포함할 수 있다.In one embodiment, the instruction to be displayed on the display may include an instruction to display a sorting result according to the iron scrap classification criteria on a color-coded display.

본 발명의 일 실시예에 의하면, 인공지능을 이용하여 이미지를 분석할 때 그리드(grid)를 이용하여 이미지를 복수개의 조각으로 분할함으로써 분석 대상을 구성하는 각 구성요소의 함유 비율을 신속하고 정확하게 분석할 수 있다. According to an embodiment of the present invention, when an image is analyzed using artificial intelligence, a grid is used to divide an image into a plurality of pieces, thereby quickly and accurately analyzing a content rate of each component constituting an analysis target can do.

본 발명의 다른 실시예에 의하면, 인공지능을 이용하여 철 스크랩을 분류할 때 분석 대상인 철강제품 이미지에 그리드를 오버레이시킴으로써 철강제품 이미지에서 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 분석할 수 있다.According to another embodiment of the present invention, when the steel scrap is classified using artificial intelligence, the steel scrap can be analyzed according to the steel scrap classification standard in the steel product image by overlaying the grid on the steel product image to be analyzed.

본 발명의 또 다른 실시예에 의하면, 인공지능을 이용하여 이미지를 분석함에 있어 분석 결과의 정확도가 기 설정된 수치 이하인 경우, 조각의 개수를 동적으로 조절함으로써 분석의 정확도를 향상시킬 수 있다. 예컨대 인공지능을 이용하여 철 스크랩을 분류함에 있어 분석 결과의 정확도가 기 설정된 수치 이하인 경우, 조각의 개수를 동적으로 조절함으로써 철 스크랩 분류의 정확도를 향상시킬 수 있다.According to another embodiment of the present invention, when analyzing an image using artificial intelligence, the accuracy of analysis can be improved by dynamically adjusting the number of pieces when the accuracy of the analysis result is less than a predetermined value. For example, in classifying iron scrap using artificial intelligence, if the accuracy of the analysis result is less than a preset value, the accuracy of the iron scrap classification can be improved by dynamically adjusting the number of pieces.

본 발명의 효과는 이상에서 언급한 효과들로 제한되지 않으며, 언급되지 않은 또 다른 효과들이 본 발명의 기술분야에서 발휘될 수 있을 것이다.The effects of the present invention are not limited to the effects mentioned above, and other effects not mentioned can be exerted in the technical field of the present invention.

도 1은 KS D 2101 기준에 의거한 철 스크랩 매뉴얼에 따른 철 스크랩 분류 이미지를 예시한 도면이다.
도 2는 본 발명의 일 실시예에 따른 인공신경망을 예시한 도면이다.
도 3은 본 발명의 일 실시예에 따른 분석 대상 이미지 분할 및 인공신경망 학습 과정을 예시한 도면이다.
도 4는 본 발명의 일 실시예에 따른 분석 대상 이미지 및 그리드를 예시한 도면이다.
도 5는 본 발명의 일 실시예에 따른 철 스크랩 분류 결과 화면을 예시한 도면이다.
도 6은 본 발명의 다른 실시예에 따른 철 스크랩 분류 결과 화면을 예시한 도면이다.
도 7은 본 발명의 일 실시예에 따른 철 스크랩 분류 과정을 예시한 도면이다.
도 8은 본 발명의 일 실시예에 따른 그리드 및 그를 이용한 분석 결과를 예시한 도면이다.
도 9는 본 발명의 일 실시예에 따른 수정된 그리드 및 그를 이용한 분석 결과를 예시한 도면이다.
도 10은 본 발명의 일 실시예에 따른 비중 참조 방법을 예시한 도면이다.
도 11은 본 발명의 일 실시예에 따른 비중 참조 방법을 예시한 다른 도면이다.
도 12는 본 발명의 일 실시예에 따른 철 스크랩 방법을 예시한 순서도이다.
도 13은 본 발명의 일 실시예에 따른 철 스크랩 장치를 예시한 블록도이다.
1 is a view illustrating an iron scrap classification image according to an iron scrap manual based on the KS D 2101 standard.
2 is a diagram illustrating an artificial neural network according to an embodiment of the present invention.
3 is a diagram illustrating an image segmentation and an artificial neural network learning process according to an exemplary embodiment of the present invention.
4 is a diagram illustrating an image and a grid to be analyzed according to an embodiment of the present invention.
5 is a view illustrating an iron scrap classification result screen according to an embodiment of the present invention.
6 is a view illustrating an iron scrap classification result screen according to another embodiment of the present invention.
7 is a view illustrating an iron scrap classification process according to an embodiment of the present invention.
FIG. 8 is a diagram illustrating a grid and analysis results using the grid according to an embodiment of the present invention.
9 is a diagram illustrating a modified grid according to an embodiment of the present invention and analysis results using the modified grid.
10 is a view illustrating a specific gravity reference method according to an embodiment of the present invention.
11 is another view illustrating a specific gravity reference method according to an embodiment of the present invention.
12 is a flowchart illustrating an iron scrap method according to an embodiment of the present invention.
13 is a block diagram illustrating an iron scrap apparatus according to an embodiment of the present invention.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예들을 상세히 설명한다. 본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 게시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 게시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. 명세서 전체에 걸쳐 동일 참조 부호는 동일 구성 요소를 지칭한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. BRIEF DESCRIPTION OF THE DRAWINGS The advantages and features of the present invention and the manner of achieving them will become apparent with reference to the embodiments described in detail below with reference to the accompanying drawings. The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. To fully disclose the scope of the invention to those skilled in the art, and the invention is only defined by the scope of the claims. Like reference numerals refer to like elements throughout the specification.

다른 정의가 없다면, 본 명세서에서 사용되는 모든 용어(기술 및 과학적 용어를 포함)는 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 공통적으로 이해될 수 있는 의미로 사용될 수 있다. 또 일반적으로 사용되는 사전에 정의되어 있는 용어들은 명백하게 특별히 정의되어 있지 않는 한 이상적으로 또는 과도하게 해석되지 않는다. 본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다.Unless defined otherwise, all terms (including technical and scientific terms) used herein may be used in a sense commonly understood by one of ordinary skill in the art to which this invention belongs. Also, commonly used predefined terms are not ideally or excessively interpreted unless explicitly defined otherwise. The terminology used herein is for the purpose of illustrating embodiments and is not intended to be limiting of the present invention. The singular forms herein include plural forms unless the context clearly dictates otherwise.

본 명세서에서 사용되는 '포함한다(comprises)' 또는 '포함하는(comprising)' 이라는 표현은 언급된 구성/단계/동작 외의 다른 구성/단계/동작의 존재 또는 추가를 배제하지 않는다.The word 'comprises' or 'comprising', as used herein, does not exclude the presence or addition of a component / step / operation other than the mentioned components / steps / operations.

이하 설명할 본 발명은 인공지능을 이용한 이미지의 분석 방법에 관한 것이다. 구체적으로 본 발명은 그리드(grid)를 이용하여 이미지를 복수개의 조각으로 분할하고, 분석 결과를 피드백하여 조각의 개수를 조절함으로써, 하나 이상의 구성요소로 이루어진 분석 대상의 이미지에서 각 구성요소의 비율을 정확하게 분석할 수 있는 방법 및 장치를 개시한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention to be described below relates to a method of analyzing images using artificial intelligence. More specifically, the present invention relates to a method and apparatus for dividing an image into a plurality of pieces using a grid, and feeding back analysis results to adjust the number of pieces, A method and an apparatus capable of accurately analyzing are disclosed.

본 명세서에서는 '하나 이상의 구성요소로 이루어진 분석 대상'의 일례로서 철강제품을 예시하며, 본 발명의 일 실시예에 따른 인공지능을 이용하여 철강제품의 철 스크랩을 수행하는 과정을 과정을 설명함으로써, 본 발명의 일 실시예에 따른 인공지능을 이용한 철 스크랩 방법 및 장치를 설명하고자 한다.In the present specification, a description will be given of a process of performing a steel scrap of a steel product using artificial intelligence according to an embodiment of the present invention as an example of a 'one or more component analysis target' A method and apparatus for scraping iron using artificial intelligence according to an embodiment of the present invention will be described.

본 명세서에 대한 설명에 앞서, 본 명세서에서 사용되는 몇몇 용어들에 대하여 명확하게 설명하기로 한다.Prior to the description of the present specification, some terms used in this specification will be clearly described.

본 발명이 속하는 기술 분야에서 '생철 스크랩'이란, 철광석을 원료로 하는 제철 공정에서 발생되는 철의 철 스크랩과 철의 1차 가공시 발생되는, 더럽혀지지 않은 철 스크랩을 의미한다. 즉, 도금, 도장되거나, 과도하게 산화되지 않은 철강 자재로서, 그 원산지나 발생처가 분명한 것을 말한다.In the technical field to which the present invention pertains, 'raw steel scrap' refers to iron scrap generated in a steel making process using iron ore as a raw material, and unfouled steel scrap generated in the primary processing of iron. That is, steel material that is plated, painted, or not excessively oxidized, and whose origin or place of origin is clear.

본 발명이 속하는 기술 분야에서 '노폐 스크랩'이란, 이미 유용성이 소멸되어 처리된 철강 폐기물로서, 재사용에 적합하도록 가공처리되는 철 스크랩을 의미한다. 노폐 스크랩은 폐기 자동차, 기구류, 철도 부문, 기계, 선박, 건축 자재, 파괴공사, 기타 소비자용/공업용 제품의 폐품 등에서 발생되고 있으며, 발생원과 발생지역이 광범위하게 산재하고 있으므로 수집과정에서 미회수 되거나, 비경제적인 철 스크랩은 수집을 기피하게 되어 폐기물이 되는 경우가 많다.In the technical field to which the present invention belongs, "scrap" refers to steel scrap which has already been treated as being useless, and which is processed to be suitable for reuse. Scrap is generated from waste vehicles, equipment, railways, machinery, ships, building materials, destruction works, and waste products of other consumer / industrial products. Since the sources and areas are scattered widely, , Uneconomical iron scrap is often avoided to collect and become waste.

본 발명이 속하는 기술 분야에서 '선반 스크랩'이란, 기계 가공시 발생되는 Clip 형태의 분철 스크랩을 의미한다.In the technical field to which the present invention belongs, 'shelf scrap' means a scrap of scrap formed in the machining process.

본 발명이 속하는 기술 분야에서 '가공 스크랩'이란, 기계 공장, 철강재 가공 공장, 조선/자동차 공장 등에서 철강재를 사용하여 공업용 또는 소비자용 제품을 제조하는 과정에서 발생한 철 스크랩을 의미한다. 가공 스크랩은 철강재 다소비 산업에서 사용된 기기와 제작과정에 따라서 다양한 형태로 발생하고 있다.In the technical field to which the present invention pertains, "processed scrap" means iron scrap generated in the process of manufacturing industrial or consumer products using steel in a machine factory, a steel processing factory, a shipbuilding / automobile factory, Scrap is produced in various forms depending on the equipment used in the steel consuming industry and the manufacturing process.

본 발명이 속하는 기술 분야에서 '중량스크랩'이란, 부피 대비 비중이 비교적 무거운 철 스크랩으로서, 봉ㆍ형강류, 기계구조물, 파이프류 등이 이에 해당한다.In the technical field to which the present invention belongs, "heavy scrap" refers to a steel scrap having a relatively large specific gravity to volume, such as rods, sections, mechanical structures, and pipes.

본 발명이 속하는 기술 분야에서 '경량스크랩'이란, 부피 대비 비중이 비교적 가벼운 철 스크랩으로서, 경량구조물, 생활고철 등이 이에 포함된다.In the technical field to which the present invention belongs, 'lightweight scrap' is a relatively lightweight steel scrap, which includes lightweight structures, life scrap metal and the like.

본 발명이 속하는 기술 분야에서 '인공신경망(neural network)'이란, 생물의 신경망, 특히 인간의 시각/청각 피질을 본따 만든 복수개의 층과 각 층을 구성하는 복수개의 노드로 이루어진 그래프 구조를 의미한다. 인공신경망은 1개의 입력층, 1개 이상의 은닉층 및 1개의 출력층을 포함한다.In the technical field to which the present invention belongs, 'neural network' means a graph structure composed of a plurality of layers made up of a biological neural network, especially a human visual / auditory cortex, and a plurality of nodes constituting each layer . The artificial neural network includes one input layer, one or more hidden layers, and one output layer.

본 발명이 속하는 기술 분야에서 '입력층(input layer)'이란, 인공신경망의 층 구조에서 분석/학습하고자 하는 데이터를 입력 받는 층을 의미한다.In the technical field of the present invention, 'input layer' means a layer receiving data to be analyzed / learned in a layer structure of an artificial neural network.

본 발명이 속하는 기술 분야에서 '출력층(output layer)'이란, 인공신경망의 층 구조에서 결과값이 출력되는 층을 의미한다.In the technical field of the present invention, an 'output layer' means a layer in which a result value is output in a layer structure of an artificial neural network.

본 발명이 속하는 기술 분야에서 '은닉층(hidden layer)'이란, 인공신경망의 층 구조에서 입력층과 출력층을 제외한 모든 층을 의미한다. 인공신경망은 뉴런의 연속된 층으로 구성되어 있으며, 각 층의 뉴런은 다음 층의 뉴런에 연결되어 있다. 입력층과 출력층을 다이렉트로 연결하면 각 입력이 다른 입력에 상관없이 독립적으로 출력에 기여하게 되어 정확한 결과를 얻기 어렵다. 현실 세계에서는 하나 이상의 입력 데이터가 상호 의존적으로 서로 결합되어 복잡한 구조로 출력에 영향을 미치게 되므로, 이러한 은닉층을 추가하여 은닉층의 뉴런이 최종 출력에 영향을 미치는 입력 간의 미묘한 상호작용을 잡아낼 수 있다. 즉, 은닉층이 데이터에 있는 고수준의 특징이나 속성을 처리하는 것으로 볼 수 있다.The 'hidden layer' in the technical field of the present invention means all layers excluding the input layer and the output layer in the layer structure of the artificial neural network. Artificial neural networks consist of successive layers of neurons, with neurons in each layer connected to neurons in the next layer. If the input layer and the output layer are directly connected, each input contributes independently to the output regardless of the other input, and it is difficult to obtain an accurate result. In the real world, one or more input data are interdependently combined with each other to affect the output in a complex structure, so that this hidden layer can be added so that hidden neurons can capture subtle interactions between inputs that affect the final output. In other words, it can be seen that the hidden layer processes high-level features and attributes in the data.

본 발명이 속하는 기술 분야에서 '뉴런(neuron)'이란, 생물학적 신경망에서의 뉴런을 인공신경망에 대응시킨 개념이다. '뉴런'을 '노드'라고 부르기도 하며, 본 명세서에서는 편의상 '뉴런'을 '노드'라고 부른다.In the technical field to which the present invention belongs, "neuron" is a concept in which a neuron in a biological neural network is associated with an artificial neural network. The term 'neuron' is also referred to as a 'node'. In the present specification, a 'neuron' is referred to as a 'node' for convenience.

본 발명이 속하는 기술 분야에서 '가중치(weight)'란, 생물학적 신경망에서 반복된 신호 전달을 통해 시냅스 연결이 강화된 정도를 인공신경망에 대응시킨 개념이다. 생물학적 신경망에서 뉴런 1에서 뉴런 2로 신호가 자주 전달될 경우 신호전달의 효율성을 위하여 뉴런 1에서 뉴런 2로 가는 경로, 곧 시냅스 연결이 강화된다. 이를 일종의 학습 또는 기억의 과정이라고 보며, 인공신경망에서는 이를 '가중치'라는 개념으로 설명하고 있다.In the technical field to which the present invention belongs, "weight" is a concept in which the degree of enhancement of synapse connection through repetitive signal transmission in a biological neural network is associated with an artificial neural network. In biological neural networks, when signals are transmitted from neuron 1 to neuron 2 frequently, the pathway from neuron 1 to neuron 2, the synaptic connection, is strengthened for signaling efficiency. This is a kind of learning or memory process, and artificial neural networks describe it as 'weight'.

본 발명이 속하는 기술 분야에서 '역전파(back propagation)'란, '오차의 역방향 전파(backward propagation of errors)'에서 유래된 단어로서, 출력값과 실제값의 차이인 오차(에러)의 역전파를 통해 인공신경망의 가중치를 조정하는 것을 의미한다.BACKGROUND OF THE INVENTION Field of the Invention The present invention relates to a back propagation method and a back propagation method for detecting a back propagation of an error, Which means adjusting the weight of the artificial neural network.

본 발명이 속하는 기술 분야에서 '컨벌루션 인공신경망(Convolutional Neural Networks; CNN)'이란, 인공신경망에 필터 기술을 결합한 딥러닝 모델로서, 인공신경망이 입력 데이터의 특징을 더 잘 습득할 수 있도록 최적화시킨 것이다. 컨벌루션 인공신경망은 컴퓨터 비전(computer vision) 분야에서 뛰어난 성능을 보이고 있다.Convolutional Neural Networks (CNN) is a deep learning model that combines artificial neural networks with filter technology, and has been optimized so that artificial neural networks can acquire better characteristics of input data . Convolutional artificial neural networks perform well in the field of computer vision.

본 명세서에서 '그리드(grid)'란, 복수개의 선이 교차해서 이루어진 집합체를 의미한다. 직사각형 형태의 그리드를 예로 들면, 복수개의 수직선은 세로 열을 정의하고, 복수개의 수평선은 가로 행을 정의한다. 복수개의 수직선과 복수개의 수평선은 서로 격리된 복수개의 공간을 형성한다. 그리드는 직사각형 형태의 그리드일 수도 있고, 육각형 등의 다각형 형태의 그리드일 수도 있다. 다만 본 명세서에서는 설명의 편의를 위하여 직사각형 형태의 그리드를 예로 들어 설명한다.In the present specification, the term " grid " means an aggregate formed by intersecting a plurality of lines. For example, in the case of a rectangular grid, a plurality of vertical lines define a vertical column, and a plurality of horizontal lines define a horizontal row. The plurality of vertical lines and the plurality of horizontal lines form a plurality of spaces isolated from each other. The grid may be a rectangular grid or a polygonal grid such as a hexagon. However, for the sake of convenience of description, a rectangular grid will be described in this specification.

본 명세서에서 '조각'이란, 그리드를 구성하는 복수개의 선에 의해 구분되는 각 영역 또는 그 안에 있는 이미지를 의미한다. 그리드는 복수개의 조각으로 구성된다. 조각은 직사각형 형태일 수도 있고, 육각형 등의 다각형 형태일 수도 있다.As used herein, the term " piece " means an area or an image within each area divided by a plurality of lines constituting the grid. The grid consists of a plurality of pieces. The piece may have a rectangular shape, or may be a polygonal shape such as a hexagon.

본 명세서에서 '분석 대상'이란, 본 발명의 일 실시예에 따른 인공신경망을 이용하여 분석하고자 하는 대상을 의미한다. 본 발명의 일 실시예에 따른 인공신경망은 분석 대상을 구성하는 각 구성요소의 비율을 분석할 수 있다. 예를 들어 분석 대상은 재활용을 위해 철 스크랩 작업을 수행하고자 하는 철강제품일 수 있고, 본 발명의 일 실시예에 따른 인공신경망은 철강제품에서 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 분석할 수 있다.In the present specification, 'object to be analyzed' means an object to be analyzed using an artificial neural network according to an embodiment of the present invention. The artificial neural network according to an embodiment of the present invention can analyze the ratio of each constituent element constituting the analysis object. For example, the analysis target may be a steel product to be subjected to iron scrap for recycling, and the artificial neural network according to an embodiment of the present invention may analyze the content of iron scrap according to the steel scrap classification standard have.

본 명세서에서 '분석 대상 이미지', '대상 이미지' 또는 '이미지'란, 분석 대상을 촬영한 이미지를 의미한다. 예를 들어 분석 대상 이미지는 카메라에 의해 촬영된 철강제품의 이미지일 수 있다.In the present specification, an 'analysis target image', a 'target image', or an 'image' refers to an image of an analysis target. For example, the image to be analyzed may be an image of a steel product photographed by a camera.

이하, 도면들을 참조하여 본 발명의 실시예들을 설명한다.Hereinafter, embodiments of the present invention will be described with reference to the drawings.

철 스크랩은 발생원, 성분, 형태, 구입 형태 등에 의해 분류된다. 그 중에서 한국철강협회 산하 철 스크랩 위원회가 배포한 철 스크랩 매뉴얼에 게재된, KS D 2101 기준에 의거한 철 스크랩 분류기준은 다음과 같다.Iron scraps are classified by source, ingredient, form, purchase type and so on. Among them, iron scrap classification standard based on KS D 2101 standard, which is published in the iron scrap manual distributed by the Iron Scrap Committee of Korea Iron & Steel Association, is as follows.

KS D 2101 기준에 의할 때 생철 스크랩은 표 1과 같이 분류된다.According to KS D 2101 standards, scrap scraps are classified as shown in Table 1.

분류Classification 대표제품 종류Representative product type 생철A (KA1) Fresh Iron A (KA1) - 열간압연판
- 고로 및 전기로 발생 열연, 후판 및 펀칭, 강편
- 사용 전 도금 및 도색이 안된 파이프
- 결속상태 양호한 선재, 코일의 철 스크랩
- 절단 슬라브 스크랩, 사이드 스크랩(Side Trimming 및 Side turning 후 발생하는 스크랩) 등
- hot rolled plate
- Hot blast furnace and electric furnace hot rolled, heavy plate and punching,
- Plated and unpainted pipes before use
- Bonding Good wire, coil scrap of coil
- Cut slab scrap, side scrap (side trimming and side turning scrap)
생철B(KA2)Fresh Iron B (KA2) - 냉간압연판, 박판 절단 및 펀칭, 규소강판
- 결속상태 양호한 코일의 철 스크랩
- 사이드 스크랩(Side Trimming 및 Side turning 후 발생하는 스크랩) 등
- cold rolled plate, sheet cutting and punching, silicon steel plate
- Ferrous scrap of coils with good binding
- Side scrap (Side trimming and side scoring)
생압 (KA3)Blood Pressure (KA3) 생철 모재를 압축한 것으로 가로, 세로, 높이가 각각 600㎜이하 (가로, 세로, 높이 각각의 허용 오차 10% 이내일 것)Compressed raw material base material is 600mm or less in width, height and height (tolerance of each width, height, height should be within 10%) 생철L (KA4) Beef L (KA4) 생철 A 및 생철 B 분류에 해당하되, 길이 1,000㎜,너비 500㎜를 초과하여 절단, 가공작업이 필요한 생철For raw meat A and raw meat B, but with a length exceeding 1,000 mm and a width of 500 mm,

KS D 2101 기준에 의할 때 노폐 스크랩은 표 2와 같이 분류된다.According to KS D 2101 standard, scrap is classified as shown in Table 2.

모터블럭
(KBM)
Motor block
(KBM)
길이≤1,000㎜, 너비≤500㎜,무게≤600㎏ 자동차 중장비에서 발생되는 모터블록에 한함.Length ≤1,000㎜, Width ≤500㎜, Weight ≤600㎏ Only for motor block generated in heavy equipment of automobile.
중량A(KB1)Weight A (KB1) - 사용 전 직선철근, 단조 스크랩, 대형차량 하우징, 대형차량 프레임, 폐주강,
- 주철, 금형류, 폐주강, 복공판
- 사용된 Ø300mm 이상의 절개된 파이프
- 절개고압 가스통(LPG통 제외),판재용접 구조물
- 폐선박, 중장비 해체물, 대형차량 및 기차 휠
- 볼트 및 너트(펀칭 스크랩), 스프링 및 체인
- 봉강류(원형강, 평강, 각강 등)
- 형강류(H, I, ㄱ, ㄷ, T, 단, C형강은 제외)
- 베어링, 빌레트, 시트파일, 압착강관
- 철도관련(레일, 휠, 엑슬, 앵커, 숄더, 단조 또는 압연에 의한 레일 받침판 등) 등의 철 스크랩
- Before using straight steel, forging scrap, large vehicle housing, large vehicle frame, waste casting,
- cast iron, molds, waste cast steel,
- Used pipe of Ø300mm or more
- Cutting high pressure gas cylinder (LPG cylinder excluded), plate material welding structure
- Waste ships, heavy equipment disassembly, large vehicles and train wheels
- Bolts and nuts (punching scrap), springs and chains
- Steel bars (round steel, flat steel, angles, etc.)
- Shapes (H, I, a, c, T, except C, steel)
- bearings, billets, sheet piles, squeeze steel pipes
- Iron scrap, such as rail related (rail, wheel, axle, anchor, shoulder, rail under plate by forging or rolling)
중량B(KB2)Weight B (KB2) - 사용 후 철근, 철못(사용되지 않은 것)
- 소형차량 하우징, 소형차 휠
- 폐 선박(중량A 이외의 것) 해체 과정에서 발생하는 판(Plate) 형태의 스크랩
- 절개된 LPG통, 절개 양호한 주철관류
- 사용된 Ø50~300mm의 절개된 파이프 및 서포트용 파이프, 파이프 연결 브래킷
- 각종 기계 및 부품류 등의 철 스크랩
- Reinforcement after use, cramp (unused)
- Small vehicle housing, compact car wheel
- Waste ships (other than weight A) Plate-type scrap generated during the dismantling process
- incised LPG barrel, incision well cast iron pipe
- Used Ø50 ~ 300mm cut pipe and support pipe, pipe connection bracket
- Iron scrap of various machinery and parts
중량AL(KB31)Weight AL (KB31) 중량A의 분류에 해당하되 길이 1,000mm, 너비 500mm, 중량600㎏을 초과하여 절단가공 작업이 필요한 중량AIt is a weight A class, but it has a length of 1,000 mm, a width of 500 mm and a weight of more than 600 kg. 중량BL(KB32)Weight BL (KB32) 중량B의 분류에 해당하되 길이 1,000mm, 너비 500mm, 중량600㎏을 초과하여 절단가공 작업이 필요한 중량BWeight B, which corresponds to the classification, but has a length of 1,000 mm, a width of 500 mm, a weight of 600 kg or more and a weight B 경량A(KB4)Lightweight A (KB4) - 사용된 Ø50mm 미만 파이프, 철못(기 사용한 것)
- C형강, 앵글, 컬러강판, 와이어로프
- 소형차량 프레임, 스틸 밴딩, 변압기 케이스
- 스틸 유로폼, 스틸 폼(Steel Form), 농기구
- 건축 폐자재류(창호, 도어 및 셔터, 철골, 창문 등) 등의 철 스크랩
- Used pipes less than Ø50 mm,
- C-shaped steel, angle, color steel plate, wire rope
- Small vehicle frame, steel banding, transformer case
- Steel Euro Form, Steel Form,
- Iron scrap of construction waste materials (window, door and shutter, steel frame, window, etc.)
경량B(KB5)Lightweight B (KB5) - 노폐 샌드위치 판넬, 철재 장난감, 우산대
- 머플러, 석도강판, 함석, 경량구조물, 철선, 철망, 카트리지류, 절개 드럼통, 자전거
- 생활용품 및 사무용 집기류
- 가전제품 케이스(전자레인지, 냉온장고, 세탁기 등)
- 사무용 집기(캐비닛, 철재 파일박스, 책상의자 등)
- 난방 기구류(난로, 해체곤로 등)
- 생활에서 발생되는 철 스크랩류(단, 식기류는 제외) 등의 철 스크랩
- retirement sandwich panels, steel toys, umbrella stands
- muffler, tin plate, tin, lightweight structure, wire, wire mesh, cartridges, incised drums, bicycle
- Household goods and office tools
- Home appliances case (microwave, cold damp, washing machine, etc.)
- Office appliances (cabinets, steel pile boxes, desk chairs, etc.)
- Heating equipment (stove, dismantling furnace, etc.)
- Iron scrap, such as iron scrap, which is generated in daily life (except for tableware)
경량L(KB6)Lightweight L (KB6) - 경량A 및 경량B의 분류에 해당하되 길이 1,000mm, 너비 500mm, 중량600㎏을 초과하여 절단가공 작업이 필요한 경량- Lightweight A and lightweight B, but with a length of 1,000 mm, a width of 500 mm and a weight of more than 600 kg,

KS D 2101 기준에 의할 때 선반 스크랩은 표 3과 같이 분류된다.Shelf scrap according to KS D 2101 is classified as shown in Table 3.

분류Classification 대표제품 종류Representative product type 선반A(KC1)Shelf A (KC1) 기계 가공시 발생되는 넝쿨 및 Clip 형태의 스크랩, 두께≥1mmScrap and clip-like scrap generated during machining, thickness ≥1 mm 선반B(KC2)Shelf B (KC2) 주물품 선반 가공시 발생되는 스크랩Scrap generated during main product lathe processing 선반C(KC3)Shelf C (KC3) 기계 가공시 발생되는 넝쿨 및 Clip 형태의 스크랩, 두께<1mmScrap and clip-like scrap generated during machining, thickness <1mm

KS D 2101 기준에 의할 때 가공 스크랩은 표 4와 같이 분류된다.According to KS D 2101, processed scraps are classified as shown in Table 4.

분 류Classification 대표제품 종류Representative product type 슈레더A(KS1)Shredder A (KS1) - 생철을 모재로 하여 슈레더로 가공한 철 스크랩
- 가로≤200mm, 세로 및 높이≤100mm
- Iron scrap processed into shredder using raw iron as base metal
- width ≤200mm, length and height ≤100mm
슈레더B(KS2)Shredder B (KS2) - 비철을 함유하지 않도록 파쇄 및 정제한 폐차의 차피, 팬더, Clipping 등
- 가로≤200mm, 세로 및 높이≤100mm
- Charcoal, panda, clipping, etc., of scrapped and refined cars that do not contain non-ferrous metals
- width ≤200mm, length and height ≤100mm
슈레더C(KS3)Shredder C (KS3) 경량스크랩을 슈레디드 처리한 스크랩
가로≤200mm, 세로 및 높이≤100mm
Light scrap shredded scrap
Width ≤200mm, length and height ≤100mm
길로틴 A
(KG1)
Guilotin A
(KG1)
소재 특성이 경량A이상에 해당하며, 길로틴시어로 절단 가공을 한 스크랩
폭넓이≤1,200mm, 길이≤700mm
The material characteristic is light A or more, and scrap with cutting with Gilotin shear
Width ≤1,200mm, Length ≤700mm
길로틴 B
(KG2)
Guilotin B
(KG2)
소재 특성이 경량BDP 해당하며, 길로틴시어로 절단 가공을 한 스크랩
폭넓이≤1,200mm, 길이≤700mm
Light material BDP corresponds to the material characteristics, scrap with cutting with Gilotin shear
Width ≤1,200mm, Length ≤700mm
압축A
(KP1)
Compression A
(KP1)
경량A이상의 모재로 압축한 것
가로,세로, 높이가 각각 600mm이하(가로,세로,높이 각각의 허용오차 10% 이내일 것)
무게≤600kg
Compressed with base metal of light A or more
Horizontal, vertical, and height of 600mm or less, respectively (The tolerance of each width, height, height should be within 10%)
Weight ≤600kg
압축B(KP2)Compression B (KP2) 경량B를 모재로 압축한 것
가로,세로,높이가 각각 600mm이하(가로,세로,높이 각각의 허용오차 10% 이내일 것)
무게≤600kg
Compressed lightweight B with base metal
Horizontal, vertical, and height of 600mm or less, respectively (The tolerance of each width, height, height should be within 10%)
Weight ≤600kg
압축C(KP3)Compression C (KP3) 선반 스크랩 B을 모재로 압축한 것
가로,세로,높이가 각각 600mm 이하(가로,세로,높이 각각의 허용오차 10% 이내일 것)
무게≤600kg
Compression of shelf scrap B with base metal
Horizontal, vertical, and height of 600mm or less, respectively (The tolerance of each width, height, height should be within 10%)
Weight ≤600kg
압축D(KP4)Compression D (KP4) 선반 스크랩 C를 모재로 압축한 것
가로,세로,높이 각각 600mm 이하(가로, 세로, 높이 각각의 허용오차 10% 이내일 것)
무게≤600kg
Compression of shelf scrap C with base metal
Width, height, height not more than 600mm each (tolerance of each width, height, height should be within 10%)
Weight ≤600kg
압축E(KP5)Compression E (KP5) 캔을 모재로 압축한 것
가로, 세로, 높이 각각의 허용오차 10% 이내일 것)
무게≤600kg
Compressed can with base metal
Tolerance of each width, height, height should be within 10%)
Weight ≤600kg

한국철강협회 산하 철 스크랩 위원회가 배포한 철 스크랩 매뉴얼은 각 분류에 따른 대표적인 철 스크랩 이미지를 제공하고 있다.The iron scrap manual distributed by the Iron Scrap Committee of the Korea Iron & Steel Association provides representative iron scrap images according to each classification.

도 1은 KS D 2101 기준에 의거한 철 스크랩 매뉴얼에 따른 철 스크랩 분류 이미지를 예시한 도면이다.1 is a view illustrating an iron scrap classification image according to an iron scrap manual based on the KS D 2101 standard.

도 1 (a)는 '생철A (KA1)'에 해당하는 두께3.0mm, 길이≤1,000mm의 판재 스크랩 이미지를 예시한 것이고, 도 1 (b)는 '생철B (KA2)'에 해당하는 0.5mm≤두께<3.0mm, 길이≤1,000mm의 박판절단 스크랩 이미지를 예시한 것이다.FIG. 1 (a) is an illustration of a plate scrap image having a thickness of 3.0 mm and a length of? 1,000 mm corresponding to 'raw iron A (KA1)', mm &lt; / RTI &gt; thickness &lt; 3.0 mm, length &lt;

도 1 (c)는 '생압 (KA3)'에 해당하는 가로, 세로, 높이≤600mm의 생철압축 스크랩 이미지를 예시한 것이고, 도 1 (d)는 두께≥3.0mm, 길이≤1,000mm의 슬라브 스크랩 이미지를 예시한 것이다.Fig. 1 (c) is an illustration of a raw-frozen compressed scrap image of horizontal, vertical, and height ≤ 600 mm corresponding to the 'barometric pressure (KA3)'. Fig. 1 (d) shows a slab scrap having a thickness ≥3.0 mm and a length ≤1,000 mm Image.

도 1에 나타난 것과 같이, 철 스크랩은 그 종류에 따라 다양한 선, 면, 형상, 색깔, 크기 등의 특징을 가지고 있다. 그러나 룰 기반(Rule based)으로 철 스크랩 이미지의 특징을 분석하여 철 스크랩 분류를 수행하기가 어려운 비정형적인 형태를 가지고 있어, 그동안 사람이 직접 눈으로 확인하여 철 스크랩 분류 작업을 수행하였다. 그러나 사람이 직접 철 스크랩 분류를 수행하는 경우, 주관적인 판단 기준이 적용되거나, 이미지의 상태, 작업자 컨디션 등에 의해 정확한 분류가 되지 않는 문제가 있었다. 이에, 본 발명의 일 실시예는 딥러닝 기법을 이용하여 철 스크랩 분류를 수행하는 방법 및 장치를 개시한다.As shown in FIG. 1, the iron scrap has various characteristics such as line, surface, shape, color, and size according to its kind. However, it has an irregular shape which is difficult to classify iron scrap by analyzing the characteristics of iron scrap image by rule based method. However, when a person directly carries out the iron scrap classification, there is a problem that a subjective judgment criterion is applied or an accurate classification is not performed due to the state of the image and the worker condition. Accordingly, an embodiment of the present invention discloses a method and apparatus for performing steel scrap classification using a deep running technique.

도 2는 본 발명의 일 실시예에 따른 인공신경망을 예시한 도면이다.2 is a diagram illustrating an artificial neural network according to an embodiment of the present invention.

머신러닝을 이용한 이미지 분류시에는 입력한 이미지로부터 얼마만큼 좋은 특징을 추출하느냐에 따라 이미지 분류의 성능이 좌우된다. 기존의 머신러닝 기법은 중간 단계인 특징 추출(feature extraction)을 거쳐 '입력 → 특징 추출 → 결과'의 순서로 학습을 진행한다. 예를 들어 사진 속에서 사물을 인식하기 위해 픽셀값에서 먼저 특징적인 선이나 특징적인 색 분포 등을 먼저 추출한 후, 이를 기반으로 그 이미지가 무엇인지에 대한 판단을 내린다.In image classification using machine learning, the performance of image classification depends on how much good features are extracted from the input image. In the conventional machine learning method, learning is performed in the order of "input → feature extraction → result" through an intermediate step of feature extraction. For example, in order to recognize an object in a photograph, first a characteristic line or a characteristic color distribution is first extracted from a pixel value, and then a determination is made based on the extracted characteristic line or a characteristic color distribution.

딥러닝은 심층 구조를 지닌 머신러닝의 한 방법으로서, 입력된 이미지에서 특징(feature)을 추출하는 과정 없이 학습을 수행한다. 딥러닝은 하나의 입력층, 하나의 출력층 및 하나 이상의 은닉층을 포함하는 인공신경망을 이용하여 특징(feature)을 추출하는 작업을 전체 학습 알고리즘의 일부로서 수행할 수 있으며, 인공신경망의 심층 구조는 수많은 변수들을 적절히 반영하여 작업을 처리할 수 있게 해준다.Deep learning is a method of machine learning with a deep structure, which performs learning without extracting features from the input image. Deep learning can perform an operation of extracting features using an artificial neural network including one input layer, one output layer, and one or more hidden layers as part of the overall learning algorithm, and the deep structure of the artificial neural network It allows you to process your work properly by reflecting variables.

딥러닝을 구성하는 인공신경망은 노드와, 노드를 연결하는 시냅스로 이루어져 있다. 시냅스에는 가중치가 있고, 이 가중치들은 데이터에 의해 학습된 값을 사영하는 함수 값을 기반으로 추정된다. 하나의 노드 집단이 활성화되고, 데이터들로부터 학습을 통한 가중치들이 다른 노드들에 반영되면, 활성화된 마지막 노드가 분류 결과가 된다.The artificial neural network that constitutes the deep learning consists of a node and a synapse that connects the node. The synapses have weights, which are estimated based on function values that project the values learned by the data. When one node group is activated and weights from the data are reflected to other nodes, the last node activated becomes the classification result.

기존의 머신러닝 기법은 각 숫자에 매치가 될 특징(feature)을 미리 추출하는 전처리과정(pre-prossecing; PCA등을 이용)을 수행한 다음에 처리된 특징을 바탕으로 학습된 모델을 이용하여 이미지를 분류하였다. 그러나 딥러닝은 raw data로부터 최적의 특징을 추출하는 방법까지도 스스로 학습하는데, 이를 representation learning 또는 feature learning이라고 한다. 사람은 숫자 '2'를 구분할 때, 계속해서 '2'를 보다 보니 '2'처럼 생긴 것을 '2'라고 판단하게 된다. 즉, 다양한 모양의 '2'를 계속 보다 보면 '2'의 특징(feature)를 인식하게 되고, 그 결과 '2'를 구분할 수 있게 된다. 딥러닝은 사람이 대상을 구분하는 것과 유사한 방식으로 대상을 분석하는데, 그 과정에서 인공신경망의 심층 구조와 가중치 조정 기법이 사용된다. 인간의 뇌에서는 동일한 자극이 반복적으로 전달되거나 보상예측오류(reward prediction error)가 발생할 경우 동일한 자극에 대하여 신경전달물질이 더 많이 분비되거나 수상돌기에 더 많은 수용체가 형성되는 방식으로 시냅스 가중치를 변화시킨다. 인공신경망도 이와 유사하게 역전파(backpropagation) 방식으로 노드들을 연결하는 시냅스들의 가중치들을 조정하고, 그를 통해 더 정확한 산출값을 내놓게 된다.In the conventional machine learning method, a preprocessing process (PCA) is performed to extract features to be matched to each number, and then, based on the processed features, Respectively. However, deep learning also learns how to extract optimal features from raw data, which is called representation learning or feature learning. When a person distinguishes the number '2', he considers '2' to be '2'. In other words, if we continue to look at '2' in various shapes, we will recognize the feature of '2', so that we can distinguish '2'. Deep learning analyzes the object in a similar way as a person distinguishing objects, in which the in-depth structure of artificial neural networks and weight adjustment techniques are used. In the human brain, when the same stimulus is repeatedly transmitted or a reward prediction error occurs, the synaptic weights are changed in such a way that more neurotransmitters are secreted to the same stimulus or more receptors are formed in the dendrites . An artificial neural network similarly adjusts the weights of synapses that connect the nodes in a backpropagation manner, thereby providing more accurate output values.

딥러닝 기법 중 CNN(Convolutional Neural Networks; 컨벌루션 인공신경망)' 기법은 이미지 분석에 특화된 딥러닝 기법으로서, 인공신경망에 이미지 필터 기술을 결합한 것이다. 컨벌루션 인공신경망은 컴퓨터 비전(computer vision) 분야에서 뛰어난 성능을 보이고 있다.CNN (Convolutional Neural Networks) 'is one of the deep running techniques that is specialized in image analysis and combines image filtering technology with artificial neural networks. Convolutional artificial neural networks perform well in the field of computer vision.

본 발명은 인공지능을 이용하여 분석 대상 이미지에서 분석 대상을 구성하는 각 구성요소의 함유 비율을 신속하고 정확하게 분석할 수 있는 철 스크랩 방법 및 장치에 관한 것으로서, 딥러닝 기법 중 CNN 기법을 사용하는 것이 바람직하다. 다만, 본 발명에 사용되는 딥러닝 기법이 CNN 기법에 한정되는 것은 아니며, 심층 구조의 인공신경망을 이용한 기법이라면 어떠한 기법을 사용하여도 무방하다.The present invention relates to an iron scrap method and apparatus capable of quickly and accurately analyzing the content ratios of respective components constituting an analysis target in an image to be analyzed using artificial intelligence, and it is an object of the present invention to use CNN desirable. However, the depth learning technique used in the present invention is not limited to the CNN technique, and any technique may be used as long as it is a technique using an artificial neural network having a deep structure.

도 3은 본 발명의 일 실시예에 따른 분석 대상 이미지 분할 및 인공신경망 학습 과정을 예시한 도면이다.3 is a diagram illustrating an image segmentation and an artificial neural network learning process according to an exemplary embodiment of the present invention.

본 발명의 일 실시예에 따른 인공신경망 구축을 위해서 충분한 학습 이미지가 필요하다. 일례로, 철강제품의 철 스크랩을 위해서는 철강제품의 이미지에서 각 철 스크랩 분류에 따라 구분되는 각 이미지 영역을 인공신경망에 입력하여 인공신경망을 학습시킬 필요가 있다.A sufficient learning image is required for building an artificial neural network according to an embodiment of the present invention. For example, for steel scrap of steel products, it is necessary to learn each artificial neural network by inputting each image region classified according to each steel scrap classification in the image of steel product into artificial neural network.

다만 도 3에 나타난 것과 같이 철강제품의 이미지의 모든 부분이 인공신경망 학습에 적합한 것은 아니다. 철강제품의 이미지는 특정 철 스크랩으로 분류되기 어려운 먼지(dust) 등의 이물질이나 외각선을 구분하기 어려운 그림자 부분을 포함하고 있다.However, as shown in Fig. 3, not all portions of the images of steel products are suitable for artificial neural network learning. The image of steel products contains foreign substances such as dust, which are difficult to be classified as specific scrap iron, and shadows that are difficult to distinguish from the outline.

따라서 철강제품의 이미지로부터 각 철 스크랩 분류에 따라 구분 가능한 각 이미지 영역을 분리해낸 후, 분리된 각 이미지에 각 철 스크랩 분류 결과에 대한 라벨을 붙여 인공신경망에 입력하는 것이 바람직하다. 이 때 인공신경망의 학습에 사용되는 이미지는 무손실 이미지 포맷인 것이 바람직하다.Therefore, it is desirable to separate each image area that can be distinguished according to each iron scrap classification from an image of a steel product, input labels into the artificial neural network by attaching a label of each iron scrap classification result to each separated image. At this time, the image used for learning of the artificial neural network is preferably a lossless image format.

구글의 딥러닝 엔진이 숫자를 구분하는 데 필요한 학습용 이미지는 숫자 한 개당 약 5,000장으로 알려져 있다. 따라서 본 발명의 일 실시예에 따른 영상분석을 위한 인공지능 학습시에는 각 철 스크랩 분류 별로 최소 3,000장, 바람직하게는 약 5,000장의 사진을 투입하여 지도 학습을 수행하는 것이 바람직하다.Google 's Deep Learning Engine requires about 5,000 learning images per figure to identify the numbers. Accordingly, in artificial intelligence learning for image analysis according to an embodiment of the present invention, it is preferable to perform map learning by inputting at least 3,000 pictures, preferably about 5,000 pictures, for each iron scrap classification.

인공신경망 학습 과정은, 차량에 적재된 철강제품을 촬영한 이미지에서 각 철 스크랩 분류에 따라 구분되는 각 이미지 영역을 인공신경망을 이용하여 분석하는 단계, 입력된 이미지가 인공신경망을 거쳐 결정되는 최종 출력 노드의 분류값과 입력된 이미지의 라벨에 붙어 있는 실제 분류값을 비교하여 오차(델타)를 구하는 단계 및 델타를 역전파시켜 인공신경망의 가중치를 변경하는 단계를 포함할 수 있다.The artificial neural network learning process includes the steps of analyzing each image region classified according to each iron scrap classification in an image of a steel product loaded on a vehicle using an artificial neural network, Comparing the classification value of the node with an actual classification value attached to the label of the input image to obtain an error, and modifying the weight of the artificial neural network by back propagating the delta.

딥러닝 기법, 예컨대 CNN 기법을 이용하여 철 스크랩 분류에 대한 인공신경망이 충분히 학습되면, 인공지능을 이용한 철 스크랩 분류 작업을 수행할 수 있다.When the artificial neural network for the iron scrap classification is sufficiently learned by using the deep running technique, for example, the CNN technique, the iron scrap classification work using the artificial intelligence can be performed.

도 4는 본 발명의 일 실시예에 따른 분석 대상 이미지 및 그리드를 예시한 도면이다.4 is a diagram illustrating an image and a grid to be analyzed according to an embodiment of the present invention.

도 4에 나타난 것과 같이, 분석 대상 이미지에서 분석 대상을 구성하는 각 구성요소의 함유 비율을 분석하기 위하여, 분석 대상 이미지 위에 복수개의 수직선과 복수개의 수평선으로 이루어진 그리드를 오버레이시킨다. 복수개의 수직선은 세로 열을 정의하고, 복수개의 수평선은 가로 행을 정의하며, 복수개의 수직선과 복수개의 수평선은 격리된 복수개의 공간, 곧 복수개의 조각을 형성한다.As shown in FIG. 4, a grid consisting of a plurality of vertical lines and a plurality of horizontal lines is overlaid on the image to be analyzed, in order to analyze a content ratio of each component constituting the analysis target in the image to be analyzed. A plurality of vertical lines define a vertical column, a plurality of horizontal lines define a horizontal row, and a plurality of vertical lines and a plurality of horizontal lines form a plurality of isolated spaces, that is, a plurality of pieces.

분석 대상 이미지에서 분석 대상을 구성하는 각 구성요소의 함유 비율을 분석하기 위하여 분석 대상 이미지 위에 그리드를 오버레이시킨다는 것은, 이미지 위에 시각적으로 그리드를 표시하는 것을 의미하는 것이 아니라, 분석 대상 이미지를 그리드의 조각 단위로 분할하여 복수개의 조각을 얻는 개념을 설명하기 위한 것이다.Overlaying the grid on the image to be analyzed in order to analyze the content ratio of each component constituting the analysis target in the image to be analyzed does not mean displaying the grid visually on the image, To obtain a plurality of pieces by dividing them into units.

분석 대상 이미지 상에 그리드가 오버레이되면, 그리드의 각 조각 영역에 해당되는 부분의 이미지가 조각이 된다. 즉, 그리드를 이용하여 분석 대상 이미지를 복수개의 조각으로 분할할 수 있다.When the grid is overlaid on the image to be analyzed, the image of the part corresponding to each piece area of the grid becomes a piece. That is, the analysis target image can be divided into a plurality of pieces using the grid.

도 4는 분석 대상 이미지가 철강제품의 이미지인 경우, 본 발명의 일 실시예에 따른 인공신경망을 이용하여 철강제품의 철 스크랩을 수행하는 경우를 예시한 것이다. 도 4에 예시된 그리드는 가로 10열, 세로 10행, 모두 10*10 = 100개의 조각로 이루어져 있다. 따라서 도 4에 예시된 그리드를 이용하여 분석 대상 이미지로부터 얻을 수 있는 조각은 100개가 된다.FIG. 4 illustrates a case where iron scrap of a steel product is performed using an artificial neural network according to an embodiment of the present invention when the image to be analyzed is an image of a steel product. The grid illustrated in FIG. 4 is composed of 10 pieces of 10 * 10 = 100 pieces in 10 rows and 10 rows. Therefore, the number of fragments that can be obtained from the image to be analyzed using the grid illustrated in Fig. 4 becomes 100.

도 4에 나타난 것과 같이, 본 발명의 일 실시예에 따른 철 스크랩 방법은 분석 대상 이미지 전체를 인공신경망에 입력하지 않고, 각 조각 영역에 해당하는 복수개의 조각 각각을 인공신경망에 입력하여 분석한다. 예를 들어 철강제품의 이미지를 그리드를 이용하여 100개의 조각으로 분할한 후, 각 조각을 인공신경망에 입력하여 각 조각에 대한 철 스크랩 분류를 수행한다.As shown in FIG. 4, in the iron scrapping method according to the embodiment of the present invention, each of a plurality of pieces corresponding to each sculptural area is input to an artificial neural network without inputting the entirety of the analysis target image into the artificial neural network. For example, after an image of a steel product is divided into 100 pieces by using a grid, each piece is inputted to an artificial neural network to perform iron scrap classification for each piece.

인공신경망의 입력층에 조각이 입력되면, 인공신경망의 은닉층에 의한 가중치 연산 과정을 거쳐 인공신경망의 출력층에서 해당 조각이 각 철 스크랩 분류에 해당할 확률이 일정 범위의 숫자로 출력된다. 인공신경망의 출력층의 각 노드에 출력되는 값은 0에서 1 사이의 값일 수 있다. 또는 사용자 설정에 따라 임의의 범위의 숫자로 출력값의 범위를 정할 수 있다. 예컨대 인공신경망의 출력층의 각 노드에 출력되는 값을 0에서 100 사이의 값(퍼센트 값)으로 정할 수 있다.When a piece is input to the input layer of the artificial neural network, the probability that the piece corresponds to each iron scrap classification in the output layer of the artificial neural network is outputted as a certain range of numbers through the weight calculation process by the hidden layer of the artificial neural network. The value output to each node of the output layer of the artificial neural network may be a value between 0 and 1. Alternatively, the range of the output value can be set to any range of numbers according to the user setting. For example, the value output to each node of the output layer of the artificial neural network can be set to a value between 0 and 100 (percent value).

인공신경망의 출력층의 각 노드에 출력되는 값을 0에서 100 퍼센트 사이의 값으로 정한 경우를 예로 들면, 철강제품 이미지의 어느 하나의 조각을 인공신경망에 입력한 결과 출력층에서 '중량A'를 나타내는 노드의 값이 5%이고, '중량B'를 나타내는 노드의 값이 10%이며, '경량A'를 나타내는 노드의 값이 10%이고, '경량B'를 나타내는 노드의 값이 65%이며, dust를 나타내는 노드의 값은 10%라고 가정하면, 해당 조각의 철 스크랩 분류 결과는 가장 큰 값을 가지는 '경량B'라고 판단할 수 있다. 이와 같은 방법으로 철강제품 이미지를 그리드를 이용하여 분할한 각각의 조각에 대하여 철 스크랩 분류를 수행한다.For example, when the output value of each node of the output layer of the artificial neural network is set to a value between 0 and 100 percent, a piece of the steel product image is input to the artificial neural network. As a result, The value of the node representing light weight A is 10%, the value of node representing light weight A is 10%, the value of node representing light weight B is 65%, and the value of dust Is 10%, it can be judged that the result of the scrap classification of the piece is 'light weight B' having the largest value. In this way, iron scrap classification is performed for each piece of steel product image divided by the grid.

한편, 조각을 인공신경망에 입력한 결과 인공신경망의 출력층에서 출력된 가장 큰 값을 가지는 노드의 값이 기 설정된 값, 예를 들어 50% 이하인 경우, 가장 큰 값을 가지는 노드라고 하더라도 정확한 분류가 아니라고 판단할 수 있다. 즉, 인공신경망의 출력층에서 가장 큰 값을 가지는 노드의 값이 기 설정된 값 이하인 경우, 해당 조각은 정확한 철 스크랩 분류가 불가능한 것으로 판단할 수 있다.On the other hand, if the value of the node having the largest value output from the output layer of the artificial neural network as a result of inputting the fragment into the artificial neural network is a predetermined value, for example, 50% or less, It can be judged. That is, when the value of the node having the largest value in the output layer of the artificial neural network is less than a preset value, it can be judged that the sculpture can not be classified correctly.

분석 대상 이미지의 비율 대비 정확한 철 스크랩 분류가 불가능한 조각의 비율이 기 설정된 비율 이상인 경우, 현재의 그리드로는 정확한 철 스크랩 분류가 불가능한 것으로 판단할 수 있다. 이 경우 정확도 향상을 위한 조각별 분석을 수행할 수 있다. 이에 대해서는 후술할 도 6 내지 9에서 자세히 설명하기로 한다.If the ratio of fragments which can not classify the accurate scrap scrap to the ratio of the image to be analyzed is more than a predetermined ratio, it can be judged that the accurate scrap scrap classification is impossible with the current grid. In this case, a piecewise analysis can be performed to improve the accuracy. This will be described later in detail with reference to FIGS. 6 to 9.

앞에서 설명한 것과 같이, 각 조각의 철 스크랩 분류 결과는 인공신경망의 출력층에서 가장 높은 값을 가지는 노드에 의해 결정된다. 다만 가장 큰 값을 가지는 노드의 값이 기 설정된 값 이하인 경우에는 해당 조각에 대한 철 스크랩 분류가 불가능하다는 판정을 내릴 수 있다.As described above, the result of the scrap classification of each piece is determined by the node having the highest value in the output layer of the artificial neural network. However, when the value of the node having the largest value is equal to or less than a predetermined value, it can be determined that iron scrap classification for the piece is impossible.

철 스크랩 분류 결과는 각 조각 안에 글자로 표시할 수 있다. 예컨대 '중량A'로 분류된 조각을 포함하는 조각 안에 '중량A'라는 글자를 표시하고, '중량B'로 분류된 조각을 포함하는 조각 안에 '중량B'라는 글자를 표시하는 방식으로 철 스크랩 분류 결과를 표시할 수 있다.Iron scrap classification results can be displayed as letters in each piece. For example, by displaying a letter &quot; A &quot; in a piece including a piece classified as &quot; weight A &quot;, and displaying a letter &quot; B &quot; in a piece containing a piece classified as a weight B, The classification result can be displayed.

또는, 철 스크랩 분류 결과를 각 조각의 색깔로 표시할 수 있다. 예컨대 '중량A'로 분류된 조각을 초록색으로 표시하고, '중량B'로 분류된 조각을 노란색으로 표시하며, '경량B'로 분류된 조각을 주황색으로 표시하고, '경량L'로 분류된 조각을 회색으로 표시하며, dust로 분류된 조각을 빨간색으로 표시할 수 있다.Alternatively, the results of the scrap classification can be displayed in the color of each piece. For example, fragments classified as 'heavy A' are displayed in green, fragments classified as 'weight B' are displayed in yellow, fragments classified as 'light B' are displayed in orange, and fragments classified as 'light L' The pieces can be displayed in gray, and the pieces classified as dust can be displayed in red.

한편, 철 스크랩 분류 결과를 이용하여 철강제품의 철 스크랩 가격을 계산할 수 있다. 예를 들어 전체 조각의 개수에 대하여, 중량B로 분류된 조각의 개수의 비율이 43.4%이고, 중량A로 분류된 조각의 개수의 비율이 28.3%이며, 경량B로 분류된 조각의 개수의 비율이 15.3%이고, 경량L로 분류된 조각의 개수의 비율이 7.3%이며, 이물질로 분류된 조각의 개수의 비율이 5.7%라고 가정하자.On the other hand, the iron scrap price of steel products can be calculated using the results of scrap iron scrap classification. For example, for the total number of pieces, the ratio of the number of pieces classified as weight B to 43.4%, the ratio of the number of pieces classified as weight A to 28.3%, the ratio of the number of pieces classified as light B Is 15.3%, the ratio of the number of pieces classified as lightweight L is 7.3%, and the ratio of the number of pieces classified as foreign matter is 5.7%.

철강제품의 무게가 10t이고, 각 철 스크랩의 같은 면적 당 무게가 동일하다고 가정할 때, 중량B로 분류된 철 스크랩의 무게는 4.4t이고, 중량A로 분류된 철 스크랩의 무게는 2.8t이며, 경량B로 분류된 철 스크랩의 무게는 1.5t이고, 경량L로 분류된 철 스크랩의 무게는 0.7t이며, 먼지로 분류된 무게는 0.6t라고 추정할 수 있다. 각 무게에 대하여 각 철 스크랩 분류의 kg당 단가를 곱하면 전체 철강제품의 철 스크랩 가격을 계산할 수 있다. Assuming that the weight of steel products is 10t and the weight per area of each steel scrap is the same, the weight of iron scrap classified as weight B is 4.4t, the weight of scrap classified as weight A is 2.8t , The weight of iron scrap classified as lightweight B is 1.5t, the weight of iron scrap classified as lightweight L is 0.7t, and the weight classified as dust can be estimated as 0.6t. You can calculate the steel scrap price of an entire steel product by multiplying the unit price per kilogram of each steel scrap class for each weight.

도 5는 본 발명의 일 실시예에 따른 철 스크랩 분류 결과 화면을 예시한 도면이다.5 is a view illustrating an iron scrap classification result screen according to an embodiment of the present invention.

도 5는 도 4의 철강제품의 분석 대상 이미지의 각 조각을 인공신경망에 입력하여 나온 결과를 이용하여 철 스크랩 분류를 수행한 결과이다.FIG. 5 is a result of performing iron scrap classification using the results obtained by inputting each piece of the analysis object image of the steel product of FIG. 4 into the artificial neural network.

도 5에 나타난 것과 같이, 인공신경망 분석 결과, 도 4의 분석 대상 이미지는 중량A의 철 스크랩 97%와 중량B의 철 스크랩 3%로 이루어져 있는 것으로 분석되었다.As shown in FIG. 5, as a result of the artificial neural network analysis, the analysis target image in FIG. 4 was analyzed to be composed of 97% of iron scrap A and 3% of iron B scrap.

전술한 것과 같이 철 스크랩 분류 결과는 사용자가 쉽게 확인할 수 있게 색깔로 표시할 수 있다. 예컨대, 중량A의 철 스크랩은 보라색으로 표시하고, 중량B의 철 스크랩은 주황색으로 표시할 수 있다.As described above, the iron scrap classification result can be displayed in color so that the user can easily confirm it. For example, a weight A of iron scrap may be displayed in purple, and a weight B of scrap may be displayed in orange.

또는, 철 스크랩 분류 결과는 사용자가 쉽게 확인할 수 있게 무늬로 표시할 수 있다. 예컨대, 중량A의 철 스크랩은 점 무늬로 표시하고, 중량B의 철 스크랩은 빗금 무늬로 표시할 수 있다.Alternatively, the results of scrap iron scrapping can be displayed in a pattern for easy identification by the user. For example, a weight A of iron scrap can be displayed in a dot pattern, and a weight B of iron scrap can be displayed in a hatched pattern.

도 6은 본 발명의 다른 실시예에 따른 철 스크랩 분류 결과 화면을 예시한 도면이다.6 is a view illustrating an iron scrap classification result screen according to another embodiment of the present invention.

도 6은 다른 철강제품의 분석 대상 이미지의 각 조각을 인공신경망에 입력하여 나온 결과를 이용하여 철 스크랩 분류를 수행한 결과이다.FIG. 6 is a result of performing scrap classification using the results obtained by inputting each piece of the analysis object image of another steel product into the artificial neural network.

도 6에 나타난 것과 같이, 인공신경망 분석 결과, 다른 철강제품의 분석 대상 이미지는 길로틴A의 철 스크랩 93%와 길로틴B의 철 스크랩 7%로 이루어져 있는 것으로 분석되었다.As shown in FIG. 6, analysis of the artificial neural network results showed that the image of the analysis of the other steel products was composed of 93% of the iron scrap of Guilin A and 7% of the iron scrap of Guilotin B.

전술한 것과 같이 철 스크랩 분류 결과는 사용자가 쉽게 확인할 수 있게 색깔로 표시할 수 있다. 예컨대, 길로틴A의 철 스크랩은 초록색으로 표시하고, 길로틴B의 철 스크랩은 노란색으로 표시할 수 있다.As described above, the iron scrap classification result can be displayed in color so that the user can easily confirm it. For example, iron scrap of guillotine A may be displayed in green and iron scrap of guillotine B may be displayed in yellow.

또는, 철 스크랩 분류 결과는 사용자가 쉽게 확인할 수 있게 무늬로 표시할 수 있다. 예컨대, 길로틴A의 철 스크랩은 점 무늬로 표시하고, 길로틴B의 철 스크랩은 X 모양의 무늬로 표시할 수 있다.Alternatively, the results of scrap iron scrapping can be displayed in a pattern for easy identification by the user. For example, iron scrap of guillotine A can be displayed in dot pattern, and iron scrap of guillotine B can be displayed in X pattern.

분석 대상 이미지로부터 철 스크랩의 종류 및 비율에 대한 분석이 완료되면, 분석된 철 스크랩의 종류 및 비율을 이용하여, 철강제품의 가격을 계산할 수 있다.Once the analysis of the types and ratios of iron scrap from the image to be analyzed is completed, the prices of the steel products can be calculated using the types and ratios of the analyzed scrap iron.

이하, 분석된 철 스크랩의 종류 및 비율을 이용하여 철강제품의 가격을 계산하는 구체적인 방법을 설명한다.Hereinafter, a concrete method of calculating the prices of steel products using the types and ratios of the analyzed scrap iron will be described.

도 7은 본 발명의 일 실시예에 따른 철 스크랩 분류 과정을 예시한 도면이다.7 is a view illustrating an iron scrap classification process according to an embodiment of the present invention.

도 7에 나타난 것과 같이, 차량에 적재된 철강재를 적재된 상태 그대로 차량 상단에서 LiDAR 센서, 카메라 등으로 촬영한다. 이 때 촬영된 이미지를 1차 이미지 또는 상단 이미지라고 한다. As shown in FIG. 7, the steel material loaded on the vehicle is photographed with the LiDAR sensor, a camera, or the like at the top of the vehicle in a stacked state. At this time, the photographed image is referred to as a primary image or a top image.

도 7은 본 발명의 일 실시예에 따른 인공신경망을 이용하여 1차 이미지의 철 스크랩 분류를 수행한 결과 및 LiDAR 센서에 의해 측정된 부피를 이용하여 분석한 결과, 중량A의 비율이 50%이고, 중량B의 비율이 20%이며, 경량B의 비율이 16%이고, 경량L의 비율이 8%이며, 불순물로 분류된 비율이 6%인 경우를 예시하고 있다.FIG. 7 is a graph showing the results of the classification of the iron scrap in the primary image using the artificial neural network according to an embodiment of the present invention and the volume measured by the LiDAR sensor. As a result, the weight A ratio is 50% , The proportion of the weight B is 20%, the proportion of the lightweight B is 16%, the proportion of the lightweight L is 8%, and the proportion classified as the impurity is 6%.

1차 이미지의 철 스크랩 분류가 완료되면, 마그네틱 크레인을 이용하여 상단의 철강재를 덜어 낸다. 상단의 철강재를 덜어낸 후 중단에 적재된 철강재를 LiDAR 센서, 카메라 등으로 촬영한다. 이 때 촬영된 이미지를 2차 이미지 또는 중단 이미지라고 한다. Once the iron scrap classification of the primary image is completed, the upper steel is removed using a magnetic crane. Take out the steel at the top, and then take the steel that has been loaded at the break with a LiDAR sensor or camera. At this time, the photographed image is referred to as a secondary image or an interrupted image.

도 7은 본 발명의 일 실시예에 따른 인공신경망을 이용하여 2차 이미지의 철 스크랩 분류를 수행한 결과 및 LiDAR 센서에 의해 측정된 부피를 이용하여 분석한 결과, 중량A의 비율이 40%이고, 중량B의 비율이 30%이며, 경량B의 비율이 20%이고, 경량L의 비율이 6%이며, 불순물로 분류된 비율이 4%인 경우를 예시하고 있다.FIG. 7 is a graph showing the results of the classification of iron scrap in the secondary image using the artificial neural network according to an embodiment of the present invention and the volume measured by the LiDAR sensor. As a result, the weight A ratio is 40% , The proportion of the weight B is 30%, the ratio of the lightweight B is 20%, the proportion of the lightweight L is 6%, and the proportion of the impurities is 4%.

2차 이미지의 철 스크랩 분류가 완료되면, 마그네틱 크레인을 이용하여 중단의 철강재를 덜어 낸다. 중단의 철강재를 덜어낸 후 하단에 적재된 철강재를 LiDAR 센서, 카메라 등으로 촬영한다. 이 때 촬영된 이미지를 3차 이미지 또는 하단 이미지라고 한다. Once the iron scrap classification of the secondary image is complete, a magnetic crane is used to remove the steel from the break. After removing the steel material from the suspension, the steel material placed on the lower end is taken with a LiDAR sensor or a camera. The photographed image is referred to as a tertiary image or a lower image.

도 7은 본 발명의 일 실시예에 따른 인공신경망을 이용하여 3차 이미지의 철 스크랩 분류를 수행한 결과 및 LiDAR 센서에 의해 측정된 부피를 이용하여 분석한 결과, 중량B의 비율이 40%이고, 중량A의 비율이 35%이며, 경량B의 비율이 10%이고, 경량L의 비율이 8%이며, 불순물로 분류된 비율이 7%인 경우를 예시하고 있다.FIG. 7 is a graph showing the results of analysis of the steel scrap of the tertiary image using the artificial neural network according to an embodiment of the present invention and the volume measured by the LiDAR sensor. As a result, the weight B ratio is 40% , The weight A ratio is 35%, the light weight ratio B is 10%, the light weight L ratio is 8%, and the proportion classified as impurities is 7%.

3회에 걸친 이미지 분석이 완료되면, 1차(상단) 이미지, 2차(중단) 이미지 및 3차(하단) 이미지의 분류값을 평균하여 3회 분석 평균값을 도출한다. 3회에 걸친 이미지 분석 결과를 평균하면, 전체 철강제품에서 중량A의 평균 비율은 (50+40+35)/3 = 41.7%이고, 중량B의 평균 비율은 (20+30+40)/3 = 30%이며, 경량B의 평균 비율은 (16+20+10)/3 = 15.3%이고, 경량L의 평균 비율은 (8+6+8)/3 = 7.3%이며, 불순물로 분류된 평균 비율은 (6+4+7)/3 = 5.7%가 된다. When the image analysis is completed for 3 times, the classification values of the primary (upper) image, the secondary (suspended) image, and the tertiary (lower) image are averaged to derive the analytical average value three times. The average ratio of the weight B to the total steel product is (50 + 40 + 35) / 3 = 41.7% and the average ratio of the weight B is (20 + 30 + 40) / 3 The average ratio of lightweight L is (8 + 6 + 8) / 3 = 7.3%, the average ratio of lightweight B is (16 + 20 + 10) / 3 = 15.3% The ratio is (6 + 4 + 7) / 3 = 5.7%.

이미지로 촬영된 철강제품의 무게가 10t이고, 각 철 스크랩의 같은 면적 당 무게가 동일하다고 가정할 때, 중량A로 분류된 철 스크랩의 무게는 4.2t이고, 중량B로 분류된 철 스크랩의 무게는 3t이며, 경량B로 분류된 철 스크랩의 무게는 1.5t이고, 경량L로 분류된 철 스크랩의 무게는 0.7t이며, 불순물로 분류된 무게는 0.6t라고 추정할 수 있다. 각 무게에 대하여 각 철 스크랩 분류의 kg당 단가를 곱하면 전체 철강제품의 철 스크랩 가격을 계산할 수 있다.Assuming that the weight of the steel product photographed by the image is 10t and the weight per area of each scrap is the same, the weight of the scrap classified as weight A is 4.2t and the weight of the scrap classified as weight B , The weight of iron scrap classified as lightweight B is 1.5t, the weight of iron scrap classified as lightweight L is 0.7t, and the weight classified as impurity is estimated to be 0.6t. You can calculate the steel scrap price of an entire steel product by multiplying the unit price per kilogram of each steel scrap class for each weight.

도 7에서는 3회에 걸쳐 1차(상단) 이미지, 2차(중단) 이미지 및 3차(하단) 이미지를 분석하는 경우를 예시하였으나, 이미지 분석 횟수는 변경될 수 있다. 즉, 마그네틱 크레인을 조절하여 덜어 내는 철강재의 양을 줄임으로써 3회 이상 이미지를 분석할 수 있으며, 이 경우 분석의 정확도가 향상될 수 있다. 예컨대 마그네틱 크레인을 이용하여 4회 철강재를 덜어내는 경우 5회에 걸쳐 1차(상단) 이미지, 2차(중상단) 이미지, 3차(중단) 이미지, 4차(중하단) 이미지 및 5차(하단) 이미지를 분석할 수 있으며, 이 경우 3회에 걸쳐 이미지를 분석하는 것에 비해 분류의 정확도가 높아질 수 있다.Although FIG. 7 exemplifies the case of analyzing the primary (upper) image, the secondary (suspended) image, and the tertiary (lower) image three times, the number of image analysis times may be changed. In other words, the image can be analyzed more than three times by reducing the amount of steel that is removed by adjusting the magnetic crane, which can improve the accuracy of the analysis. For example, if four times of steel material are taken out using a magnetic crane, five (5) times of images are taken in the order of primary (upper) image, secondary (middle), tertiary Bottom) image, and in this case, the accuracy of the classification can be improved compared to analyzing the image three times.

도 8은 본 발명의 일 실시예에 따른 그리드 및 그를 이용한 분석 결과를 예시한 도면이다.FIG. 8 is a diagram illustrating a grid and analysis results using the grid according to an embodiment of the present invention.

도 8에 예시된 그리드는 도 4에 예시된 그리드와 동일하다. 도 8에 예시된 그리드는 가로 10열, 세로 10행, 모두 10*10 = 100개의 조각으로 이루어져 있다.The grid illustrated in Fig. 8 is the same as the grid illustrated in Fig. The grid illustrated in Fig. 8 is composed of 10 pieces of 10 pieces of 10 pieces, 10 pieces of pieces of 10 pieces of 10 pieces of pieces.

도 8의 그리드 안에 표시된 숫자는 도 8의 그리드를 이용하여 인공신경망 분석을 수행한 결과이다. 인공신경망의 입력층에 조각의 이미지가 입력되면 인공신경망의 은닉층(hidden layer)에 의한 연산 과정을 거쳐 인공신경망의 출력층에서 해당 조각이 각 철 스크랩 분류에 해당할 확률이 일정 범위의 숫자로 출력된다. 인공신경망의 출력층의 각 노드에 출력되는 값은 0에서 1 사이의 값일 수 있으며, 또는 사용자 설정에 따라 임의의 범위의 숫자로 출력값의 범위가 정해질 수 있다. 예컨대 인공신경망의 출력층의 각 노드에 출력되는 값을 0에서 100 사이의 값(퍼센트 값)으로 정하는 것도 가능하다. 다만 이하에서는 설명의 편의를 위하여 0에서 1 사이의 값이 출력되는 경우를 전제로 하여 설명한다.The numbers shown in the grid of FIG. 8 are the results of performing artificial neural network analysis using the grid of FIG. When an image of a piece is input to the input layer of the artificial neural network, the probability of the corresponding piece in the output layer of the artificial neural network corresponding to each iron scrap classification is outputted as a certain range of numbers through an operation process by a hidden layer of the artificial neural network . The value output to each node of the output layer of the artificial neural network may be a value between 0 and 1, or a range of output values may be defined by a range of numbers according to user setting. For example, it is also possible to set the value output to each node of the output layer of the artificial neural network to a value (percentage value) between 0 and 100. In the following description, however, a description will be given on the premise that a value between 0 and 1 is output for convenience of explanation.

분석 대상 이미지를 10*10의 그리드를 이용하여 100개의 조각으로 나눈 후 각 조각의 이미지를 인공신경망에 입력하여 분석한 결과가 도 8에 예시되어 있다. 각 조각의 색깔은 해당 조각에서 가장 높은 출력값을 가지는 철 스크랩 분류를 나타내고, 각 조각 안에 기재된 숫자는 해당 조각의 가장 높은 출력값을 나타낸다.The analysis target image is divided into 100 pieces using a grid of 10 * 10, and the image of each piece is input to the artificial neural network and the result is shown in FIG. The color of each piece represents the iron scrap classification with the highest output value in that piece, and the numbers listed in each piece represent the highest output value of that piece.

인공신경망 분석 결과, 철 스크랩 A로 분류된 조각의 개수는 34개이고, 철 스크랩 B로 분류된 조각의 개수는 41개이며, 철 스크랩 C로 분류된 조각의 개수는 15개이고, dust 등으로 분류되어 철 스크랩으로 분류되지 못한 미분류 조각의 개수는 10개이다.As a result of artificial neural network analysis, the number of pieces classified as iron scrap A is 34, the number of pieces classified as iron scrap B is 41, the number of pieces classified as iron scrap C is 15, The number of unclassified fragments that can not be classified as iron scraps is 10.

도 8의 결과를 살펴 보면, 10*10의 그리드를 이용하여 인공신경망 분석을 수행하였을 때, 출력값이 0.9 이상인 조각의 개수는 86개이다. 즉, 10*10의 그리드를 이용하여 인공신경망 분석을 수행하면, 모두 86/100 = 86%의 조각이 0.9 이상의 정확도를 가짐을 알 수 있다.8, when artificial neural network analysis is performed using a grid of 10 * 10, the number of pieces having an output value of 0.9 or more is 86. That is, when artificial neural network analysis is performed using a grid of 10 * 10, it can be seen that 86/100 = 86% of the pieces have an accuracy of 0.9 or more.

사용자가 정확한 철 스크랩 분류로 판단하는 허용 수준은 사용자에 따라 임의로 지정될 수 있다. 예컨대 사용자가 정확한 철 스크랩 분류로 판단하는 허용 수준은 0.9 이상의 정확도를 가지는 조각의 비율이 90% 이상인 경우로 지정될 수 있다.The allowable level at which the user judges a correct iron scrap classification can be arbitrarily designated according to the user. For example, a tolerance level judged by a user as an accurate iron scrap classification may be designated as a case where the proportion of pieces having an accuracy of 0.9 or more is 90% or more.

기 지정된 허용 수준을 0.9 이상의 정확도를 가지는 조각의 비율이 90%인 경우라고 가정할 때, 도 8의 10*10의 그리드를 이용하여 인공신경망 분석을 수행한 결과는 0.9 이상의 정확도를 가지는 조각의 비율이 86%이므로, 허용 수준 이하의 결과를 보이고 있음을 알 수 있다.Assuming that the predetermined allowable level is 90% of the fragments having an accuracy of 0.9 or more, the result of performing artificial neural network analysis using the grid of 10 * 10 in FIG. 8 indicates that the ratio of fragments having an accuracy of 0.9 or more Is 86%, it can be seen that the result is below the permissible level.

인공신경망 분석 결과가 허용 수준 이하인 경우, 본 발명의 일 실시예에 따른 철 스크랩 방법은 그리드를 조절하여 재차 인공신경망 분석을 수행할 수 있다.When the result of the artificial neural network analysis is below the allowable level, the iron scrap method according to an embodiment of the present invention can perform the artificial neural network analysis again by adjusting the grid.

일례로, 그리드 조절은 그리드를 느슨하게 구성하여 각 조각의 크기를 늘리는 것일 수 있다. 예컨대 그리드를 5*5로 구성하여 각 조각의 크기를 현재의 4배로 줄인 후 인공신경망에 입력하여 재차 인공신경망 분석을 수행할 수 있다.For example, grid adjustment may be to loosely configure the grid to increase the size of each piece. For example, the size of each piece may be reduced to four times the size of the grid by 5 * 5, and then input to the artificial neural network to perform artificial neural network analysis again.

다른 예로, 그리드 조절은 그리드를 촘촘하게 구성하여 각 조각의 크기를 줄이는 것일 수 있다. 예컨대 그리드를 20*20으로 구성하여 각 조각의 크기를 현재의 1/4배로 줄인 후 인공신경망에 입력하여 재차 인공신경망 분석을 수행할 수 있다.As another example, grid adjustment may be to compact the grid to reduce the size of each piece. For example, it is possible to reduce the size of each piece by a factor of 20 * 20, reduce the size of each piece by a factor of four, input it into the artificial neural network, and perform artificial neural network analysis again.

이하에서는 그리드를 더 촘촘하게 구성하여 각 조각의 크기를 줄인 후 인공신경망에 입력하여 재차 철 스크랩 분류를 수행하는 경우에 대하여 설명한다.Hereinafter, the case where the grids are denser, the size of each piece is reduced, and then the iron scrap classification is performed by inputting to the artificial neural network will be described.

도 9는 본 발명의 일 실시예에 따른 수정된 그리드 및 그를 이용한 분석 결과를 예시한 도면이다.9 is a diagram illustrating a modified grid according to an embodiment of the present invention and analysis results using the modified grid.

도 9에 예시된 수정된 그리드는 가로 20열, 세로 20행, 모두 20*20 = 400개의 조각으로 이루어져 있다.The modified grid illustrated in FIG. 9 is composed of 20 pieces of 20 × 20 = 20 pieces of 20 × 20 pieces.

도 9의 그리드 안에 표시된 숫자는 인공지능을 적용한 결과이다. 인공신경망의 입력층에 조각의 이미지가 입력되면 인공신경망의 은닉층(hidden layer)에 의한 연산 과정을 거쳐 인공신경망의 출력층에서 해당 조각이 각 철 스크랩 분류에 해당할 확률이 일정 범위의 숫자로 출력되며, 인공신경망의 출력층의 각 노드에 출력되는 값은 0에서 1 사이의 값일 수 있다.The numbers in the grid of FIG. 9 are the result of applying artificial intelligence. When the image of the piece is input to the input layer of the artificial neural network, the probability that the piece corresponds to each iron scrap classification in the output layer of the artificial neural network is outputted as a certain range number through the operation process by the hidden layer of the artificial neural network , The value output to each node of the output layer of the artificial neural network may be a value between 0 and 1.

분석 대상 이미지를 20*20의 그리드를 이용하여 400개의 조각으로 나눈 후 각 조각의 이미지를 인공신경망에 입력하여 분석한 결과가 도 9에 예시되어 있다. 각 조각의 색깔은 해당 조각에서 가장 높은 출력값을 가지는 철 스크랩 분류를 나타내고, 각 조각 안에 기재된 숫자는 해당 조각의 가장 높은 출력값을 나타낸다.Figure 9 shows the result of analyzing the image to be analyzed by dividing it into 400 pieces using a grid of 20 * 20 and inputting the image of each piece into the artificial neural network. The color of each piece represents the iron scrap classification with the highest output value in that piece, and the numbers listed in each piece represent the highest output value of that piece.

20*20의 그리드를 이용하여 인공신경망 분석을 수행한 결과, 철 스크랩 A로 분류된 조각의 개수는 136개이고, 철 스크랩 B로 분류된 조각의 개수는 164개이며, 철 스크랩 C로 분류된 조각의 개수는 60개이고, dust 등으로 분류되어 철 스크랩으로 분류되지 못한 미분류 조각의 개수는 40개이다.As a result of artificial neural network analysis using a grid of 20 * 20, the number of pieces classified as iron scrap A was 136, the number of pieces classified as iron scrap B was 164, The number of unclassified fragments classified as dust and scrap is 40 pieces.

도 9의 결과를 살펴 보면, 20*20의 그리드를 이용하여 인공신경망 분석을 수행하였을 때, 출력값이 0.9 이상인 조각의 개수는 362개이다. 즉, 20*20의 그리드를 이용하여 인공신경망 분석을 수행하면, 모두 362/400 = 90.5%의 조각이 0.9 이상의 정확도를 가짐을 알 수 있다.9, when an artificial neural network analysis is performed using a 20 * 20 grid, the number of pieces having an output value of 0.9 or more is 362. That is, when artificial neural network analysis is performed using a grid of 20 * 20, it can be seen that all the pieces of 362/400 = 90.5% have an accuracy of 0.9 or more.

기 지정된 허용 수준이 0.9 이상의 정확도를 가지는 조각의 비율이 90%인 경우라고 가정할 때, 도 9의 20*20의 그리드를 이용하여 인공신경망 분석을 수행한 결과는 0.9 이상의 정확도를 가지는 조각의 비율이 90.5%이므로 허용 수준 이상의 결과를 보이고 있음을 알 수 있다. 따라서 더 이상의 그리드 조절 없이 분석을 종료하고 철 스크랩 분류 결과를 확정할 수 있다.Assuming that the predetermined allowable level is 90% of the fragments having an accuracy of 0.9 or more, the result of performing artificial neural network analysis using the grid of 20 * 20 in FIG. 9 is that the ratio of fragments having an accuracy of 0.9 or more And 90.5%, respectively. Therefore, the analysis can be ended without any further grid adjustment and the iron scrap classification result can be confirmed.

한편, 본 발명의 일 실시예에 의하면, 철 스크랩의 비중을 이용하여 인공지능 기반 철 스크랩 분석의 정확도를 향상시킬 수 있다.Meanwhile, according to one embodiment of the present invention, the accuracy of the artificial intelligence based iron scrap analysis can be improved by using the specific gravity of the iron scrap.

철 스크랩은 산업현장에서 발생하는 일종의 쓰레기여서 형태가 일정하지 않은 경우가 많다. 그로 인하여 영상 분석만으로는 정확한 철 스크랩 분류가 어려울 수 있다.Iron scrap is a kind of garbage that is generated in the industrial field and is often not uniform in shape. Therefore, it is difficult to classify iron scrap accurately by image analysis alone.

이러한 문제를 보완하기 위하여 각 철 스크랩의 비중을 이용하여 분석 결과의 정확도를 판단하고, 비중을 이용하여 판단하였을 때 정확도가 떨어진다고 판단될 경우 재차 인공지능 분석을 수행하도록 함으로써 영상 분석의 정확도를 향상시킬 수 있다. 즉, 지금까지 설명한 인공지능이 시각적인 정보만을 이용하여 철 스크랩을 수행하였다면, 철 스크랩의 종류에 따른 비중 정보를 이용하여 추가적인 정확도를 판단하고 정확도가 낮을 경우 다시 인공지능 분석을 수행하도록 함으로써 분석의 정확도를 향상시킬 수 있다.In order to overcome this problem, the accuracy of the analytical result is determined by using the weight of each steel scrap. When it is judged that the accuracy is lowered by using the specific gravity, the artificial intelligence analysis is performed again, . That is, if the artificial intelligence described above is used to perform iron scrap using only visual information, additional accuracy is determined using specific gravity information according to the type of iron scrap, and artificial intelligence analysis is performed again when the accuracy is low, Accuracy can be improved.

LiDAR 센서를 이용하면 트럭에 적재된 철강제품의 부피를 측정할 수 있다. 트럭의 상단에서 LiDAR 센서를 이용하여 레이저를 방출하면 거리가 측정되므로 트럭에 적재된 철강제품의 높이를 알 수 있으며, 그를 이용하여 철강제품의 부피를 계산할 수 있다.LiDAR sensors can be used to measure the volume of steel products loaded on trucks. Using a LiDAR sensor at the top of the truck, the laser is emitted to measure the distance, so you can see the height of the steel product loaded on the truck and use it to calculate the volume of the steel product.

또한 계근 장치를 이용하여 철강제품을 싣고 있는 트럭의 무게와 아무 것도 실려 있지 않은 트럭의 무게를 각각 측정한 결과를 이용하여 철강제품의 무게를 측정할 수 있다.We can also measure the weight of a steel product by measuring the weight of a truck carrying a steel product and the weight of a truck that is not loaded with a gauge device.

도 10은 본 발명의 일 실시예에 따른 비중 참조 방법을 예시한 도면이다.10 is a view illustrating a specific gravity reference method according to an embodiment of the present invention.

도 10(a)는 LiDAR를 이용하여 측정한 각 단면의 높이를 예시한 것이고, 도 10(b)는 각 단면의 높이를 이용하여 도출한 각 조각의 부피를 예시한 것이다.Fig. 10 (a) illustrates the height of each section measured using LiDAR, and Fig. 10 (b) illustrates the volume of each piece derived using the height of each section.

철강제품이 1종류의 철 스크랩으로만 이루어져 있고, 인공지능 영상 분석 결과 철 스크랩의 종류가 경량A인 것으로 판단되었다고 가정하자. 철 스크랩은 배출된 산업현장에 따라 다양한 형태 및 공극을 가질 수 있고 반드시 동일한 원소만으로 이루어진 것이 아니므로, 철 스크랩의 정확한 비중을 계산할 수 없고 통계적으로 비중을 판단하여야 한다. 통계적으로 경량A의 비중이 1.5라고 하자.Suppose that the steel product consists of only one type of scrap, and that the type of scrap is judged to be lightweight A as a result of the artificial intelligence image analysis. Since steel scrap can have various shapes and voids depending on the discharged industrial field and is not necessarily made up of the same elements, the exact weight of steel scrap can not be calculated and the specific gravity should be determined statistically. Statistically, the weight of lightweight A is 1.5.

도 10(b)에서 철강제품의 전체 부피가 1.6 + 2.2 + 2.1 + 1.7 + 1.1 + 1.5 + 2.5 + 1.7 + 2.8 = 17.2 m³이고, 인공지능 영상 분석 결과 철강제품이 모두 경량A의 철 스크랩으로 판단되었다고 하자. 비중은 물의 밀도에 대한 상대적인 값이고, 물의 밀도는 1000 kg/m³이므로, 철 스크랩 분류가 경량A인 것이 정확하다면 철강제품의 무게는 17.2 * 1.5 * 1000 = 25800 kg = 25.8톤이 되어야 한다. 오차범위가 1톤이고, 철강제품의 무게가 26톤이라면 오차 범위 내에서 정확한 철 스크랩으로 판단할 수 있다. 그러나 만약 철강제품의 무게가 17톤이라면 철강제품이 경량A보다 비중이 작은 철 스크랩인 것으로 추정할 수 있다. 따라서 이 경우 경량A보다 비중이 작은 철 스크랩이 도출될 때까지 인공지능 영상 분석을 반복하여 수행함으로써, 시각적인 분석에 입체적인 무게 정보를 함께 고려하여 철 스크랩의 정확도를 높일 수 있다.In Fig. 10 (b), the total volume of steel products is 1.6 + 2.2 + 2.1 + 1.7 + 1.1 + 1.5 + 2.5 + 1.7 + 2.8 = 17.2 m³. . Since the specific gravity is a relative value to the density of water and the density of water is 1000 kg / m³, the weight of steel products should be 17.2 * 1.5 * 1000 = 25800 kg = 25.8 tons if the iron scrap classification is correct to be lightweight A. If the error range is 1 ton and the weight of steel products is 26 tons, it can be judged as an accurate scrap within the error range. However, if the weight of the steel product is 17 tons, it can be assumed that the steel product is steel scrap with a smaller weight than the lightweight A. Therefore, in this case, the artificial intelligence image analysis is repeatedly performed until the iron scrap having a smaller specific gravity than the lightweight A is derived, so that the accuracy of the iron scrap can be improved by considering the three-dimensional weight information together with the visual analysis.

도 11은 본 발명의 일 실시예에 따른 비중 참조 방법을 예시한 다른 도면이다.11 is another view illustrating a specific gravity reference method according to an embodiment of the present invention.

도 11(a)는 LiDAR를 이용하여 측정한 각 단면의 높이를 예시한 것이고, 도 11(b)는 각 단면의 높이를 이용하여 도출한 각 조각의 부피를 예시한 것이다. 도 11(b)에서 각 조각의 패턴은 철 스크랩의 종류를 나타낸 것이다.Fig. 11 (a) illustrates the height of each section measured using LiDAR, and Fig. 11 (b) illustrates the volume of each piece derived using the height of each section. In Fig. 11 (b), the pattern of each piece indicates the kind of iron scrap.

철강제품이 3종류의 철 스크랩으로만 이루어져 있고, 인공지능 영상 분석 결과 철 스크랩의 종류가 경량A, 선반A, 압축A로 판단되었다고 가정하자. 철 스크랩은 배출된 산업현장에 따라 다양한 형태 및 공극을 가질 수 있고 반드시 동일한 원소만으로 이루어진 것이 아니므로, 철 스크랩의 정확한 비중을 계산할 수 없고 통계적으로 비중을 판단하여야 한다. 통계적으로 경량A의 비중이 1.5, 선반A의 비중이 1.2, 압축A의 비중이 2라고 하자. 경량A는 체크무늬 패턴으로 표시한 부분이고, 선반A는 점(dot) 패턴으로 표시한 부분이며, 압축A는 사선 패턴으로 표시한 사선으로 표시한 부분이다.Assume that steel products consist of only three kinds of scrap iron, and that the types of scrap iron are lightweight A, shelf A, and compression A as a result of artificial intelligence image analysis. Since steel scrap can have various shapes and voids depending on the discharged industrial field and is not necessarily made up of the same elements, the exact weight of steel scrap can not be calculated and the specific gravity should be determined statistically. Statistically, let's assume that the specific gravity of lightweight A is 1.5, the specific gravity of shelf A is 1.2, and the specific gravity of compression A is 2. The light weight A is a portion indicated by a checkered pattern, the shelf A is a portion indicated by a dot pattern, and the compression A is a portion indicated by an oblique line.

도 11(b)에서 경량A의 부피는 1.6 + 2.2 + 2.1 + 1.7 = 7.6 m³, 선반A의 무게는 1.1 + 1.5 = 2.6 m³, 압축A의 무게는 2.5 + 1.7 + 2.8 = 4.2 m³ 이다. 각 철 스크랩의 비중을 계산하면, 경량A에 의한 무게는 7.6 * 1.5 * 1000 = 11400 kg, 선반A에 의한 무게는 2.6 * 1.2 * 1000 = 3120 kg, 압축A에 의한 무게는 4.2 * 2 * 1000 = 8400 kg가 된다. 따라서 철 스크랩 분류가 정확하다면 전체 철강제품의 무게는 22.82톤이 되어야 한다. 오차범위가 1톤이고, 철강제품의 무게가 23톤이라면 오차 범위 내에서 정확한 철 스크랩으로 판단할 수 있다. 그러나 만약 철강제품의 무게가 27톤이라면 철강제품의 철 스크랩이 잘못 추론된 것으로 추정할 수 있다. 따라서 이 경우 비중까지 함께 고려하였을 때 정확한 철 스크랩이 도출될 때까지 인공지능 영상 분석을 반복하여 수행함으로써, 시각적인 분석에 입체적인 무게 정보를 함께 고려하여 철 스크랩의 정확도를 높일 수 있다.In Figure 11 (b), the volume of lightweight A is 1.6 + 2.2 + 2.1 + 1.7 = 7.6 m³, the weight of shelf A is 1.1 + 1.5 = 2.6 m³ and the weight of compression A is 2.5 + 1.7 + 2.8 = 4.2 m³. When we calculate the specific gravity of each steel scrap, the weight by light weight A is 7.6 * 1.5 * 1000 = 11400 kg, the weight by shelf A is 2.6 * 1.2 * 1000 = 3120 kg and the weight by compression A is 4.2 * 2 * 1000 = 8400 kg. Therefore, if the iron scrap classification is correct, the weight of the entire steel product should be 22.82 tons. If the error range is 1 ton and the weight of the steel product is 23 tons, it can be judged as an accurate scrap within the error range. However, if the weight of steel products is 27 tons, it can be inferred that iron scrap of steel products is misdetected. Therefore, in this case, when the weight is considered together, artificial intelligence image analysis is repeated until accurate steel scrap is derived, so that accuracy of scrap can be improved by considering stereoscopic weight information in visual analysis.

도 12는 본 발명의 일 실시예에 따른 철 스크랩 방법을 예시한 순서도이다.12 is a flowchart illustrating an iron scrap method according to an embodiment of the present invention.

도 12에 나타난 것과 같이, 본 발명의 일 실시예에 따른 철 스크랩 방법은, 이미지를 촬영하는 단계(S1210), 그리드를 이용하여 이미지를 복수개의 조각으로 분할하는 단계(S1220), 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 단계(S1230), 인공신경망으로부터 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 단계(S1240), 전체 조각의 개수에 대한, 분류한 결과의 정확도가 기 설정된 값(이하, '분류 성공 판정값') 이상인 조각의 개수의 비율(이하, '분류 성공 조각 비율')이 기 설정된 비율(이하, '허용 수준') 미만인 경우(S1250의 '예'), 조각의 개수를 조절하는 단계(S1260) 및 무게 및 부피를 이용하여, 분류한 결과의 정확도를 검증하는 단계(S1270)를 포함할 수 있다.As shown in FIG. 12, the iron scrap method according to an embodiment of the present invention includes steps of photographing an image (S1210), dividing an image into a plurality of pieces using a grid (S1220) A step S1230 of analyzing the plurality of pieces of the plurality of pieces from the artificial neural network using the artificial neural network S1240; If the ratio of the number of pieces having a value equal to or larger than the set value (hereinafter, referred to as a classification success determination value) (hereinafter referred to as "classification success piece rate") is less than a preset ratio (hereinafter referred to as "permission level" A step of adjusting the number of pieces (S1260), and a step of verifying the accuracy of the classified result using the weight and the volume (S1270).

분석 대상 이미지를 그리드를 이용하여 복수개의 조각으로 분할할 때, 그리드의 각 조각은 직사각형일 수도 있고, 직사각형의 가로 대 세로 비율이 상이할 수도 있다. 또한 그리드의 각 조각은 6각형, 8각형 등 다양한 다각형이 될 수 있다.When an image to be analyzed is divided into a plurality of pieces using a grid, each piece of the grid may be a rectangle, or the aspect ratio of the rectangle may be different. In addition, each piece of the grid can be various polygons such as hexagonal or octagonal.

조각의 개수를 조절하는 단계(S1260)는, 그리드의 각 조각의 크기를 늘리는 방식으로 조각의 개수를 조절하는 단계, 그리드의 각 조각의 크기를 줄이는 방식으로 조각의 개수를 조절하는 단계, 또는 그리드의 각 조각의 가로 대 세로 비율을 변경하는 단계를 포함할 수 있다.Adjusting the number of pieces (S1260) may include adjusting the number of pieces in a manner that increases the size of each piece of the grid, adjusting the number of pieces in a manner that reduces the size of each piece of the grid, And changing the horizontal-to-vertical ratio of each piece of the slice.

정확도를 검증하는 단계(S1270) 다음에 그리드의 각 조각에 분류한 결과를 표시하는 단계를 포함할 수 있으며, 분류한 결과를 표시하는 단계는 그리드의 각 조각에 분류한 결과를 색깔로 구분하여 표시하는 단계를 포함할 수 있다.The step of verifying the accuracy may include displaying the result sorted in each piece of the grid, and displaying the sorted result may include displaying the results classified in each piece of the grid by color .

본 발명의 일 실시예에 의할 때, 분석 대상은 재활용을 위해 철 스크랩 작업을 수행하고자 하는 철강제품일 수 있고, 분석 결과는 철강제품에서 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 분석한 결과일 수 있다.According to one embodiment of the present invention, the object to be analyzed may be a steel product to be subjected to an iron scrap for recycling, and the analysis result is an analysis result of the content of the iron scrap according to the steel scrap classification standard Lt; / RTI &gt;

분석 대상이 철강제품인 경우, 분류한 결과를 얻는 단계(S1240) 다음에 분류한 결과를 이용하여 철강제품의 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 단계를 더 포함할 수 있고, 철 스크랩 함유 비율을 계산하는 단계 다음에 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 철강제품의 가격을 계산하는 단계를 더 포함할 수 있다.If the analysis target is a steel product, the classification result may be obtained (S1240). Next, a step of calculating the content of the iron scrap according to the steel scrap classification standard of the steel product using the result sorted may be further included. And calculating the price of the steel product using the ratio of each steel scrap and the unit price of each steel scrap.

각 단계는 위에서 자세히 설명하였으므로 반복되는 설명을 생략한다.Since each step has been described in detail above, repeated explanation is omitted.

도 13은 본 발명의 일 실시예에 따른 철 스크랩 장치를 예시한 블록도이다.13 is a block diagram illustrating an iron scrap apparatus according to an embodiment of the present invention.

도 13에 나타난 것과 같이, 본 발명의 일 실시예에 따른 철 스크랩 장치는, 하나 이상의 프로세서(1310), 프로세서(1310)에 의하여 수행되는 컴퓨터 프로그램을 로드하는 메모리(1320), 하나 이상의 컴퓨터 프로그램이 비일시적으로 저장된 스토리지(1330), 분석 대상 이미지의 분석 결과를 표시하는 디스플레이(1340), 분석 대상 이미지를 촬영하는 카메라(1350), 부피를 측정하는 LiDAR 센서(1360) 및 무게를 측정하는 계근 장치(1370)를 포함할 수 있다.13, an iron scrap apparatus according to an embodiment of the present invention includes one or more processors 1310, a memory 1320 for loading a computer program executed by the processor 1310, A non-temporarily stored storage 1330, a display 1340 for displaying an analysis result of the image to be analyzed, a camera 1350 for capturing an image to be analyzed, a LiDAR sensor 1360 for measuring volume, 1370 &lt; / RTI &gt;

프로세서(1310)는 본 발명의 실시예들에 따른 방법을 구현할 수 있는 컴퓨팅 장치의 각 구성의 전반적인 동작을 제어한다. 프로세서(1310)는 CPU(Central Processing Unit), MPU(Micro Processor Unit), MCU(Micro Controller Unit), GPU(Graphic Processing Unit) 또는 본 발명의 기술 분야에 잘 알려진 임의의 형태의 프로세서를 포함하여 구성될 수 있다. 또한, 프로세서(1310)는 본 발명의 실시예들에 따른 방법을 실행하기 위한 적어도 하나의 애플리케이션 또는 프로그램에 대한 연산을 수행할 수 있다. 본 발명의 실시예들에 따른 철 스크랩 방법을 구현할 수 있는 컴퓨팅 장치는 하나 이상의 프로세서를 구비할 수 있다.The processor 1310 controls the overall operation of each configuration of the computing device that may implement the method according to embodiments of the present invention. The processor 1310 may comprise a central processing unit (CPU), a microprocessor unit (MPU), a microcontroller unit (MCU), a graphics processing unit (GPU), or any type of processor well known in the art . In addition, processor 1310 may perform operations on at least one application or program to perform the method according to embodiments of the present invention. A computing device capable of implementing the iron scrap method according to embodiments of the present invention may include one or more processors.

메모리(1320)는 각종 데이터, 명령 및/또는 정보를 저장한다. 메모리(1320)는 본 발명의 실시예들에 따른 철 스크랩 방법을 실행하기 위하여 스토리지(1330)로부터 하나 이상의 컴퓨터 프로그램을 로드할 수 있다. Memory 1320 stores various data, instructions and / or information. The memory 1320 may load one or more computer programs from the storage 1330 to perform the iron scrap method according to embodiments of the present invention.

스토리지(1330)는 하나 이상의 컴퓨터 프로그램을 비일시적으로 저장할 수 있다. 스토리지(1330)는 ROM(Read Only Memory), EPROM(Erasable Programmable ROM), EEPROM(Electrically Erasable Programmable ROM), 플래시 메모리 등과 같은 비휘발성 메모리, 하드 디스크, 착탈형 디스크, 또는 본 발명이 속하는 기술 분야에서 잘 알려진 임의의 형태의 컴퓨터로 읽을 수 있는 기록 매체를 포함하여 구성될 수 있다. 스토리지(1330)에는 본 발명의 실시예들에 따른 철 스크랩 방법을 수행하도록 하는 컴퓨터 프로그램이 저장되어 있다.Storage 1330 may temporarily store one or more computer programs. The storage 1330 may be a nonvolatile memory such as ROM (Read Only Memory), EPROM (Erasable Programmable ROM), EEPROM (Electrically Erasable Programmable ROM), flash memory, etc., hard disk, removable disk, And any form of computer-readable recording medium known in the art. Storage 1330 stores a computer program for performing the iron scrap method according to embodiments of the present invention.

카메라(1350)는 분석 대상 이미지를 촬영할 수 있다.The camera 1350 can capture an image to be analyzed.

디스플레이(1340)는 분석 대상 이미지의 분석 결과를 표시할 수 있다.The display 1340 can display the analysis result of the analysis target image.

본 발명의 실시예들에 따른 철 스크랩 방법을 수행하도록 하는 컴퓨터 프로그램은 메모리(1330)에 로드되어, 프로세서(1310)로 하여금 본 발명의 실시예들에 따른 방법을 수행하도록 하는 인스트럭션을 포함할 수 있다.A computer program for performing the iron scrap method according to embodiments of the present invention may be loaded into memory 1330 and may include instructions to cause processor 1310 to perform the method according to embodiments of the present invention have.

구체적으로 컴퓨터 프로그램은, 그리드를 이용하여 이미지를 복수개의 조각으로 분할하는 인스트럭션, 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 인스트럭션, 인공신경망으로부터 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 인스트럭션, 전체 조각의 개수에 대한 분류한 결과의 정확도가 기 설정된 값 이상인 조각의 개수의 비율이 기 설정된 비율 미만인 경우, 조각의 개수를 조절하는 인스트럭션 및 무게 및 부피를 이용하여, 분류한 결과의 정확도를 검증하는 인스트럭션을 포함할 수 있다.Specifically, the computer program includes an instruction for dividing an image into a plurality of pieces using a grid, an instruction for analyzing each of the plurality of pieces by using an artificial neural network, a result obtained by classifying each of a plurality of pieces from an artificial neural network into a plurality of classification references The instruction to control the number of pieces, and the weight and the volume, when the ratio of the number of pieces with the accuracy of the classified result to the total number of pieces is equal to or greater than the predetermined value is less than the preset ratio, Lt; RTI ID = 0.0 &gt; accuracy. &Lt; / RTI &gt;

조각의 개수를 조절하는 인스트럭션은, 그리드의 각 조각의 크기를 늘리는 방식으로 조각의 개수를 조절하는 인스트럭션, 그리드의 각 조각의 크기를 줄이는 방식으로 조각의 개수를 조절하는 인스트럭션, 또는 그리드의 각 조각의 가로 대 세로 비율을 변경하는 인스트럭션을 포함할 수 있다.Instructions that control the number of pieces may include instructions to adjust the number of pieces in a manner that increases the size of each piece of the grid, instructions to adjust the number of pieces in a manner that reduces the size of each piece of the grid, To change the aspect ratio of the image.

본 발명의 일 실시예에 의할 때, 분석 대상은 재활용을 위해 철 스크랩 작업을 수행하고자 하는 철강제품일 수 있고, 분석 결과는 철강제품에서 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 분석한 결과일 수 있다.According to one embodiment of the present invention, the object to be analyzed may be a steel product to be subjected to an iron scrap for recycling, and the analysis result is an analysis result of the content of the iron scrap according to the steel scrap classification standard Lt; / RTI &gt;

분석 대상이 철강제품인 경우, 분류한 결과를 얻는 인스트럭션 다음에 분류한 결과 및 측정된 부피를 이용하여 철강제품의 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 인스트럭션을 더 포함할 수 있고, 철 스크랩 함유 비율을 계산하는 인스트럭션 다음에 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 철강제품의 가격을 계산하는 인스트럭션을 더 포함할 수 있다.If the analysis target is a steel product, it may further include an instruction to calculate the iron scrap content ratio according to the iron scrap classification standard of the steel product using the result sorted after the instruction to obtain the classified result and the measured volume, And instructions for calculating the price of the steel product using instructions for calculating the scrap content ratio, followed by a ratio of each iron scrap content and a unit price of each scrap.

본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 본 명세서의 각 순서도의 단계에서 하나 이상의 단계의 순서를 변경하거나, 하나 이상의 단계를 생략하거나, 하나 이상의 단계를 병렬적으로 실행하는 등 본 명세서의 각 순서도의 각 단계를 다양하게 수정 및 변형할 수 있을 것이다.It will be understood by those skilled in the art that changes may be made in the sequence of steps or steps of one or more steps in the sequence of steps of the present specification without departing from the essential characteristics of the present invention, Various steps of each flowchart of this specification can be variously modified and modified, for example, by executing steps in parallel.

지금까지 설명된 본 발명의 실시예에 따른 방법들은 컴퓨터가 읽을 수 있는 코드로 구현된 컴퓨터 프로그램의 실행에 의하여 수행될 수 있다. 상기 컴퓨터 프로그램은 인터넷 등의 네트워크를 통하여 제1 컴퓨팅 장치로부터 제2 컴퓨팅 장치에 전송되어 상기 제2 컴퓨팅 장치에 설치될 수 있고, 이로써 상기 제2 컴퓨팅 장치에서 사용될 수 있다. 상기 제1 컴퓨팅 장치 및 상기 제2 컴퓨팅 장치는 서버 장치, 클라우드 서비스를 위한 서버 풀에 속한 물리 서버, 데스크탑 PC와 같은 고정식 컴퓨팅 장치를 모두 포함한다.The methods according to the embodiments of the present invention described so far can be performed by the execution of a computer program embodied in computer readable code. The computer program may be transmitted from a first computing device to a second computing device via a network, such as the Internet, and installed in the second computing device, thereby enabling it to be used in the second computing device. The first computing device and the second computing device all include a server device, a physical server belonging to a server pool for cloud services, and a fixed computing device such as a desktop PC.

상기 컴퓨터 프로그램은 마그네틱 저장매체(예를 들면, ROM, 플로피 디스크, 하드디스크 등), 광학적 판독 매체(예를 들면, CD-ROM, DVD 등), 플래시 메모리(예를 들면, USB, SSD) 등과 같은 비-일시적인 기록매체(non-transitory medium)에 저장된 것일 수도 있다.The computer program may be stored in a storage medium such as a magnetic storage medium (e.g., a ROM, a floppy disk, a hard disk, etc.), an optical reading medium (e.g. CD-ROM or DVD), a flash memory Or may be stored in the same non-transitory medium.

이상 첨부된 도면을 참조하여 본 발명의 실시예들을 설명하였지만, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적인 것이 아닌 것으로 이해해야만 한다.While the present invention has been described in connection with what is presently considered to be the most practical and preferred embodiment, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, I can understand. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive.

Claims (22)

철강제품의 무게를 측정하는 단계;
상기 철강제품의 부피를 측정하는 단계;
상기 철강제품의 이미지를 촬영하는 단계;
그리드(grid)를 이용하여 상기 이미지를 복수개의 조각으로 분할하는 단계;
상기 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 단계;
상기 인공신경망으로부터 상기 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 단계;
전체 조각의 개수에 대한 상기 분류한 결과의 정확도가 기 설정된 값 이상인 조각의 개수의 비율이 기 설정된 비율 미만인 경우, 상기 조각의 개수를 조절하는 단계; 및
상기 무게 및 상기 부피를 이용하여, 상기 분류한 결과의 정확도를 검증하는 단계를 포함하는,
철 스크랩 방법.
Measuring the weight of the steel product;
Measuring the volume of the steel product;
Photographing an image of the steel product;
Dividing the image into a plurality of pieces using a grid;
Analyzing each of the plurality of fragments using an artificial neural network;
Obtaining a result of classifying each of the plurality of fragments into a plurality of classification criteria from the artificial neural network;
Adjusting the number of pieces when the ratio of the number of pieces having an accuracy of the sorted result to the total number of pieces is more than a predetermined value is less than a predetermined ratio; And
And verifying the accuracy of the classification result using the weight and the volume.
Iron scrap method.
제1항에 있어서,
상기 그리드의 각 조각은 직사각형인,
철 스크랩 방법.
The method according to claim 1,
Wherein each piece of the grid is rectangular,
Iron scrap method.
제2항에 있어서,
상기 그리드의 각 조각은 가로 대 세로 비율이 상이한,
철 스크랩 방법.
3. The method of claim 2,
Each piece of the grid having a different aspect ratio,
Iron scrap method.
제1항에 있어서,
상기 조각의 개수를 조절하는 단계는,
상기 그리드의 각 조각의 크기를 늘리는 단계를 포함하는,
철 스크랩 방법.
The method according to claim 1,
Wherein adjusting the number of pieces comprises:
And increasing the size of each piece of the grid.
Iron scrap method.
제1항에 있어서,
상기 조각의 개수를 조절하는 단계는,
상기 그리드의 각 조각의 크기를 줄이는 단계를 포함하는,
철 스크랩 방법.
The method according to claim 1,
Wherein adjusting the number of pieces comprises:
And reducing the size of each piece of the grid.
Iron scrap method.
제1항에 있어서,
상기 조각의 개수를 조절하는 단계는,
상기 그리드의 각 조각의 가로 대 세로 비율을 변경하는 단계를 포함하는,
철 스크랩 방법.
The method according to claim 1,
Wherein adjusting the number of pieces comprises:
And changing the aspect ratio of each piece of the grid.
Iron scrap method.
제1항에 있어서,
상기 정확도를 검증하는 단계 다음에,
상기 이미지 상에 상기 그리드를 표시하고, 상기 그리드의 각 조각에 상기 분류한 결과를 표시하는 단계를 더 포함하는,
철 스크랩 방법.
The method according to claim 1,
After verifying the accuracy,
Further comprising displaying the grid on the image and displaying the sorted result on each piece of the grid.
Iron scrap method.
제7항에 있어서,
상기 분류한 결과를 표시하는 단계는,
상기 그리드의 각 조각에 상기 분류한 결과를 색깔로 구분하여 표시하는 단계를 포함하는,
철 스크랩 방법.
8. The method of claim 7,
The step of displaying the classified result includes:
And displaying the classified results in each piece of the grid in a color-coded manner.
Iron scrap method.
제1항에 있어서,
상기 이미지는 차량에 적재된 철강제품을 촬영한 이미지이고,
상기 복수개의 분류 기준은 철 스크랩 분류 기준인,
철 스크랩 방법.
The method according to claim 1,
The image is an image of a steel product loaded on a vehicle,
Wherein the plurality of classification criteria are classified into iron scrap classification criteria,
Iron scrap method.
제9항에 있어서,
상기 분류한 결과를 얻는 단계 다음에,
상기 복수개의 조각 각각을 분류한 결과 및 상기 부피를 이용하여 상기 철강제품의 상기 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 단계를 더 포함하는,
철 스크랩 방법.
10. The method of claim 9,
After obtaining the classified result,
Further comprising calculating the iron scrap content ratio according to the iron scrap classification standard of the steel product using the result of classifying each of the plurality of pieces and the volume,
Iron scrap method.
제10항에 있어서,
상기 정확도를 검증하는 단계 다음에,
상기 무게, 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 상기 철강제품의 가격을 계산하는 단계를 더 포함하는,
철 스크랩 방법.
11. The method of claim 10,
After verifying the accuracy,
Further comprising calculating the price of the steel product using the weight, the content of each scrap, and the unit price of each scrap.
Iron scrap method.
제10항에 있어서,
상기 정확도를 검증하는 단계 다음에,
상기 이미지 상에 상기 그리드를 표시하고, 상기 그리드의 각 조각에 철 스크랩 분류 결과를 표시하는 단계를 더 포함하는,
철 스크랩 방법.
11. The method of claim 10,
After verifying the accuracy,
Further comprising displaying the grid on the image and displaying the results of the iron scrap classification on each piece of the grid.
Iron scrap method.
제12항에 있어서,
상기 분류한 결과를 표시하는 단계는,
상기 그리드의 각 조각에 철 스크랩 분류 결과를 색깔로 구분하여 표시하는 단계를 포함하는,
철 스크랩 방법.
13. The method of claim 12,
The step of displaying the classified result includes:
And displaying the results of the iron scrap classification on each piece of the grid in a color-coded manner.
Iron scrap method.
철강제품의 무게를 측정하는 계근 장치;
상기 철강제품의 부피를 측정하는 LiDAR 센서;
상기 철강제품의 이미지를 촬영하는 카메라;
상기 이미지의 분석 결과를 표시하는 디스플레이;
하나 이상의 프로세서;
상기 프로세서에 의하여 수행되는 컴퓨터 프로그램을 로드하는 메모리; 및
상기 컴퓨터 프로그램을 저장하는 스토리지를 포함하되,
상기 컴퓨터 프로그램은,
그리드(grid)를 이용하여 상기 이미지를 복수개의 조각으로 분할하는 인스트럭션;
상기 복수개의 조각 각각을 인공신경망을 이용하여 분석하는 인스트럭션;
상기 인공신경망으로부터 상기 복수개의 조각 각각을 복수개의 분류 기준으로 분류한 결과를 얻는 인스트럭션;
전체 조각의 개수에 대한 상기 분류한 결과의 정확도가 기 설정된 값 이상인 조각의 개수의 비율이 기 설정된 비율 미만인 경우, 상기 조각의 개수를 조절하는 인스트럭션; 및
상기 무게 및 상기 부피를 이용하여, 상기 분류한 결과의 정확도를 검증하는 인스트럭션을 포함하는,
철 스크랩 장치.
Gauze devices for measuring the weight of steel products;
A LiDAR sensor for measuring the volume of the steel product;
A camera for photographing an image of the steel product;
A display for displaying an analysis result of the image;
One or more processors;
A memory for loading a computer program executed by the processor; And
And a storage for storing the computer program,
The computer program comprising:
An instruction to divide the image into a plurality of pieces using a grid;
Instructions for analyzing each of the plurality of fragments using an artificial neural network;
Instructions for classifying each of the plurality of fragments into a plurality of classification criteria from the artificial neural network;
Instructions for adjusting the number of pieces if the ratio of the number of pieces having an accuracy of the sorted result to the number of all pieces is equal to or greater than a predetermined value is less than a predetermined ratio; And
And an instruction to verify the accuracy of the classified result using the weight and the volume.
Scrap iron.
제14항에 있어서,
상기 정확도를 검증하는 인스트럭션 다음에,
상기 이미지, 상기 그리드 및 상기 분류한 결과를 상기 디스플레이에 표시하는 인스트럭션을 더 포함하는,
철 스크랩 장치.
15. The method of claim 14,
After the instruction verifying the accuracy,
Further comprising instructions for displaying the image, the grid, and the classified result on the display,
Scrap iron.
제15항에 있어서,
상기 디스플레이에 표시하는 인스트럭션은,
상기 분류한 결과를 색깔로 구분하여 상기 디스플레이에 표시하는 인스트럭션을 포함하는,
철 스크랩 장치.
16. The method of claim 15,
The instruction to be displayed on the display includes:
And displaying the sorted result on a color-coded display.
Scrap iron.
제14항에 있어서,
상기 이미지는 차량에 적재된 철강제품을 상기 카메라로 촬영한 이미지이고,
상기 복수개의 분류 기준은 철 스크랩 분류 기준인,
철 스크랩 장치.
15. The method of claim 14,
Wherein the image is an image of a steel product loaded on a vehicle with the camera,
Wherein the plurality of classification criteria are classified into iron scrap classification criteria,
Scrap iron.
제17항에 있어서,
상기 분류한 결과를 얻는 인스트럭션 다음에,
상기 복수개의 조각 각각을 분류한 결과 및 상기 부피를 이용하여 상기 철강제품의 상기 철 스크랩 분류 기준에 따른 철 스크랩 함유 비율을 계산하는 인스트럭션을 더 포함하는,
철 스크랩 장치.
18. The method of claim 17,
After the instruction to obtain the classified result,
Further comprising instructions for calculating the iron scrap content ratio according to the iron scrap classification criteria of the steel product using the result of classifying each of the plurality of pieces and the volume,
Scrap iron.
제18항에 있어서,
상기 정확도를 검증하는 인스트럭션 다음에,
상기 무게, 각 철 스크랩 함유 비율 및 각 철 스크랩의 단가를 이용하여 상기 철강제품의 가격을 계산하는 인스트럭션을 더 포함하는,
철 스크랩 장치.
19. The method of claim 18,
After the instruction verifying the accuracy,
Further comprising instructions for calculating a price of the steel product using the weight, the amount of each scrap, and the unit price of each scrap,
Scrap iron.
제18항에 있어서,
상기 정확도를 검증하는 인스트럭션 다음에,
상기 이미지, 상기 그리드 및 상기 철 스크랩 분류 기준에 따른 분류 결과를 상기 디스플레이에 표시하는 인스트럭션을 더 포함하는,
철 스크랩 장치.
19. The method of claim 18,
After the instruction verifying the accuracy,
Further comprising instructions for displaying on the display classification results according to the image, the grid, and the iron scrap classification criteria.
Scrap iron.
제20항에 있어서,
상기 디스플레이에 표시하는 인스트럭션은,
상기 철 스크랩 분류 기준에 따른 분류 결과를 색깔로 구분하여 상기 디스플레이에 표시하는 인스트럭션을 포함하는,
철 스크랩 장치.
21. The method of claim 20,
The instruction to be displayed on the display includes:
And displaying the sorting result on the display in a color-coded manner according to the iron scrap classification criteria.
Scrap iron.
컴퓨터로 하여금 제1항 내지 13항 중 어느 한 항의 방법을 수행하도록 하는 컴퓨터 프로그램이 저장된, 컴퓨터 판독 가능한 기록 매체.A computer program for causing a computer to perform the method of any one of claims 1 to 13.
KR1020190013375A 2018-05-18 2019-02-01 Platform for scrapping metal based on artificial intelligence KR101981031B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20180056868 2018-05-18
KR1020180056868 2018-05-18

Publications (1)

Publication Number Publication Date
KR101981031B1 true KR101981031B1 (en) 2019-05-23

Family

ID=66681181

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190013375A KR101981031B1 (en) 2018-05-18 2019-02-01 Platform for scrapping metal based on artificial intelligence

Country Status (1)

Country Link
KR (1) KR101981031B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717455A (en) * 2019-10-10 2020-01-21 北京同创信通科技有限公司 Method for classifying and detecting grades of scrap steel in storage
KR102234533B1 (en) * 2020-05-11 2021-03-31 주식회사 보고넷 Method for providing artificial intelligence based raw material analysis service using image classification for electric arc furnace power control
CN113743210A (en) * 2021-07-30 2021-12-03 阿里巴巴达摩院(杭州)科技有限公司 Image recognition method and scrap grade recognition method
KR102344894B1 (en) * 2021-05-14 2021-12-28 호서대학교 산학협력단 Apparatus and method of measuring total allowable catch
KR20220014762A (en) * 2020-07-29 2022-02-07 싸이엔스 주식회사 Method and apparatus for recognizing the length of a slab using an artificial neural network
EP4144448A4 (en) * 2020-04-30 2023-10-04 JFE Steel Corporation Scrap determination system and scrap determination method
CN117132828A (en) * 2023-08-30 2023-11-28 常州润来科技有限公司 Automatic classification method and system for solid waste in copper pipe machining process

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07253400A (en) * 1994-03-16 1995-10-03 Nippon Steel Corp Method for automatic discrimination of scrap containing copper from iron scrap group
JPH07286969A (en) * 1994-04-15 1995-10-31 Nippon Steel Corp Discriminating method for copper including scraps
JP2011064538A (en) * 2009-09-16 2011-03-31 Japan Environmental Sanitation Center Method for calculating presence ratio of solid waste at each kind
KR20150123513A (en) 2014-04-25 2015-11-04 한전원자력연료 주식회사 Scrap metal sorting device
KR20160108373A (en) * 2013-12-27 2016-09-19 눅테크 컴퍼니 리미티드 Fluoroscopic examination system and method capable of conducting automatic classification and recognition on goods

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07253400A (en) * 1994-03-16 1995-10-03 Nippon Steel Corp Method for automatic discrimination of scrap containing copper from iron scrap group
JPH07286969A (en) * 1994-04-15 1995-10-31 Nippon Steel Corp Discriminating method for copper including scraps
JP2011064538A (en) * 2009-09-16 2011-03-31 Japan Environmental Sanitation Center Method for calculating presence ratio of solid waste at each kind
KR20160108373A (en) * 2013-12-27 2016-09-19 눅테크 컴퍼니 리미티드 Fluoroscopic examination system and method capable of conducting automatic classification and recognition on goods
KR20150123513A (en) 2014-04-25 2015-11-04 한전원자력연료 주식회사 Scrap metal sorting device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717455A (en) * 2019-10-10 2020-01-21 北京同创信通科技有限公司 Method for classifying and detecting grades of scrap steel in storage
CN110717455B (en) * 2019-10-10 2021-05-18 北京同创信通科技有限公司 Method for classifying and detecting grades of scrap steel in storage
EP4144448A4 (en) * 2020-04-30 2023-10-04 JFE Steel Corporation Scrap determination system and scrap determination method
KR102234533B1 (en) * 2020-05-11 2021-03-31 주식회사 보고넷 Method for providing artificial intelligence based raw material analysis service using image classification for electric arc furnace power control
KR20220014762A (en) * 2020-07-29 2022-02-07 싸이엔스 주식회사 Method and apparatus for recognizing the length of a slab using an artificial neural network
KR102368031B1 (en) 2020-07-29 2022-03-02 싸이엔스 주식회사 Method and apparatus for recognizing the length of a slab using an artificial neural network
KR102344894B1 (en) * 2021-05-14 2021-12-28 호서대학교 산학협력단 Apparatus and method of measuring total allowable catch
CN113743210A (en) * 2021-07-30 2021-12-03 阿里巴巴达摩院(杭州)科技有限公司 Image recognition method and scrap grade recognition method
CN117132828A (en) * 2023-08-30 2023-11-28 常州润来科技有限公司 Automatic classification method and system for solid waste in copper pipe machining process
CN117132828B (en) * 2023-08-30 2024-03-19 常州润来科技有限公司 Automatic classification method and system for solid waste in copper pipe machining process

Similar Documents

Publication Publication Date Title
KR101981031B1 (en) Platform for scrapping metal based on artificial intelligence
CN107607554A (en) A kind of Defect Detection and sorting technique of the zinc-plated stamping parts based on full convolutional neural networks
JP5263776B2 (en) Non-magnetic metal identification method
Bhat et al. Friction stir weld classification by applying wavelet analysis and support vector machine on weld surface images
Borselli et al. A fuzzy inference system applied to defect detection in flat steel production
CN115797354B (en) Method for detecting appearance defects of laser welding seam
CN109506628A (en) Object distance measuring method under a kind of truck environment based on deep learning
CN104077594A (en) Image recognition method and device
CN112108523B (en) Method and system for processing surface defects of strip steel in cold continuous rolling production
CN112881412B (en) Method for detecting non-metal foreign matters in scrap steel products
CN111738336A (en) Image detection method based on multi-scale feature fusion
JP6425243B2 (en) Identification device and identification method
CN107153067A (en) A kind of surface defects of parts detection method based on MATLAB
CN103455985B (en) Crack on road Enhancement Method based on Hessian structural analysis
CN113177605A (en) Scrap steel carriage grade judgment method based on video monitoring
Dobrzański et al. Computer aided classification of flaws occurred during casting of aluminum
JP7036296B1 (en) Scrap discrimination system and scrap discrimination method
CN115147347A (en) Method for detecting surface defects of malleable cast iron pipe fitting facing edge calculation
Mirbod et al. Intelligent concrete surface cracks detection using computer vision, pattern recognition, and artificial neural networks
Akkoyun An evaluation of image processing methods applied to marble quality classification
CN102496030B (en) Identification method and identification device for dangerous targets in power monitoring system
Zhang et al. Detecting coal content in gangue via machine vision and genetic algorithm-backpropagation neural network
WO2021220987A1 (en) Scrap determination system and scrap determination method
CN112967267A (en) Laser directional energy deposition sputtering counting method of full convolution neural network
CN116342531B (en) Device and method for detecting quality of welding seam of high-altitude steel structure of lightweight large-scale building

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant