JP7052663B2 - 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム - Google Patents
物体検出装置、物体検出方法及び物体検出用コンピュータプログラム Download PDFInfo
- Publication number
- JP7052663B2 JP7052663B2 JP2018181002A JP2018181002A JP7052663B2 JP 7052663 B2 JP7052663 B2 JP 7052663B2 JP 2018181002 A JP2018181002 A JP 2018181002A JP 2018181002 A JP2018181002 A JP 2018181002A JP 7052663 B2 JP7052663 B2 JP 7052663B2
- Authority
- JP
- Japan
- Prior art keywords
- region
- certainty
- represented
- threshold value
- detection unit
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
- G06V20/58—Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2413—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/25—Determination of region of interest [ROI] or a volume of interest [VOI]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
- G06V10/443—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
- G06V10/449—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
- G06V10/451—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
- G06V10/454—Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/764—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Multimedia (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Medical Informatics (AREA)
- Computing Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Data Mining & Analysis (AREA)
- Molecular Biology (AREA)
- Biomedical Technology (AREA)
- Biodiversity & Conservation Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- General Engineering & Computer Science (AREA)
- Image Analysis (AREA)
Description
なお、運転計画部33は、複数の走行予定経路を生成してもよい。この場合、運転計画部33は、複数の走行予定経路のうち、車両10の加速度の絶対値の総和が最小となる経路を選択してもよい。
2 カメラ
3 電子制御装置(物体検出装置)
4 車内ネットワーク
21 通信インターフェース
22 メモリ
23 プロセッサ
31 第1の検出部
32 第2の検出部
33 運転計画部
34 車両制御部
Claims (11)
- 入力された画像上の複数の領域のそれぞれについて、検出対象となる物体が表されている確からしさを表す確信度を求め、前記複数の領域のうち、前記確信度が第1の確信度閾値以上となる第1の領域に前記物体が表されていると判定し、かつ、前記第1の領域に対する、前記第1の領域において前記物体が他の物体により隠されている隠れ領域の比率を表す隠れ率を求める第1の検出部と、
前記隠れ率が隠れ率閾値以上となる場合、前記複数の領域のうち、前記第1の領域と少なくとも部分的に重なる第2の領域についての前記確信度が前記第1の確信度閾値よりも低い第2の確信度閾値以上となる場合に、前記第2の領域に前記物体が表されていると判定する第2の検出部と、
を有する物体検出装置。 - 前記第1の検出部は、前記画像から前記物体を検出するとともに前記隠れ領域を検出するように予め学習された識別器に前記画像を入力することで前記隠れ率を算出する、請求項1に記載の物体検出装置。
- 前記識別器は、前記画像が入力される第1のコンボリューションニューラルネットワークと、前記第1のコンボリューションニューラルネットワークからの出力に基づいて前記複数の領域のそれぞれについて前記確信度を求める第2のコンボリューションニューラルネットワークと、前記第1のコンボリューションニューラルネットワークからの出力に基づいて前記隠れ領域を検出する第3のコンボリューションニューラルネットワークとを含む、請求項2に記載の物体検出装置。
- 前記第2の検出部は、前記第1の領域と前記第2の領域との和集合に対する前記第1の領域と前記第2の領域間の重複領域の比が所定の閾値以上となり、かつ、前記第2の領域についての前記確信度が前記第2の確信度閾値以上となる場合に、前記第2の領域に前記物体が表されていると判定する、請求項1~3の何れか一項に記載の物体検出装置。
- 前記第2の検出部は、前記第1の領域に対する前記第1の領域と前記第2の領域間の重複領域の比が所定の閾値以上となり、かつ、前記第2の領域についての前記確信度が前記第2の確信度閾値以上となる場合に、前記第2の領域に前記物体が表されていると判定する、請求項1~3の何れか一項に記載の物体検出装置。
- 前記第2の検出部は、前記複数の領域のうち、前記第1の領域と少なくとも部分的に重なり、かつ、前記隠れ領域の少なくとも一部を含む領域を前記第2の領域とする、請求項1~5の何れか一項に記載の物体検出装置。
- 前記第1の検出部は、前記第1の領域に表される前記物体の種類を推定し、当該種類に応じて前記隠れ率閾値を設定する、請求項1~6の何れか一項に記載の物体検出装置。
- 前記第2の検出部は、前記隠れ率が高いほど、前記第2の確信度閾値を低くする、請求項1~7の何れか一項に記載の物体検出装置。
- 前記第2の検出部は、前記第1の領域に対する前記第2の領域の相対的な位置関係に応じて前記第2の確信度閾値を設定する、請求項1~7の何れか一項に記載の物体検出装置。
- 入力された画像上の複数の領域のそれぞれについて、検出対象となる物体が表されている確からしさを表す確信度を求め、
前記複数の領域のうち、前記確信度が第1の確信度閾値以上となる第1の領域に前記物体が表されていると判定し、かつ、前記第1の領域に対する、前記第1の領域において前記物体が他の物体により隠されている隠れ領域の比率を表す隠れ率を求め、
前記隠れ率が隠れ率閾値以上となる場合、前記複数の領域のうち、前記第1の領域と少なくとも部分的に重なる第2の領域についての前記確信度が前記第1の確信度閾値よりも低い第2の確信度閾値以上となる場合に、前記第2の領域に前記物体が表されていると判定する、
ことを含む物体検出方法。 - 入力された画像上の複数の領域のそれぞれについて、検出対象となる物体が表されている確からしさを表す確信度を求め、
前記複数の領域のうち、前記確信度が第1の確信度閾値以上となる第1の領域に前記物体が表されていると判定し、かつ、前記第1の領域に対する、前記第1の領域において前記物体が他の物体により隠されている隠れ領域の比率を表す隠れ率を求め、
前記隠れ率が隠れ率閾値以上となる場合、前記複数の領域のうち、前記第1の領域と少なくとも部分的に重なる第2の領域についての前記確信度が前記第1の確信度閾値よりも低い第2の確信度閾値以上となる場合に、前記第2の領域に前記物体が表されていると判定する、
ことをコンピュータに実行させる物体検出用コンピュータプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018181002A JP7052663B2 (ja) | 2018-09-26 | 2018-09-26 | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム |
US16/545,373 US11093801B2 (en) | 2018-09-26 | 2019-08-20 | Object detection device and object detection method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018181002A JP7052663B2 (ja) | 2018-09-26 | 2018-09-26 | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020052694A JP2020052694A (ja) | 2020-04-02 |
JP7052663B2 true JP7052663B2 (ja) | 2022-04-12 |
Family
ID=69883175
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018181002A Active JP7052663B2 (ja) | 2018-09-26 | 2018-09-26 | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US11093801B2 (ja) |
JP (1) | JP7052663B2 (ja) |
Families Citing this family (60)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11019161B2 (en) | 2005-10-26 | 2021-05-25 | Cortica, Ltd. | System and method for profiling users interest based on multimedia content analysis |
US20140156901A1 (en) | 2005-10-26 | 2014-06-05 | Cortica Ltd. | Computing device, a system and a method for parallel processing of data streams |
US8326775B2 (en) | 2005-10-26 | 2012-12-04 | Cortica Ltd. | Signature generation for multimedia deep-content-classification by a large-scale matching system and method thereof |
US11604847B2 (en) | 2005-10-26 | 2023-03-14 | Cortica Ltd. | System and method for overlaying content on a multimedia content element based on user interest |
US20160085733A1 (en) | 2005-10-26 | 2016-03-24 | Cortica, Ltd. | System and method thereof for dynamically associating a link to an information resource with a multimedia content displayed in a web-page |
US9646005B2 (en) | 2005-10-26 | 2017-05-09 | Cortica, Ltd. | System and method for creating a database of multimedia content elements assigned to users |
US11620327B2 (en) | 2005-10-26 | 2023-04-04 | Cortica Ltd | System and method for determining a contextual insight and generating an interface with recommendations based thereon |
US10848590B2 (en) | 2005-10-26 | 2020-11-24 | Cortica Ltd | System and method for determining a contextual insight and providing recommendations based thereon |
US11361014B2 (en) | 2005-10-26 | 2022-06-14 | Cortica Ltd. | System and method for completing a user profile |
US10742340B2 (en) | 2005-10-26 | 2020-08-11 | Cortica Ltd. | System and method for identifying the context of multimedia content elements displayed in a web-page and providing contextual filters respective thereto |
US10949773B2 (en) | 2005-10-26 | 2021-03-16 | Cortica, Ltd. | System and methods thereof for recommending tags for multimedia content elements based on context |
US11386139B2 (en) | 2005-10-26 | 2022-07-12 | Cortica Ltd. | System and method for generating analytics for entities depicted in multimedia content |
US11032017B2 (en) | 2005-10-26 | 2021-06-08 | Cortica, Ltd. | System and method for identifying the context of multimedia content elements |
US11216498B2 (en) | 2005-10-26 | 2022-01-04 | Cortica, Ltd. | System and method for generating signatures to three-dimensional multimedia data elements |
US20160321253A1 (en) | 2005-10-26 | 2016-11-03 | Cortica, Ltd. | System and method for providing recommendations based on user profiles |
US11403336B2 (en) | 2005-10-26 | 2022-08-02 | Cortica Ltd. | System and method for removing contextually identical multimedia content elements |
US11537636B2 (en) | 2007-08-21 | 2022-12-27 | Cortica, Ltd. | System and method for using multimedia content as search queries |
US11195043B2 (en) | 2015-12-15 | 2021-12-07 | Cortica, Ltd. | System and method for determining common patterns in multimedia content elements based on key points |
WO2017105641A1 (en) | 2015-12-15 | 2017-06-22 | Cortica, Ltd. | Identification of key points in multimedia data elements |
WO2019008581A1 (en) | 2017-07-05 | 2019-01-10 | Cortica Ltd. | DETERMINATION OF DRIVING POLICIES |
WO2019012527A1 (en) | 2017-07-09 | 2019-01-17 | Cortica Ltd. | ORGANIZATION OF DEPTH LEARNING NETWORKS |
US10846544B2 (en) | 2018-07-16 | 2020-11-24 | Cartica Ai Ltd. | Transportation prediction system and method |
US11613261B2 (en) | 2018-09-05 | 2023-03-28 | Autobrains Technologies Ltd | Generating a database and alerting about improperly driven vehicles |
US10839694B2 (en) | 2018-10-18 | 2020-11-17 | Cartica Ai Ltd | Blind spot alert |
US20200133308A1 (en) | 2018-10-18 | 2020-04-30 | Cartica Ai Ltd | Vehicle to vehicle (v2v) communication less truck platooning |
US11392738B2 (en) | 2018-10-26 | 2022-07-19 | Autobrains Technologies Ltd | Generating a simulation scenario |
US11904863B2 (en) | 2018-10-26 | 2024-02-20 | AutoBrains Technologies Ltd. | Passing a curve |
US10748038B1 (en) | 2019-03-31 | 2020-08-18 | Cortica Ltd. | Efficient calculation of a robust signature of a media unit |
US11270132B2 (en) | 2018-10-26 | 2022-03-08 | Cartica Ai Ltd | Vehicle to vehicle communication and signatures |
US10789535B2 (en) | 2018-11-26 | 2020-09-29 | Cartica Ai Ltd | Detection of road elements |
US10963757B2 (en) * | 2018-12-14 | 2021-03-30 | Industrial Technology Research Institute | Neural network model fusion method and electronic device using the same |
US10818028B2 (en) * | 2018-12-17 | 2020-10-27 | Microsoft Technology Licensing, Llc | Detecting objects in crowds using geometric context |
US11170647B2 (en) | 2019-02-07 | 2021-11-09 | Cartica Ai Ltd. | Detection of vacant parking spaces |
US11643005B2 (en) | 2019-02-27 | 2023-05-09 | Autobrains Technologies Ltd | Adjusting adjustable headlights of a vehicle |
US11285963B2 (en) | 2019-03-10 | 2022-03-29 | Cartica Ai Ltd. | Driver-based prediction of dangerous events |
US11694088B2 (en) | 2019-03-13 | 2023-07-04 | Cortica Ltd. | Method for object detection using knowledge distillation |
US11132548B2 (en) | 2019-03-20 | 2021-09-28 | Cortica Ltd. | Determining object information that does not explicitly appear in a media unit signature |
US12055408B2 (en) | 2019-03-28 | 2024-08-06 | Autobrains Technologies Ltd | Estimating a movement of a hybrid-behavior vehicle |
US11908242B2 (en) | 2019-03-31 | 2024-02-20 | Cortica Ltd. | Efficient calculation of a robust signature of a media unit |
US11222069B2 (en) | 2019-03-31 | 2022-01-11 | Cortica Ltd. | Low-power calculation of a signature of a media unit |
US10776669B1 (en) | 2019-03-31 | 2020-09-15 | Cortica Ltd. | Signature generation and object detection that refer to rare scenes |
CN110070056B (zh) * | 2019-04-25 | 2023-01-10 | 腾讯科技(深圳)有限公司 | 图像处理方法、装置、存储介质及设备 |
US11704292B2 (en) | 2019-09-26 | 2023-07-18 | Cortica Ltd. | System and method for enriching a concept database |
US11593662B2 (en) | 2019-12-12 | 2023-02-28 | Autobrains Technologies Ltd | Unsupervised cluster generation |
US11590988B2 (en) | 2020-03-19 | 2023-02-28 | Autobrains Technologies Ltd | Predictive turning assistant |
US11827215B2 (en) | 2020-03-31 | 2023-11-28 | AutoBrains Technologies Ltd. | Method for training a driving related object detector |
JP7359735B2 (ja) | 2020-04-06 | 2023-10-11 | トヨタ自動車株式会社 | 物体状態識別装置、物体状態識別方法及び物体状態識別用コンピュータプログラムならびに制御装置 |
JP7388971B2 (ja) | 2020-04-06 | 2023-11-29 | トヨタ自動車株式会社 | 車両制御装置、車両制御方法及び車両制御用コンピュータプログラム |
CN111881827B (zh) * | 2020-07-28 | 2022-04-26 | 浙江商汤科技开发有限公司 | 目标检测方法及装置、电子设备和存储介质 |
JP2022044155A (ja) * | 2020-09-07 | 2022-03-17 | 株式会社Subaru | 画像処理装置 |
KR20220083002A (ko) * | 2020-12-10 | 2022-06-20 | 현대자동차주식회사 | 차량 |
CN112541896B (zh) * | 2020-12-14 | 2023-04-07 | 湖南镭目科技有限公司 | 一种炉口堆渣情况辨识方法及系统 |
TWI807598B (zh) * | 2021-02-04 | 2023-07-01 | 仁寶電腦工業股份有限公司 | 會議影像的產生方法及影像會議系統 |
CN113141464B (zh) * | 2021-04-20 | 2023-04-18 | 北京安博盛赢教育科技有限责任公司 | 摄像头的控制方法、装置、介质和电子设备 |
CN113420682B (zh) * | 2021-06-28 | 2023-08-15 | 阿波罗智联(北京)科技有限公司 | 车路协同中目标检测方法、装置和路侧设备 |
EP4156098A1 (en) * | 2021-09-22 | 2023-03-29 | Axis AB | A segmentation method |
US20230145016A1 (en) * | 2021-11-10 | 2023-05-11 | Sensormatic Electronics, LLC | Methods and apparatuses for occlusion detection |
AU2021290434A1 (en) * | 2021-12-20 | 2022-02-10 | Sensetime International Pte. Ltd. | Method and apparatus for detecting game prop in game region, device, and storage medium |
JP7528915B2 (ja) | 2021-12-21 | 2024-08-06 | トヨタ自動車株式会社 | 追跡装置、追跡方法及び追跡用コンピュータプログラム |
CN116071724B (zh) * | 2023-03-03 | 2023-08-04 | 安徽蔚来智驾科技有限公司 | 车载相机遮挡场景识别方法、电子设备、存储介质及车辆 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011186633A (ja) | 2010-03-05 | 2011-09-22 | Secom Co Ltd | 物体検出装置 |
JP2013061802A (ja) | 2011-09-13 | 2013-04-04 | Canon Inc | 画像認識装置、画像認識方法及びプログラム |
JP2013250734A (ja) | 2012-05-31 | 2013-12-12 | Denso Corp | 人検出装置 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE112019000049T5 (de) * | 2018-02-18 | 2020-01-23 | Nvidia Corporation | Für autonomes fahren geeignete objekterfassung und erfassungssicherheit |
US10642275B2 (en) * | 2018-06-18 | 2020-05-05 | Zoox, Inc. | Occulsion aware planning and control |
-
2018
- 2018-09-26 JP JP2018181002A patent/JP7052663B2/ja active Active
-
2019
- 2019-08-20 US US16/545,373 patent/US11093801B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011186633A (ja) | 2010-03-05 | 2011-09-22 | Secom Co Ltd | 物体検出装置 |
JP2013061802A (ja) | 2011-09-13 | 2013-04-04 | Canon Inc | 画像認識装置、画像認識方法及びプログラム |
JP2013250734A (ja) | 2012-05-31 | 2013-12-12 | Denso Corp | 人検出装置 |
Also Published As
Publication number | Publication date |
---|---|
US11093801B2 (en) | 2021-08-17 |
US20200097756A1 (en) | 2020-03-26 |
JP2020052694A (ja) | 2020-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7052663B2 (ja) | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム | |
JP7147420B2 (ja) | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム | |
Zhou et al. | Automated evaluation of semantic segmentation robustness for autonomous driving | |
JP7078021B2 (ja) | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム | |
JP7388971B2 (ja) | 車両制御装置、車両制御方法及び車両制御用コンピュータプログラム | |
JP7135665B2 (ja) | 車両制御システム、車両の制御方法及びコンピュータプログラム | |
US20180164812A1 (en) | Apparatus and method for generating training data to train neural network determining information associated with road included in image | |
US11829153B2 (en) | Apparatus, method, and computer program for identifying state of object, and controller | |
US11776277B2 (en) | Apparatus, method, and computer program for identifying state of object, and controller | |
US20200133283A1 (en) | Proceedable direction detection apparatus and proceedable direction detection method | |
JP7226368B2 (ja) | 物体状態識別装置 | |
JP2021163432A (ja) | 信号灯状態識別装置、信号灯状態識別方法及び信号灯状態識別用コンピュータプログラムならびに制御装置 | |
JP2021026683A (ja) | 距離推定装置 | |
US11120292B2 (en) | Distance estimation device, distance estimation method, and distance estimation computer program | |
Chen et al. | Integrated vehicle and lane detection with distance estimation | |
JP7348874B2 (ja) | 傾斜角検出装置及び制御装置 | |
JP7528915B2 (ja) | 追跡装置、追跡方法及び追跡用コンピュータプログラム | |
JP2022079954A (ja) | 物体検出装置 | |
JP2022146384A (ja) | 物体検出装置 | |
JP2024024422A (ja) | 物体検出装置、物体検出方法及び物体検出用コンピュータプログラム | |
JP2021081985A (ja) | 物体検出装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210218 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220112 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20220301 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220314 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7052663 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |