gokul-pv / lightning-hydra-timm
PyTorch Lightning + Hydra. + Timm: A very user-friendly template for rapid and reproducible MLOps with best practices. ⚡🔥⚡
☆16Updated last year
Related projects ⓘ
Alternatives and complementary repositories for lightning-hydra-timm
- LightCollections⚡️: Ready-to-use implementations such as `LightningModules` for various computer vision papers.☆23Updated last year
- XView3 challenge, 2nd place solution☆29Updated 2 years ago
- Implementing PolyLoss in Pytorch☆72Updated 2 years ago
- A PyTorch implementation of computing mean average precision in parallel☆16Updated 2 years ago
- ModelSoups for Tensorflow2 and Torch☆47Updated 2 years ago
- Efficient CUDA kernels for training convolutional neural networks with PyTorch.☆33Updated last week
- My 1st place solution at Kaggle Hotel-ID 2021☆18Updated 3 years ago
- Adds timm pretrained backbone to pytorch's FasterRcnn model☆12Updated 9 months ago
- A simple wrapper library for binding timm models as detectron2 backbones☆38Updated last year
- Visualizer for PyTorch image models☆40Updated 3 years ago
- Examples of using PyTorch hooks, as covered in my YouTube tutorial video.☆32Updated last year
- Contains source code for the winning solution of the xView3 challenge https://iuu.xview.us/.☆62Updated 2 years ago
- TF2 implementation of knowledge distillation using the "function matching" hypothesis from https://arxiv.org/abs/2106.05237.☆87Updated 3 years ago
- Official repository of the paper "GPR1200: A Benchmark for General-PurposeContent-Based Image Retrieval"☆25Updated 2 months ago
- Timm model explorer☆36Updated 7 months ago
- State-of-the-art data augmentation search algorithms in PyTorch☆47Updated last year
- Code for reproducing IS-Count: Large-scale Object Counting with Importance Sampling (AAAI 2022)☆26Updated 2 years ago
- Occlusion Copy & Paste augmentation for Occluded Instance Segmentation☆18Updated last year
- Library for converting from RGB / GrayScale image to base64 and back.☆19Updated 2 years ago
- Heatmap Learner Convolutional Neural Network for Object Counting and Localization☆42Updated 9 months ago
- PyTorch Lightning based training of Semantic Segmentation models☆38Updated last year
- Official implementation of "Active Image Indexing"☆58Updated last year
- TensorFlow implementation of the "Prompt-to-Prompt Image Editing with Cross Attention Control" for Stable Diffusion☆15Updated last year
- 4th place solution for the Google Universal Image Embedding Kaggle Challenge. Instance-Level Recognition workshop at ECCV 2022☆42Updated last year
- Continuation of an abandoned project fast-coco-eval☆65Updated last week
- QUick and DIrty Domain Adaptation☆20Updated 10 months ago
- Easy to use class balanced cross entropy and focal loss implementation for Pytorch