===================BETA RELEASE FEATRURE LIST====================

1. Log in and account manager for every user: private for every user.

2. Good UI design and comfortable users' experience: running smoothly and apply for the latest IOS9.

3. Personal photo search: give a txt query (words/sentences) and return the related photos.

4. Personal voice photo search: speech a word or a sentence and return the related photos.

5. Personal photo event segmantation: once you upload your photos, they will be classified according to the event automatically.

6. Personal photo qulity fiter: when you have some photos which is very similar and they contain the same informantion, they will be de-dulicated. If the photos have low quality, they will be removed.

7. Personal photo time and location filter: you can filter your photos according to the time or the GPS information.

8. Process remainder: The process will be displayed and you can check it anytime.

9. Personal photo tagging: the photos will be tagged according to their content automatically.

============================================================

================BEAT RELEASE PERFORMANCE STANDARD================

1. Parallel performance test: The Number of the simultaneous users should be more than 100, and the search result should be return in 3 second.

2. Search performance test: The relevance between the query and the return results accuracy should be more than 60%. Because our CNN model is the AlexNet which the performance upbound is 57.41%.

3. photo quality satisfication:  the score provided by the users according to the How they are satisified with the photo quality. It is divided into 5 ranks. And the user will give the socre of our ALPHA release about the photo quality and de-duplicate feature performance. The final average score result should be more than 4.

4. User experience satisfication: the score provided by the users according to the How they are satisified with the UI design. It is divided into 5 ranks, And the user will give the score of our product about the UI experience. The final average score results should be more than 4.

5. Voice Search test:

1). The voice return words test: for 50 users, let they read some sentence and return words should be hited at least 80%.

2). The NLP extract key words test: the NLP model should extract the key words as the query at leaset 80% when we give the groundtruth.

3). User satisfication test: the score provied by the users according to the degree they feel comfortable when they use the voice search. It is divided into 5 ranks, and the user will give the score. The final average score should more than 4.

============================================================

===================BEAT RELEASE TEST PALN========================

The unit tests will be devided into 4 parts with some test scripts :

1. Search framework test: our search framework is based on the ConSE [1].

we will test the following 3 things:

1). Words coverage rates: give a wordlist and test the hit rate.

2). Stability: whether give some words it will crash or not.

3). Speed: for each query, we will test the return time.

2. NLP mode test: our NLP is based on the stanford API.

we will test the following 2 things:

1). Extract key words accuracy: give a groundtruth and test the hit accuracy.

2). Stability:whether give some words it will crash or not.

3. Voice mode test: our Voice is based on the Oxford API:

we will test the following 2 things:

1). Translation accuracy: users read the sentence and we check the translation from voice sigal to txt accuracy.

2). Stability:whether read some words it will crash or not.

4. Azure server test:

we will deploy our project to the Azure server. The test process will be devided into 3 parts:

1).  Parallel performance test.

2).  loading ability test.

3).  Stability: long time running and no serious bug.

============================================================

Reference:

[1]. M. Norouzi and T. Mikolov. Zero-Shot Learning by Convex Combination of Semantic Embeddings

