Yury Belousov
Yury Belousov
Hey @casperdcl! I am wondering if this plugin can show info only from local machine (where tmux is installed and launched) or it could also work with remote machine. i.e....
Hello @rmirzojonov! Unfortunately, nowadays you can not > Removed everything except Adidas data from flickr_logos_27_dataset_query_set_annotation.txt and flickr_logos_27_dataset_training_set_annotation.txt. Edited common.py: So, to fix that you have to generate background, crop and...
@rmirzojonov Size of train and valid dataset are calculated at line 114 `gen_train_valid_test.py` ```py vsize_per_class = valid_size // num_classes tsize_per_class = train_size // num_classes ``` The size depends on number...
@EvAlex I'm also very appreciated for work you've already done. Now `.Net Core 2.0` is in release version more than 3 months, so, I think, it's time to update package...
There are several ways how you can train linear head for classification on your data: 1. [Downstream-Dino-V2](https://github.com/itsprakhar/Downstream-Dinov2) repository 2. [HF Transformers](https://github.com/facebookresearch/dinov2/issues/153) version of DINOv2 with the example notebook for the...
I can confirm that installing `mmcv` from the source fixed the issue when running segmentation scripts. You need to clone the specific version (not just `main` branch) via the following...