detectools

View on PyPIReverse Dependencies (0)

1.0.4 detectools-1.0.4-py3-none-any.whl

Wheel Details

Project: detectools
Version: 1.0.4
Filename: detectools-1.0.4-py3-none-any.whl
Download: [link]
Size: 68550
MD5: 058595a1d31402120cbb817c5939c34f
SHA256: f1f52c8a10fa08749be1afeaae45634f6e60e87c56541ad9358817062a4aa7d7
Uploaded: 2024-12-05 14:59:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: detectools
Version: 1.0.4
Summary: Overlay of PyTorch to generalize trainning and inference processes for detection & instance segmentation tasks.
Author-Email: Lucas Bernigaud Samatan <lucas.bernigaud-samatan[at]inrae.fr>, Jordan Bernigaud Samatan <jordan.bernigaud-samatan[at]inrae.fr>
Maintainer-Email: Jordan Bernigaud Samatan <jordan.bernigaud-samatan[at]inrae.fr>
Project-Url: Homepage, https://forgemia.inra.fr/ue-apc/librairies/python/detectools_v1
Project-Url: Issues, https://forgemia.inra.fr/ue-apc/librairies/python/detectools_v1/-/issues
Project-Url: Documentation, https://detectools.readthedocs.io/en/latest/
Project-Url: Repository, https://forgemia.inra.fr/ue-apc/librairies/python/detectools_v1
License: GNU Affero General Public License v3 or later (AGPLv3+) (AGPL-3.0).
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11.9
Requires-Dist: torch (==2.4.0)
Requires-Dist: torchvision (==0.19.0)
Requires-Dist: pycocotools (==2.0.8)
Requires-Dist: torchmetrics (==1.4.0)
Requires-Dist: tensorboard (==2.18.0)
Requires-Dist: ultralytics (==8.3.28)
Requires-Dist: transformers (==4.44.2)
Requires-Dist: colorcet (==3.1.0)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[No description]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
detectools/__init__.py sha256=lJ6L87STpIv6QWlWXn-grgiu8wEcegEt1k0TxCqxSt0 397
detectools/config/__init__.py sha256=jt9_3221ZDqCHbXeYB6qThgtrtP2gBhBj6KKSjeUa7Y 80
detectools/config/config.py sha256=Gh4Qi8w4mrjoF3mp5cTrRIXA4ZTi6MtFTYul6O8F9dA 9488
detectools/config/errors.py sha256=ShQ7tfUHO9oUC-DXdlmNX3tnfM-Qxp0lcK3WeYPJMeI 347
detectools/data/__init__.py sha256=LTFdKQ8OhHytO9Ef_Ms5fOpftXE73kaPq1C9QuBk43U 373
detectools/data/additional_augmentations.py sha256=E6VcBcu5A16gBGBKJRoTLy6YuICt9haTwtIAOcOO0WM 3341
detectools/data/augmentation_class.py sha256=9woZeXhqjebyOU8URaQhTxwpzyVu0AusDDgSxafBChg 1566
detectools/data/dataset.py sha256=C4-Sgkp45YFkjAruLPDz-StSkEzHJpPMuFPDDClU1z0 11921
detectools/data/errors.py sha256=qAGgHlkmmDHyNt_roGo1gKFsdUGbYCwI7hwbaNeXgxY 1022
detectools/data/data_reader/__init__.py sha256=k3kPukS_-a-btrmh2nfeFH2us-cKsoKSzIGZXljCODc 111
detectools/data/data_reader/readers.py sha256=AZBAYy-BJ0RBZGtmjIWsgaQbbyMUBTyVbfnAhsqsXVY 13824
detectools/formats/__init__.py sha256=icVgJYRvx0wr6GQizsCU9OtR7ClE9xc8qxCtjpYpnR0 639
detectools/formats/base_data.py sha256=DWkCDf3I4EOhw6HSQWtpB8JYXSh5F82HJK-Rxy5MNfo 23229
detectools/formats/base_formats.py sha256=sREbaI3VkiqVoNdN-Ho8yECN2NCl4EFooDybMXyxIcY 7794
detectools/formats/errors.py sha256=tPavvTrZNx4jMb82A9tBBK5PP-jAML98Wvtccz6Omnk 5167
detectools/formats/formats.py sha256=991JLtNJk1HcDORpFy_QI10A-YbCbk-ZbcEk1mL9iAc 6400
detectools/formats/utils.py sha256=u1-f2qwQVXwJVQo7_oWb3NfOJRrEk6MADYo_wBI4E8A 2670
detectools/inference/__init__.py sha256=V_Ju8U1nXB5Uu0aRt7xJDnBxTJ-c5BlWO0QT8Wo0U0k 223
detectools/inference/patchifier.py sha256=EJxgk-IB60YsWQ-sbaG-O9vuSsz-mgeN7kEvWmRivVw 11596
detectools/inference/predictor.py sha256=mqfq7VBIphEewmtSKdHv04bbnBPcyJ_k6AfFqiEqq-8 8252
detectools/metrics/__init__.py sha256=9qmDx8zZZOyjL_C1Da4XTFbkqgO8KokJxtJtMNwHUCA 1120
detectools/metrics/available_metrics.py sha256=jY0f_PnEQ2sAvrCJ7oosUsSAlD2szBjBMv2c3fZLwMQ 6829
detectools/metrics/base_metric.py sha256=oOl8QuhlH6fEGz7ZTl6E4YDieCN23CenlxlTd1h6eCg 16088
detectools/metrics/func.py sha256=zEcI2h387RA1gebaouPy0HRdRTs81U4kPgml9zgePaQ 863
detectools/metrics/matcher.py sha256=z-hZFGbcH6yibdBugaC7rPDk6PNmgJrXKnx_jLw3oc4 4429
detectools/metrics/utils.py sha256=yo4TK3vJqGuvufLP0U5jfeFsl3uy4V-T6xcx6Tx_u6w 786
detectools/models/__init__.py sha256=iDcIbfN0LgSexLoimD_b2OEUlTEPcYi8byeUkT3EAA0 290
detectools/models/basemodel.py sha256=590L2NG3-eUdjzf6Zn7ye6rKohHH1Z-61pCUo_HGeeg 3093
detectools/models/mask2former/__init__.py sha256=cEjHGdWCgTt9BOshx0UXxoFTgSWUQ3KcmELfanWHy8E 91
detectools/models/mask2former/mask2former.py sha256=hkj3BLLHtOZvIYVEVEga1mo-aSHflCiz4Z8hOEeB4bA 11505
detectools/models/yolov8/__init__.py sha256=XyyQiURFU4KhubsikP_yy7p_Sb35rPJj9NrdmvpkVbY 317
detectools/models/yolov8/errors.py sha256=z6gck4Ro2t_vncMBsSYu_PWZk7bIE_CofJWPszhE3MI 819
detectools/models/yolov8/utils.py sha256=eEglVmAHxnNminue6xJjhr9qH_8p_qR14EBA7dGV6zs 2663
detectools/models/yolov8/yolov8.py sha256=-hwHl7r5grgFE_0sLa9x7iaWsB6V9nSaJUXSIWmowdI 10811
detectools/models/yolov8seg/__init__.py sha256=e8TxMiWYeaet9Gss8P47QwT9mgO3hSyVKJ4raPFVNKE 156
detectools/models/yolov8seg/errors.py sha256=GNpHzIemO739I4iGhUqMFD8H3I2MUXLt5xPfBRikBf8 425
detectools/models/yolov8seg/utils.py sha256=OlC_ofuScxXO9GBzgAp5A0lASgSkTyfE3LlXsxqahHE 4047
detectools/models/yolov8seg/yolov8seg.py sha256=-PKgGmLv5_lOT8HGbcCNPjVS28EWsPO7S9bBThbtj2M 14728
detectools/preprocessing/__init__.py sha256=NxnoyAWOptg1P4juASa9x-e1OzDdy0XRHqN_ultX4UU 265
detectools/preprocessing/image.py sha256=Yepybn1c_5FLKpoUX-k81RdQu8CQ6XRw8lbwBRrtmfs 1119
detectools/preprocessing/preprocessing.py sha256=3-on8igCmn-EQJrJp85UCfIShdy--D4TC7g6XU6e03E 2165
detectools/train/__init__.py sha256=TjYJ5f6wvRp4oxjKXO4Od9buyzs1KiCm4aT6LrGOG88 94
detectools/train/trainer.py sha256=CqKyqhMFG9bVE2-kz-tYCfbJG-V4pFwb6SlyvEYNOsM 10996
detectools/utils/__init__.py sha256=2Sc6672HHnNPvlYVfOVov0LnhLM-FeqVNZQFXb7h-Os 112
detectools/utils/errors.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
detectools/utils/visualization.py sha256=r0aE-ks64estnKol8kYHxiGn_8fZT6UpdHGEXmi1rbE 10705
detectools-1.0.4.dist-info/LICENSE.txt sha256=GUe34mz6tcOK399g5eFUvMDlzAkNEDkKzWiBSKzTB9g 67
detectools-1.0.4.dist-info/METADATA sha256=OTFj_dOk5ih61NkpW2YPW6Ml8fRiIdTeUr6LFTTLKxo 1265
detectools-1.0.4.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
detectools-1.0.4.dist-info/top_level.txt sha256=-9jQf6VnTLEs9TnVmJfyPBiaurm6TIZLw_U_IFp2obc 11
detectools-1.0.4.dist-info/RECORD

top_level.txt

detectools