1 Star 0 Fork 0

Hugging Face 模型镜像/web-form-ui-field-detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
tagsmodel-indexlanguagemetricspipeline_tag
web form detectionform detectionui form detectionform detectui form detectweb form ui detectionWeb form recognitionForm field detectionForm element detectionForm field extractionForm structure analysisUser interface form detectionWeb form parserData extraction from formsForm input identificationForm layout analysisForm boundary detectionUI component recognitionForm field segmentationForm element extractionForm data extractionForm field recognitionForm text extractionForm structure detectionForm field localizationWeb form layout analysis
nameresults
foduucom/web-form-ui-field-detection
taskmetrics
type
object-detection
typevaluename
precision0.52196mAP@0.95(box)
en
accuracy
object-detection
foduucom/web-form-ui-field-detection

Model architecture

foduucom/web-form-ui-field-detection

Model Overview

The web-form-Detect model is a yolov8 object detection model trained to detect and locate ui form fields in images. It is built upon the ultralytics library and fine-tuned using a dataset of annotated ui form images.

Intended Use

The model is intended to be used for detecting details like Name,number,email,password,button,redio bullet and so on fields in images. It can be incorporated into applications that require automated detection ui form fields from images.

Performance

The model has been evaluated on a held-out test dataset and achieved the following performance metrics:

Average Precision (AP): 0.51 Precision: 0.80 Recall: 0.70 F1 Score: 0.71 Please note that the actual performance may vary based on the input data distribution and quality.

How to Get Started with the Model

To get started with the YOLOv8s object Detection model use for web ui detection, follow these steps:

pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
  • Load model and perform prediction:

from ultralyticsplus import YOLO, render_result

# load model
model = YOLO('foduucom/web-form-ui-field-detection')

# set model parameters
model.overrides['conf'] = 0.25  # NMS confidence threshold
model.overrides['iou'] = 0.45  # NMS IoU threshold
model.overrides['agnostic_nms'] = False  # NMS class-agnostic
model.overrides['max_det'] = 1000  # maximum number of detections per image

# set image
image = '/path/to/your/document/images'

# perform inference
results = model.predict(image)

# observe results
print(results[0].boxes)
render = render_result(model=model, image=image, result=results[0])
render.show()

Training Data

The model was trained on a diverse dataset containing images of web ui form data from different sources, resolutions, and lighting conditions. The dataset was annotated with bounding box coordinates to indicate the location of the ui form fields within the image.

Total Number of Images: 600 Annotation Format: Bounding box coordinates (xmin, ymin, xmax, ymax)

Fine-tuning Process

  • Pretrained Model: TheError: Errors in your YAML metadata model was initialized with a pretrained object detection backbone (e.g. YOLO).
  • Loss Function: Mean Average Precision (mAP) loss was used for optimization during training.
  • Optimizer: Adam optimizer with a learning rate of 1e-4.
  • Batch Size:-1
  • Training Time: 1 hours on a single NVIDIA GeForce RTX 3090 GPU.

Model Limitations

The model's performance is subject to variations in image quality, lighting conditions, and image resolutions. The model may struggle with detecting web ui form in cases of extreme occlusion. The model may not generalize well to non-standard ui form formats or variations.

Software

The model was trained and fine-tuned using a Jupyter Notebook environment.

Model Card Contact

For inquiries and contributions, please contact us at info@foduu.com

@ModelCard{
  author    = {Nehul Agrawal and
               Rahul parihar},
  title     = {YOLOv8s web-form ui fields detection},
  year      = {2023}
}

空文件

简介

Mirror of https://huggingface.co/foduucom/web-form-ui-field-detection 展开 收起
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hf-models/web-form-ui-field-detection.git
git@gitee.com:hf-models/web-form-ui-field-detection.git
hf-models
web-form-ui-field-detection
web-form-ui-field-detection
main

搜索帮助