-
Hi, when I'm doing the CUDA_VISIBLE_DEVICES= python main.py --config cfgs//fewshot.yaml --finetune_model \
--ckpts --exp_name --way --shot --fold .
It shows error:TypeError: __init__() got an un…
-
The [paper](https://huggingface.co/papers/2409.02078) states:
> We include boilerplate code for both zero-shot and few-shot applications on the github repository for this paper.
I cannot find an…
-
Hi author,
The introduction to the use of dataset_tool.py provided in the readme documentation doesn't seem to have few-shot setting,
how should I prepare the dataset according to the setting given…
-
Hi, thanks for this amazing work. I want to ask if this model is few-shot or zero-shot model for 6D pose estimation? Thank you!
-
Hi LucoDervo,
I was looking for a few-shot dataset, specifically the '100-shot-Bridge_of_Sighs' and '100-shot-Temple_of_Heaven.' and I came across your code during my search.
Do you have the ful…
sz083 updated
2 months ago
-
### What is your question?
I tried to modify the dataset partitioning method and split it into a 3-way, 5-shot format for few-shot learning. I checked the results of the data partitioning, and they m…
-
### Feature description
Action items:
* `FewShotExample` type should be extended with optional field representing list of input images
* method `list_few_shots` of class `Prompt` should be able t…
-
Hello,I want to use the few-shot method to assist LLAMA in inference. May I ask how the input format should be set?
-
I'd like to apply few shot object detection on images where there are plenty of expected detections (e.g a few dozens or hundreds).
The pattern is a bit repetitive, so the idea is to label only 5-1…
-
Quick research and decisions to be made about:
* Which models need to be fine-tuned on which tasks?
* Which models need to be evaluated few-shot?
* Which models should be evaluated 0-shot?