Vincent Tu
Vincent Tu
I don't have an issue. I'm just curious what the `data` variable has in https://github.com/xingyizhou/GTR/tree/master/gtr/tracking/trackeval/metrics `eval_sequence` methods. From looking at `clear.py`, I'm guessing: ``` data = { "num_gt_ids": Total number...
## 🚀 Feature The only noise augmentation I saw in the kornia docs is [`RandomGaussianNoise`](https://kornia.readthedocs.io/en/latest/_modules/kornia/augmentation/_2d/intensity/gaussian_noise.html#RandomGaussianNoise). `RandomUniformNoise` or maybe a general class for adding noise given some distribution would be really...
## 🚀 Feature [`RandomAffine`](https://kornia.readthedocs.io/en/latest/_modules/kornia/augmentation/_2d/geometric/affine.html#RandomAffine) has translate by a fraction and [`RandomTranslate`](https://github.com/kornia/kornia/blob/master/kornia/augmentation/_2d/geometric/translate.py) seems to be the same thing. I'm not sure if this would be too complicated but it would be...
### The Feature https://docs.litellm.ai/docs/completion/mock_requests Kind of like LangChain's [FakeListChatModel](https://api.python.langchain.com/en/latest/chat_models/langchain_community.chat_models.fake.FakeListChatModel.html). ```py llm = FakeListChatModel( responses=[ "response1", "response2", ... ] ) ``` Would it be possible for the `completion` function to have...
### 🤔 Reasoning _Explain the purpose of this PR..._ ### 🚧 Changes _Describe the changes made..._ ### ✅ PR Checklist - [x] Using this PR template? - [x] Linked issue?...
### Feature Description . ### Reason _No response_
### Feature Description Evaluation metrics like f1, precision, recall, EM, fuzzy match?, pass@k and any other ones relevant to our currently supported benchmarks ### Reason _No response_
### Feature Description - an `evaluator` module under `eval` that can both do output parsing and evaluation for each agent so the user doesn't need to generate then write their...
### Feature Description https://arxiv.org/abs/2310.04406 **Implement**: - [x] #216 - [x] #217 - [x] #219 - [x] #218 - [x] #220 - [x] #221 - [x] #222 - [x] #223 -...
### Feature Description https://arxiv.org/abs/2310.04406 **Implement**: - [x] #233 - [x] #234 - [x] #236 - [x] #235 - [x] #237 - [x] #238 - [x] #239 - [x] #240 -...