Feature list, Standard and Test plan for BETA Release 12/22/2015的更多相关文章

  1. Performance standard (ALPHA release) 12/17/2015

    ===================ALPHA RELEASE STANDARD====================== 1. Parallel performance test: The Nu ...

  2. Codeforces Beta Round #12 (Div 2 Only)

    Codeforces Beta Round #12 (Div 2 Only) http://codeforces.com/contest/12 A 水题 #include<bits/stdc++ ...

  3. stand up meeting for beta release plan 12/16/2015

    今天我们开会讨论一下beta版需要的feature,其中待定的feature是可选做的,如果有时间.其他都是必须实现的. 因为做插件的计划失败了,所以我们现在是pdf阅读器和取词查词加入生词本这两部分 ...

  4. ASP.NET5,MVC 6,Beta 7与VS 2015 RTM的兼容问题

    温馨提示:本文杂而乱,最终不知所云. Visual Studio 2015 RTM已经于2015年7月20号正式发布,我也在第一时间下载安装了起来. 虽然在5月份就开始使用RC版本,但是还是很期待正式 ...

  5. Codeforces Beta Round #12 (Div 2 Only) D. Ball sort/map

    D. Ball Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/problemset/problem/12/D D ...

  6. 团队作业7——第二次项目冲刺(Beta版本12.06)

    项目每个成员的进展.存在问题.接下来两天的安排. 已完成的内容:队员每个人提出对接下来需要做的事情的看法和意见,将需要做的任务更新到了leangoo中进行管理,产品完成了界面优化的设计,测试复现了之前 ...

  7. 团队作业7——第二次项目冲刺(Beta版本12.08)

    项目每个成员的进展.存在问题.接下来两天的安排. 已完成的内容:完成了排行榜的测试.上传头像功能的原型设计.界面优化 计划完成的内容:上传头像功能开发.测试.头像裁剪原型设计 每个人的工作 (有wor ...

  8. 团队作业7——第二次项目冲刺(Beta版本12.10)

    项目每个成员的进展.存在问题.接下来两天的安排. 已完成的内容:头像功能原型设计.头像裁剪功能.头像上传功能.测试 计划完成的内容:头像功能测试.bug修复 每个人的工作 (有work item 的I ...

  9. 团队作业7——第二次项目冲刺(Beta版本12.08-12.10)

    1.当天站立式会议照片 本次会议内容:1:每个人汇报自己完成的工作.2:组长分配各自要完成的任务. 2.每个人的工作 黄进勇:项目整合,后台代码. 李勇:前台界面优化. 何忠鹏:数据库模块. 郑希彬: ...

随机推荐

  1. 初探elasticsearch

    目录 安装elasticsearch elasticsearch中的层级结构与关系型数据库的对比 elasticsearch的分布式特性 集群和节点 为java用户提供的两种内置客户端 节点客户端(n ...

  2. hdu3665Floyd解法

    题目链接:http://icpc.njust.edu.cn/Problem/Hdu/3665/ Floyd是经典的dp算法,将迭代过程分成n个阶段,经过n个阶段的迭代所有点对之间的最短路径都可以求出, ...

  3. 《JavaScript 模式》读书笔记(4)— 函数4

    这篇文章我们主要来学习下即时对象初始化.初始化时分支.函数属性-备忘模式以及配置对象.这篇的内容会有点多. 六.即时对象初始化 保护全局作用域不受污染的另一种方法,即时对象初始化模式.这种模式使用带有 ...

  4. 在vscode中配置LeetCode插件,从此愉快地刷题

    大家好,今早在B站看到up主的vscode里藏了leetcode插件,这才知道原来还有这款神器.但是没想到在用的时候遇到了一些麻烦,花了一点时间才解决.所以写这篇文章除了给大家安利这个好用的插件之外, ...

  5. [CVPR 2019]Normalized Object Coordinate Space for Category-Level 6D Object Pose and Size Estimation

    论文地址:https://arxiv.org/abs/1901.02970    github链接:https://github.com/hughw19/NOCS_CVPR2019 类别级6D物体位姿 ...

  6. 【2019多校第一场补题 / HDU6578】2019多校第一场A题1001Blank——dp

    HDU6578链接 题意 有一串字符串,仅由 {0,1,2,3}\{0, 1, 2, 3\}{0,1,2,3} 组成,长度为 nnn,同时满足 mmm 个条件.每个条件由三个整数组成:l.r.xl.r ...

  7. Magento2(麦进斗) docker 安装

    Magento 介绍 Magento(麦进斗)是一套专业开源的电子商务系统,采用php进行开发,使用Zend Framework框架.Magento设计得非常灵活,具有模块化架构体系和丰富的功能.易于 ...

  8. ArrayList的传值问题

    ArrayList是一个对象类型,记录一下遇到的传值问题 假设两个ArrayList类型的值a和b,a有值,b无值,想把a的值全部复制给b. 如果使用 b = a; 进行赋值,会将a的地址赋值给b,当 ...

  9. PHP7内核(三):源码目录结构

    上篇文章我们已经介绍了源码分析工具的安装.配置以及调试方法,本文我们来讲述一下PHP源码的目录结构. 一.目录概览 以php-7.0.12为例,看过源码的同学们应该发现源码目录多达十多个,下面是每个目 ...

  10. 解决pycharm不能导入bs4模块问题

    问题描述: 在导入bs4模块时有报错提示 “ Traceback (most recent call last): File "E:/project/code/py-pengfu/py-pf ...