项目作者: lucasxlu

项目描述 :
an online web-based annotation tool for Image Retrieval/ReID/Face Recognition tasks
高级语言: JavaScript
项目地址: git://github.com/lucasxlu/CbirAnnoTool.git
创建时间: 2019-08-24T04:30:31Z
项目社区:https://github.com/lucasxlu/CbirAnnoTool

开源协议:MIT License

下载


CBIR Web Annotation Tools for XCloud

XCloud

Introduction

An online annotation toolkit with web-based UI for Image Retrieval/ReID/Face Recognition tasks. It is freely accessible to both research and industrial fields.

Note: training and testing codes can be found from XCloud.

index

Backbone

Architecture Supervision Status
DenseNet121 Softmax [YES]
DenseNet121 CenterLoss [YES]
DenseNet121 A-Softmax [YES]
ResNeXt50 A-Softmax [TODO]
SEResNeXt50 A-Softmax [TODO]

Dependency

How to use

  1. Train your embedding model with the code provided in XCloud cbir branch.
  2. Extract deep features with the code provided in preprocess, CbirAnnoTool support SoftmaxLoss,
    CenterLoss and ASoftmaxLoss.
  3. Start Django service by python3 manage.py runserver 0.0.0.0:8001
  4. Open your browser and visit http://YOUR_MACHINE_IP:8001/cv/annoview

Citation

This tool is supplementary of XCloud, If you use this tool in your research, please cite our technical report about XCloud as:

  1. @article{xu2019xcloud,
  2. title={XCloud: Design and Implementation of AI Cloud Platform with RESTful API Service},
  3. author={Xu, Lu and Wang, Yating},
  4. journal={arXiv preprint arXiv:1912.10344},
  5. year={2019}
  6. }

License

MIT