Showing posts with label ai model. Show all posts
Showing posts with label ai model. Show all posts

12/28/2024

"fashion attribute recognition" or "clothing parsing"

 AI model for clothing analysis and attribute extraction from person images. This is often called "fashion attribute recognition" or "clothing parsing" in computer vision.

For this task, you'll want to consider several components:

  1. Person/Clothing Segmentation
  • First, you'll need to segment different clothing items
  • Models like DeepFashion2 or ModaNet provide good architectures for this
  • You can use Mask R-CNN or similar instance segmentation models as a base
  1. Attribute Recognition For each segmented clothing item, you'll need to recognize:
  • Category (top, pants, hat, etc.)
  • Color
  • Material
  • Pattern
  • Style/type
  • Specific attributes (collar type, sleeve length, etc.)

Available Datasets:

  1. DeepFashion Dataset
  • Over 800,000 images
  • 50 clothing categories
  • Multiple attributes per item
  • Includes landmarks and segmentation
  • Good for both segmentation and attribute recognition
  1. ModaNet
  • About 55,000 fully annotated images
  • 13 clothing categories
  • Instance segmentation masks
  • Strong street-style focus
  1. Fashion-MNIST
  • Simpler dataset, good for initial testing
  • 70,000 grayscale images
  • 10 clothing categories
  • Limited attributes
  1. Clothing Co-Parsing (CCP) Dataset
  • 2,098 fashion images
  • 59 clothing categories
  • Pixel-level annotations
  • Good for fine-grained parsing

Recommended Approach:

  1. Model Architecture:
  • Use a two-stage approach: a. First stage: Mask R-CNN or YOLOv8 for segmentation b. Second stage: ResNet or EfficientNet backbone with attribute-specific heads
  1. Training Strategy:
  • Pre-train on large datasets like DeepFashion
  • Fine-tune on your specific use case
  • Use multi-task learning for different attributes
  1. Implementation Frameworks:
  • PyTorch or TensorFlow
  • Consider using MMFashion (open-source fashion analysis toolbox)
  • HuggingFace Transformers for recent vision models

12/06/2021

Signature & Handwritten Detector on document image

Handwritten & Signature Detector on Document Image


* Live Demo

✍🏼 Signature & Handwritten Detector on Document

http://signhand.marearts.com/


* API explanation

https://www.marearts.com/Signature-Handwritten-Detector-c81f875ddb66490a8db990b50ce6f665


----------------------------------------

🌷 MareArts Free API List 🌷

MareArts 🎬 Live 

http://live.marearts.com


✍🏼 Signature & Handwritten Detector on Document

http://signhand.marearts.com/


πŸš™ Auto Number Plate Recognition - Korean

http://redkongkr.marearts.com/


🚦 Car License Plate detector

http://lpdetector.marearts.com/


🏳️‍🌈 Representative Color Extractor

http://recolor.marearts.com/


πŸ““ OCR Tess-v5

http://tessv5.marearts.com/


πŸ“ Regular Expression Generator

http://regular.marearts.com/


🐠 QRcode Generator

http://qr.marearts.com/


🦧 Barcode Generator

http://barcode.marearts.com/


🌊 Elastic Image Generator

http://elastic.marearts.com/


🏁 Mosaic Image Generator

http://mosaic.marearts.com/


⚽️ PDF to IMG convertor

http://pdf2img.marearts.com/


πŸ€ PDF to TXT convertor

http://pdf2txt.marearts.com/


🏈 PDF to HTML convertor

http://pdf2html.marearts.com/


⚾️ PDF to JSON convertor

http://pdf2json.marearts.com/


πŸ™‡πŸ»‍♂️ Thank you!

https://www.marearts.com

-----------------------------------