Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / shibing624/similarities issues and pull requests
#45 - 怎么才能快速用几张图片在大概100w张50*50的图片里搜索相似的图 ?
Issue -
State: open - Opened by jliartem about 2 months ago
- 3 comments
Labels: question
#44 - ImportError: cannot import name 'Literal' from 'typing' 求解
Issue -
State: closed - Opened by py-syy 3 months ago
- 2 comments
Labels: question
#43 - 为什么相似度的结果全部为零呢?测了好几个文件,结果都是0?排查不出原因?
Issue -
State: closed - Opened by idea10101 3 months ago
- 1 comment
Labels: question
#42 - 为什么运行client时会出错?连接不上?
Issue -
State: open - Opened by idea10101 4 months ago
- 1 comment
Labels: question
#41 - 使用BertSimilarity时的问题
Issue -
State: closed - Opened by EvansLR 4 months ago
- 1 comment
Labels: question
#40 - 使用pyinstaller打包成exe时失败了,请问如何解决呢?
Issue -
State: open - Opened by yitiaofeixiangdeyu 5 months ago
- 2 comments
Labels: bug
#39 - SiftSimilarity 应该是值越小越相似
Pull Request -
State: closed - Opened by wikeryong 6 months ago
#38 - 怎么移植到Android手机上,能不能给一些demo或例子?
Issue -
State: open - Opened by bingOral 6 months ago
- 1 comment
Labels: question
#37 - 能否支持移动端运行?
Issue -
State: closed - Opened by bingOral 6 months ago
- 1 comment
Labels: enhancement
#36 - 运行faiss_bert_search_server_demo.py时报错
Issue -
State: closed - Opened by shaojianbo13 7 months ago
- 5 comments
Labels: bug
#35 - literal_text_semantic_search_demo.py知网HownetSimilarity字面匹配搜索找不到hownet.txt
Issue -
State: open - Opened by NLear 8 months ago
- 1 comment
Labels: question
#34 - BM25Similarity、TfidfSimilarity的add_corpus导致语料乱序
Issue -
State: closed - Opened by zhangmianhongni 8 months ago
- 1 comment
Labels: bug
#33 - 这个项目还在一直维护吗
Issue -
State: closed - Opened by XHP007 9 months ago
- 1 comment
Labels: enhancement
#32 - 处理文件格式是否可以增加webp格式?
Issue -
State: closed - Opened by JiejieDeng 9 months ago
- 1 comment
Labels: enhancement
#31 - 文档库分组
Issue -
State: open - Opened by leonyu879 9 months ago
Labels: enhancement
#30 - 请问cpu如何加速?
Issue -
State: open - Opened by annian101 9 months ago
- 1 comment
Labels: question
#29 - 请问对显卡有什么要求吗
Issue -
State: open - Opened by WHUZhangYuhan 10 months ago
- 1 comment
Labels: question
#28 - 每次重新启动必须连接网吗
Issue -
State: closed - Opened by Pointvar 10 months ago
- 1 comment
Labels: question
#27 - AutoTokenizer冲突
Issue -
State: closed - Opened by Und3r1ine 11 months ago
- 2 comments
Labels: question
#26 - ANTIALIAS 已经被弃用
Issue -
State: closed - Opened by qichengzx 12 months ago
- 1 comment
Labels: bug
#25 - 搭建第二套环境的时候出现问题
Issue -
State: closed - Opened by JiejieDeng about 1 year ago
- 2 comments
Labels: bug
#24 - AttributeError: module 'cv2.cv2' has no attribute 'SIFT_create'
Issue -
State: closed - Opened by EASTERNTIGER about 1 year ago
- 1 comment
Labels: question
#23 - clip_embedding的时候我想换成英文模型而非中文,请问使用OFA-sys的哪一个英文模型呢?
Issue -
State: closed - Opened by JiejieDeng about 1 year ago
- 2 comments
Labels: question
#22 - data目录可以分享一下吗?
Issue -
State: closed - Opened by xiuxiuxius about 1 year ago
- 1 comment
Labels: enhancement
#21 - fix bug
Pull Request -
State: closed - Opened by Allenpandas about 1 year ago
#20 - 如何创建增量索引?
Issue -
State: closed - Opened by JiejieDeng about 1 year ago
- 3 comments
Labels: enhancement
#19 - Faiss
Pull Request -
State: closed - Opened by shibing624 over 1 year ago
#18 - 对比数学试题的问题
Issue -
State: closed - Opened by lissettecarlr over 1 year ago
Labels: question
#17 - 导入模块失败
Issue -
State: closed - Opened by cliweichen over 1 year ago
- 1 comment
#16 - 您好,在huggingface看到有text2vec-base-chinese的ONNX导出部署模型,请问有相关部署流程参考,学习一下谢谢。
Issue -
State: closed - Opened by dingidng over 1 year ago
- 1 comment
Labels: enhancement
#15 - Code refactoring
Pull Request -
State: closed - Opened by tosemml over 1 year ago
#14 - Similarity可以动态的更新corpus吗
Issue -
State: closed - Opened by xxyp over 1 year ago
- 2 comments
Labels: question
#13 - 增加清空corpus
Issue -
State: closed - Opened by lifeitech over 1 year ago
- 3 comments
Labels: enhancement
#12 - 本项目实现检索、召回的底层原理是什么?
Issue -
State: closed - Opened by geolvr over 1 year ago
- 2 comments
Labels: question
#11 - IndexError: tuple index out of range while running python image_demo.py
Issue -
State: closed - Opened by 3togo over 1 year ago
- 2 comments
Labels: bug
#10 - 文本语义匹配搜索
Issue -
State: closed - Opened by 1264561652 over 1 year ago
- 3 comments
Labels: question
#9 - pip安装后无法运行demo,直接报错
Issue -
State: closed - Opened by yxw2014 over 1 year ago
- 2 comments
Labels: bug
#8 - 今天使用了Similarity().similarity(sentence1,sentence2)计算两个词语或短句的相似度,提示我下载pytorch_model_bin等文件,之后使用后发现结果与我上次使用(一周前)结果差异特别大,结果较不准确(后来测试text2vec同样如此),而在您的demo中计算相似度则结果正常,请问造成现在这样差异原因您能想到什么?
Issue -
State: closed - Opened by sswhales over 1 year ago
- 2 comments
Labels: question
#7 - 你好,我想问下为什么我在本地windows上使用ClipSimilarity计算两张图片的相似度只要0.2s左右,但是同样的代码在linux上却需要2s-3s呢
Issue -
State: closed - Opened by AI-Candy-Yang almost 2 years ago
- 3 comments
Labels: enhancement
#6 - TypeError: Descriptors cannot not be created directly. occured when running the demo
Issue -
State: closed - Opened by vivisol almost 2 years ago
- 1 comment
Labels: bug
#5 - ann预测速度那么慢,比原生模型慢很多?
Issue -
State: closed - Opened by song4875343 about 2 years ago
- 6 comments
Labels: question, wontfix
#4 - 计算TFIDF向量的时候只用到了IDF,没有用到TF(词频)
Issue -
State: closed - Opened by mrhu2017 over 2 years ago
- 6 comments
Labels: enhancement
#3 - 使用text2vec就算文本相似度必须联网吗
Issue -
State: closed - Opened by Ponyo1 over 2 years ago
- 2 comments
Labels: question
#2 - 计算图片相似度image_demo报错
Issue -
State: closed - Opened by Gxy-2001 almost 3 years ago
- 4 comments
Labels: bug
#1 - library features
Issue -
State: closed - Opened by shibing624 almost 3 years ago
- 1 comment
Labels: enhancement, wontfix