Pavel Iakubovskii
Pavel Iakubovskii
Hi, First of all, thanks a lot for so great tool for 3d visualization, it helps me a lot! Is it possible to set the opacity for isosurface visualization? I...
# What does this PR do? Updates object detection guide with better model training and evaluation routines. Inspired by https://github.com/huggingface/transformers/pull/30422 Relates to https://github.com/huggingface/transformers/issues/29964 https://github.com/huggingface/transformers/issues/30557 ## Before submitting - [x] This...
# What does this PR do? Add a new strategy for image resizing and padding. As it was discussed in https://github.com/huggingface/transformers/pull/30422 (object detection examples), fixed resizing and padding strategies boost...
# What does this PR do? - Deprecate `reduce_labels` for Mask2FormerImageProcessor (it is already deprecated for all other image processors) - Remove deprecated `reduce_labels` for other segmentation models - Update...
Hi, great work! I build a [demo](https://huggingface.co/spaces/qubvel-hf/xfeat) for your project in HF Spaces. It would be great to add a link to your official code repo! Please let me know...
## Describe the bug It looks like keypoints work incorrectly for RandomSizedBBoxSafeCrop ### To Reproduce https://huggingface.co/spaces/qubvel-hf/albumentations-demo?transform=RandomSizedBBoxSafeCrop Albumentations==1.4.8
## Your Question By default for `PadIfNeeded` border mode is "mirror", however only masks are handled correctly for such kind of mode https://huggingface.co/spaces/qubvel-hf/albumentations-demo?transform=PadIfNeeded This can degrade performance, it would be...
Make most of the models from timm compatible with decoders (including transformers and convnext models)
### Description Hi! Amazing repo! I made a draft with [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) for a few models in the repo. This mixin adds a few methods to make it possible to save/load...