pytorchyolo

View on PyPIReverse Dependencies (2)

1.8.0 pytorchyolo-1.8.0-py3-none-any.whl

Wheel Details

Project: pytorchyolo
Version: 1.8.0
Filename: pytorchyolo-1.8.0-py3-none-any.whl
Download: [link]
Size: 42945
MD5: e7ad85c215c7a21ee86010c6880374b5
SHA256: edefdc461f6a4654eb9b219a7f33040901c1165ed14cd8e731b4499839b3f594
Uploaded: 2023-02-22 21:09:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytorchyolo
Version: 1.8.0
Summary: Minimal PyTorch implementation of YOLO
Author: Florian Vahl
Author-Email: git[at]flova.de
Home-Page: https://github.com/eriklindernoren/PyTorch-YOLOv3
Project-Url: Repository, https://github.com/eriklindernoren/PyTorch-YOLOv3
License: GPL-3.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: Pillow (<10.0.0,>=9.1.0)
Requires-Dist: imgaug (<0.5.0,>=0.4.0)
Requires-Dist: matplotlib (<4.0.0,>=3.3.3)
Requires-Dist: numpy (<2.0.0,>=1.23.4)
Requires-Dist: scipy (<=1.6); python_version >= "3.8" and python_version < "3.9"
Requires-Dist: scipy (<2.0,>=1.9); python_version >= "3.9" and python_version < "4.0"
Requires-Dist: tensorboard (<3.0.0,>=2.10.0)
Requires-Dist: terminaltables (<4.0.0,>=3.1.0)
Requires-Dist: torch (<1.13.0,>=1.10.1)
Requires-Dist: torchsummary (<2.0.0,>=1.5.1)
Requires-Dist: torchvision (>=0.13.1)
Requires-Dist: tqdm (<5.0.0,>=4.64.1)
Requires-Dist: urllib3 (<=1.22); python_version >= "3.8" and python_version < "3.9"
Requires-Dist: urllib3 (<2.0,>=1.23); python_version >= "3.9"
Description-Content-Type: text/markdown
[Description omitted; length: 7648 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytorchyolo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytorchyolo/detect.py sha256=ERRR158X0sVeU06QX5MIOhPsk7gaqvwPl4TXHnJbWs4 10872
pytorchyolo/models.py sha256=vls8EKdu1B9BWdXqQDadupRLWKoauSle9CdzoqxaI3s 14731
pytorchyolo/test.py sha256=aguHptU5-rwCgIH6CgdRaiQ6InuP753UKKWwGoApCrg 7996
pytorchyolo/train.py sha256=MTSTZAFjIABJi21Q96rJN-8cFApnpDcJsrBfg6XJ0vY 10137
pytorchyolo/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytorchyolo/utils/augmentations.py sha256=w27gGixEP3cIDHzyNN_k6fYpgOFqc5P1dDfVBLqMdko 1048
pytorchyolo/utils/datasets.py sha256=Ufe187HhXWG7y3--Wg_XHRPRhYkt8e13rpNKMWIeHEg 4276
pytorchyolo/utils/logger.py sha256=Z4wLFiZI2OaTq2EcGgOecPB-XJUZEGDyGdflc2ykqnQ 790
pytorchyolo/utils/loss.py sha256=soXHFKiLFCKCvxlMDZiGDiCKkLKq63KemwFlcdkdXiU 9145
pytorchyolo/utils/parse_config.py sha256=Yl93B4eYOi0tCr4p7KTCZemkTuWCW1mPb4Q2vneOWDU 1264
pytorchyolo/utils/transforms.py sha256=6S5VAngA0wqTsEMPZ7xLxuyUeEdZFKfSwWoi2f7hqlg 3005
pytorchyolo/utils/utils.py sha256=gEF90PCaR2Y7mrvjBoWC9noYgbjJS97ZtQZgXMTxiGU 13466
pytorchyolo-1.8.0.dist-info/LICENSE sha256=f6flbA23EQX0tZpqCsQCJesFmHb4XNOAOD99egZuaL4 35127
pytorchyolo-1.8.0.dist-info/METADATA sha256=fCa5h1FU96aNR8LJEG4fZ9-Otpicmf7XumuswfklqPw 9091
pytorchyolo-1.8.0.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
pytorchyolo-1.8.0.dist-info/entry_points.txt sha256=rMeeDKoXpjIs-Yb6QB4v_6BNo72MCFdokrnXIsogKus 118
pytorchyolo-1.8.0.dist-info/RECORD

entry_points.txt

yolo-detect = pytorchyolo.detect:run
yolo-test = pytorchyolo.test:run
yolo-train = pytorchyolo.train:run