darthvader

Results 4 issues of darthvader

I've been trying to finetune dino on my dataset: ``` import copy import torch import torchvision from torch import nn from lightly.loss import DINOLoss from lightly.data.collate import DINOCollateFunction from lightly.models.modules...

I am trying to finetune yolo on my dataset to predict the object, but even if the object is skewed the boundary box is always and not a skewed rectangle....

Hi @ShihaoShao-GH. I'm using embeddings to represent my images and I'm storing them in a vector database for retrieval. I was thinking of integrating the rerank network after doing the...

Should I train dino with pretrain = False, or pretrain = True?

question