Metadata-Version: 2.1
Name: tati_tools
Version: 0.0.3
Summary: Tools for computer vision tasks.
Home-page: https://github.com/tatigabru/tati_tools
Author: Tati Gabru
Author-email: travellingtati@gmail.com
License: License :: OSI Approved :: MIT License
Description: # Tati-tools 
        
        This is a set of helper tools for computer vision tasks.
        
        ### Includes
        
        * Configs parsing
        * Tools for deep learning models
        * Common PyTorch routines (fix random seed, load, save)
        * Logging setups and examples
        * Losses: Focal loss, Jaccard loss, Dice losses and combination of losses.
        * Visualization of computer vision predictions
        * Metrics for CV tasks 
        * Image, bboxes and masks helpers
        * Sample datasets
        
        
        ### Installation
        
        pip install -U tati-tools
        
        pip install git+https://github.com/tatigabru/tati-tools
Keywords: Deep Learning,Machine Learning,Computer Vision,PyTorch,Kaggle,Masks,Polygons,Satellite Imaging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: tests
