added

API - AnySee v1.0.0

The first release of JCV Cloud AnySee service.

Summary

We are happy to announce the release of the AnySee service on JCV Cloud.
JCV Cloud AnySee is an AI image recognition service platform that offers fundamental image (face) recognition functions. It combines the best AI computer vision algorithms with the latest vector search engine and provides API in Restful standards.

📘

For ordering subscription

Please contact JCV sales to make subscriptions.
Refer to this page.
The online subscription will be available soon.

This release brings

New Features

  • [API] Create a face entity (POST /v1/entities/faces)
  • [API] List face entities (GET /v1/entities/faces)
  • [API] Retrieve a face entity (GET /v1/entities/faces/{$uuid})
  • [API] Update a face entity (PATCH /v1/entities/faces/{$uuid})
  • [API] Delete a face entity (DELETE /v1/entities/faces/{$uuid})
  • [API] Search among face entities (POST /v1/entities/faces/search)
  • [API] Detects all face entities (POST /v1/entities/faces/detect)
  • [API] Compare the face entities (POST /v1/entities/faces/compare)
  • [Feature] Face alignment output
  • [Feature] Face attributes output
  • [Feature] Face quality output
  • [Feature] Image auto rotation
  • [Feature] Entity TTL and auto-deletion
  • [Reliability] Deletion without re-indexing
  • [Reliability] Read high availability

Improvements

N/A

Bug Fixes

N/A

--
JCV Cloud AnySee サービスの初リリースです。

概要

この度、JCV CloudAnySeeサービスを正式にリリースいたします。
JCV Cloud AnySeeは、基本的な画像(顔)認識機能を提供するAI画像認識サービスプラットフォームです。世界最高峰のAIコンピューター ビジョンアルゴリズムと最新のベクトル検索エンジンを組み合わせ、Restful標準でAPIを提供します。

📘

サブスクリプションを注文するには

サブスクリプションを注文するには、JCVの営業にお問い合わせください。
こちらのページをご参照ください。
オンラインでのサブスクリプションは、今後提供予定です。

このリリースは以下のドキュメントを提供します。

新機能

  • [API] 顔データを追加 (POST /v1/entities/faces)
  • [API] 顔データの一覧を取得 (GET /v1/entities/faces)
  • [API] 顔データを取得 (GET /v1/entities/faces/{$uuid})
  • [API] 顔データを更新 (PATCH /v1/entities/faces/{$uuid})
  • [API] 顔データを削除 (DELETE /v1/entities/faces/{$uuid})
  • [API] 顔データを検索 (POST /v1/entities/faces/search)
  • [API] 顔データを検出 (POST /v1/entities/faces/detect)
  • [API] 顔データを比較 (POST /v1/entities/faces/compare)
  • [機能] 顔アラインメント出力
  • [機能] 顔属性情報出力
  • [機能] 顔品質情報出力
  • [機能] 画像自動回転
  • [機能] データTTLと自動削除
  • [信頼性] インデックスを再作成せずに顔データ削除
  • [信頼性] 読み取りの高可用性

改善

対象無

バグ修正

対象無