文件名称:vibotorch:PyTorch库的包装
文件大小:55KB
文件格式:ZIP
更新时间:2024-06-05 01:38:02
Python
威宝火炬 该库是PyTorch库的包装,主要是为分割任务而开发的。 结构 包装器的结构如下: vibotorch |__ database |__ procedure/experiments |__ segmentation/models |__ layer |__ nn |__ structures |__ test |__ trainer |__ utils | | |loader_init |main 方法 这里将描述库的不同部分。 数据库 该文件夹包含加载程序,该加载程序具有将图像(输入)分配给图像(gt)[段]的能力,与本地PyTorch图像(输入)分配给label(gt)[分类]的功能相反。 程序/实验 实验是包装程序开发之前测试人员所使用的不同代码,其中
【文件预览】:
vibotorch-master
----.gitignore(781B)
----__init__.py(0B)
----loader_init.py(2KB)
----segmentation()
--------models()
----procedures()
--------experiments()
----structures()
--------__init__.py(0B)
--------routine.py(12KB)
----utils()
--------imageMatching.py(9KB)
--------transformations.py(968B)
--------Augmentation.py(2KB)
--------compute_weight.py(4KB)
--------__init__.py(0B)
--------stitching.py(2KB)
--------concat-log.py(2KB)
--------matches.py(2KB)
--------resize.py(566B)
--------processing.py(3KB)
--------metrics.py(5KB)
--------arrangeFolders.py(1KB)
--------metrics2.py(5KB)
--------convertL.py(366B)
--------tracker.py(735B)
----trainer()
--------trainer.py(6KB)
--------__init__.py(0B)
----README.md(3KB)
----database()
--------dataloaderSegmentation.py(10KB)
--------__init__.py(0B)
--------database.py(6KB)
--------__pycache__()
----main.py(2KB)
----test()
--------testings.py(1KB)
--------train_script.py(340B)