smart_categorizer

Trainable categorization tool

Github星跟蹤圖

Smart Categorizer

This is the trainable tool that can be used to automate the categorization process of images. It expects that you provide some categorized examples (it works pretty good given just 10 examples) on which it will be trained on and then it categorize data automatically.

screenshot

Prerequisites

Install

  1. Install tensorflow (GPU or CPU)
  2. Instal requirements: pip install -r requirements.txt

Usage example

python categorize.py --positives=/datasetsA/positives/ --target_data=/dir/containing/images --save_to=/datasets/autoA

Args:

--positives - directory containing positive images to train on

--negatives - (optional) directory containing negative images to train on

--target_data - path to directory containing uncategorized data

--save_to - path to save automatically categorized data

Negatives argument is optional because this code uses some predefined negative pool of images (stored in data folder), but if you provide negative examples the result will probably be more accurate.

主要指標

概覽
名稱與所有者kostyaev/smart_categorizer
主編程語言Python
編程語言Python (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2017-09-07 09:34:28
推送於2017-09-08 14:08:08
最后一次提交2017-09-08 17:08:07
發布數0
用户参与
星數62
關注者數6
派生數11
提交數26
已啟用問題?
問題數1
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?