-
I'm getting the following exception from the call to knnMatch (see code given below):
`opencv/modules/core/src/ocl.cpp:4585: error: (-215) u->origdata == data in function deallocate`
The exception is…
-
I try to do feature matching on html-document-nodes, and use features of these document nodes (tagname, text, class, length,..) as placeholder (struct). Currently, the network consists of some fasttex…
-
So here's the pipeline for my reconstructions:
```
create_calibration_file_from_exif \
-images=img/* \
-output_calibration_file=calibration
```
```
build_reconstruction \
-reconstruction_e…
-
# Environments
Python: 3.9
OS: Ubuntu 20.04
FlagEmbedding 1.2.5
transformers 4.33.1
# Details
my test python file `bge-test.py`:
```
from FlagEmbedding import BGEM3F…
-
# Keywords
Contrastive learning, Inverse Cloze Task, MoCo,
# TL;DR
# Abstract
Recently, information retrieval has seen the emergence of dense retrievers, using neural
networks, as an alternativ…
-
The BertCapModel uses two BertModel as encoder and decoder. However, in the config about BertModel, it sets max_position_embeddings = 17 in decoder, which leads to tensor size not matching, like this…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expecte…
-
Allow users to search:
A -> B
or
A B
-
### Issue Description
I'm training a deep neural network predicting if two records refer to the same entity using LSTM layers. I can't get SHAP to work on the LSTM model, but it does provide values o…
-
Your code is very good. I am coding a slam with 3D descriptor, which is trained by CNN. The 3DMatching of your codes with TSDF to TSDF registration can run in realtime?