Dmytro Mishkin

Results 85 issues of Dmytro Mishkin

### Describe the bug https://huggingface.co/docs/datasets/en/semantic_segmentation shows wrong example with torchvision transforms. Specifically, as one can see in screenshot below, the object boundaries have weird colors. Original example with `albumentations` is...

Hi, I ham running this code ``` init; % add project paths, add solver aliases etc. img_path = 'data/img1.jpg'; % specify a path to an image solvers = [Solver2PC4CA, Solver6CA];...

Hi, I am performing somehow similar benchmark, but on caffenet128 (and moving to ResNets now) on ImageNet. One thing, that I have found - the best position of BN in...

Hi, This seems as cool piece of work done :) Do you have somewhere pytorch weights of any of edge detectors?

Closes https://github.com/cvg/glue-factory/issues/35 Compared to original papers, I have added the image resize to be consistent with gluefactory evals, and to make things easier for learned features. Also turned out, that...

This curves are with SuperPoint-Open I have been experimenting with faster training and it seems that OneCycle policy with `max_lr=3e-4` provides the same results (based on training and val metrics)...

Hi, Would you be interested in PR, adding the evaluation on WxBS? https://github.com/ducha-aiki/wxbs-benchmark ![F9cZN2qX0AAj_LA](https://github.com/cvg/glue-factory/assets/4803565/a043e5ec-25eb-4865-8791-6ac541cd9af3) And if yes - do you need it to be self-contained, or I just add `wxbs-benchmark`...

Hi, Just FYI, the configs are different compared to the paper: Paper: lr 1e-5, by 0.95 in each epoch after 10 epochs. > Training details: Weights are initialized from the...

Hi, I'd like to add some of this models to kornia if they are worth it. Given that you have trained them, I guess you have some numbers? If not,...