-
**What is your question?**
Hi,
I'm new to use raft anns python api, cagra.
I follow the examples shown https://docs.rapids.ai/api/raft/nightly/pylibraft_api/neighbors/#cagra.
I found warning…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 2.4-20240403-39047192-amd64
- Deployment mode(standalone or …
-
just cheek your labels files in "./labels_with_ids".Some custom datasets list their anns in sequeence of frame_id instead of track_id ,which is inappropriate for origin "gen_labels_[ ].py(s)" in this …
-
@masajiro こんにちは you are the wise sensei of vector search whose NGT tops hnsw based popular engines on benchmarks. I am curious if you think this approach can work to limit ram size need. Also a good n…
-
when i running train_stn.py,i got this bug like
**_ValueError: Sample larger than population or is negative_**
anyone knows how to solve it?
![bug](https://user-images.githubusercontent.com/802996…
-
Hi~!
I hope to use your nice program
but i don't know how to use it.....
I download coco dataset
but generate_json_mask.py is not work....
could you tell me more specific example?
i …
-
Hi,
I was wondering how you are actually calculating your scores.
```
y_true = np.array([hp.tag2idx[line.split()[1]] for line in open(f, 'r').read().splitlines() if len(line) > 0])
y_pr…
-
Is there a function to generate masks fully automatically, like the notebook in the example?
Also, do you have any plans to add such a function?
https://github.com/facebookresearch/segment-anythin…
-
Hi,
Thanks for the great work !
I found out TorchPQ recently : https://github.com/DeMoriarty/TorchPQ
> TorchPQ is a python library for Approximate Nearest Neighbor Search (ANNS) and Maximum I…
-
Congrats on the great work.
If I want to use your model using a custom dataset, how can I go about it? More specifically, do I need to generate the kpt_anns by myself?