37 Commits (19c56e60b100cf8ff9af65b4347de69e0cff76ae)

Author SHA1 Message Date
  Diego Montes 2c6317547a
Add nms and agnostic nms to export.py (#5938) 2 years ago
  Diego Montes 4fb6dd4b26
Fix ONNX opset inconsistency with parseargs and run args (#5937) 2 years ago
  Glenn Jocher 1075488d89
Single-command multiple-model export (#5882) 2 years ago
  Glenn Jocher 7bf04d9bbf
`AutoShape()` models as `DetectMultiBackend()` instances (#5845) 2 years ago
  Glenn Jocher 00e308f7be
Update TorchScript suffix to `*.torchscript` (#5856) 2 years ago
  imyhxy a4207a202d
Fix TensorRT potential unordered binding addresses (#5826) 2 years ago
  rockstarr 4c7b2bdc30
TorchScript `torch==1.7.0` Path support (#5781) 2 years ago
  imyhxy 7a39803476
Export, detect and validation with TensorRT engine file (#5699) 2 years ago
  Glenn Jocher 562191f575
Update export.py docstring (#5689) 2 years ago
  Glenn Jocher 3883261143
New `DetectMultiBackend()` class (#5549) 2 years ago
  Jirka Borovec 0155548384
precommit: isort (#5493) 2 years ago
  Glenn Jocher 5866646cc8
Fix float zeros format (#5491) 2 years ago
  Glenn Jocher 7b1f7aec46
Update `get_loggers()` (#4854) 2 years ago
  Malte Lorbach 153873e9e4
Fix `ROOT` as relative path (#5129) 2 years ago
  Glenn Jocher 4e04cb0dc8
Allow YOLOv5 execution from arbitrary `cwd` (#4954) 3 years ago
  Jiacong Fang 2c2ef25f8b
TensorFlow.js export enhancements (#4905) 3 years ago
  Glenn Jocher 4d1a2ac87e
Update `sys.path.append(str(ROOT))` (#4852) 3 years ago
  Glenn Jocher 3732f9ac8a
Refactor argparser printing to `print_args()` (#4850) 3 years ago
  Jiacong Fang 3beb871ba4
Multiple TF export improvements (#4824) 3 years ago
  Glenn Jocher 6b44ecd53d
Fix 'PyTorch starting from' for URL weights (#4828) 3 years ago
  Kalen Michael 43b2817f6e
Feature/fix export on url (#4823) 3 years ago
  Glenn Jocher b74dd4ba4f
Add `--int8` argument (#4799) 3 years ago
  Glenn Jocher c3a93d783d
Add TensorFlow formats to `export.py` (#4479) 3 years ago
  Glenn Jocher c47be26f34
Replace `path.absolute()` with `path.resolve()` (#4763) 3 years ago
  Zegorax 2d9411dbb8
Scope `onnx-simplifier` requirements check (#4730) 3 years ago
  Glenn Jocher 8b18b66304
ONNX opset 13 (#4566) 3 years ago
  Glenn Jocher d1182c4f29 `check_requirements(('coremltools',))` (#4478) 3 years ago
  Glenn Jocher 24bea5e4b7
Standardize headers and docstrings (#4417) 3 years ago
  Glenn Jocher 57c342a6a5
Simplify ONNX inference command (#4405) 3 years ago
  junji hashimoto 2d99063201
Feature `python train.py --cache disk` (#4049) 3 years ago
  Glenn Jocher 388016e9e3
Update 'results saved to' string (#4275) 3 years ago
  Glenn Jocher 6e4358f3f3
Add `export.py` ONNX inference suggestion (#4146) 3 years ago
  Glenn Jocher 264be1a616
Rename `opset_version` to `opset` (#4135) 3 years ago
  Glenn Jocher 3bef77f5cb
Addition refactor `export.py` (#4089) 3 years ago
  Glenn Jocher 442a7abdf2
Refactor `export.py` (#4080) 3 years ago
  fcakyon 0e2d0d54d7
Fix typo (#3729) 3 years ago
  Glenn Jocher 1f69d12591
Update 4 main ops for paths and .run() (#3715) 3 years ago
  Glenn Jocher fad27c0046
Update DDP for `torch.distributed.run` with `gloo` backend (#3680) 3 years ago
  lb-desupervised bfb2276b1d
Slightly modify CLI execution (#3687) 3 years ago
  Glenn Jocher 53ed872c28
Update export.py, yolo.py `sys.path.append()` (#3579) 3 years ago
  Glenn Jocher 0e5cfdbea7
Refactor models/export.py arguments (#3564) 3 years ago
  Glenn Jocher f3c3d2ce5d
Merge `develop` branch into `master` (#3518) 3 years ago
  Yonghye Kwon 8d1ddc93c7
Earlier `assert` for cpu and half option (#3508) 3 years ago
  Yonghye Kwon a1c3572bc9
Explicit `model.eval()` call `if opt.train=False` (#3475) 3 years ago
  Sam_S 044daafd9d
Add `output_names` argument for ONNX export with dynamic axes (#3456) 3 years ago
  WangChaofeng ef4d53818d
ONNX export in .train() mode fix (#3362) 3 years ago
  Glenn Jocher 7b36e38cf8
Check CoreML models.train() mode (#3262) 3 years ago
  Cristi Fati 9ab561dbfc
Parameterize ONNX `--opset-version` (#3154) 3 years ago
  Cristi Fati d9b4e6b748
Add `--include torchscript onnx coreml` argument (#3137) 3 years ago
  Glenn Jocher 525f4f86a9
Add --optimize argument (#3093) 3 years ago