- 16 11月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Recursive directories dataset capability * x.split('.')[-1] * f += glob.glob(f"{p}{os.sep}**.*", recursive=True) * f += glob.glob(str(p / '**.*'), recursive=True) * remove . from image and vid formats * .txt to txt * str(p / '**' / '*.*')
-
由 Glenn Jocher 提交于
* W&B logging add hyperparameters * hyp bug fix and image logging updates * if plots and wandb: * cleanup * wandb/ gitignore add * cleanup 2 * cleanup 3 * move wandb import to top of file * wandb evolve * update import * wandb.run.finish() * default anchors: 3
-
- 15 11月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 14 11月, 2020 7 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Improved FLOPS computation * update comment
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Utils reorganization * Add new utils files * cleanup * simplify * reduce datasets.py * remove evolve.sh * loadWebcam cleanup
-
由 Glenn Jocher 提交于
* resume fix for yaml constructor posixpath error * fix update * remove weights/ dir backup
-
- 13 11月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
* Project/name update * Update ci-testing.yml * address project with path separator failure mode * Project/name update * address project with path separator failure mode * Update ci-testing.yml * detect.py default --name bug fix * missing rstrip PR * train/exp0 to train/exp
-
由 weida wang 提交于
* update Write results * Update detect.py * Update test.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 12 11月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 11 11月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 10 11月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Replace 'ground truth' with 'labels' * Using torch... update
-
由 Khiem Doan 提交于
* Use pathlib instead of low-level module * Use pathlib instead of low-level module * Update detect.py * Update test.py * reformat Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 09 11月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
* Create flatten_recursive() helper function * cleanup * print torch version
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Increment train, test, detect runs/ * Update ci-testing.yml * inference/images to data/images * move images * runs/exp to runs/train/exp * update 'results saved to %s' str
-
- 07 11月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 06 11月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 04 11月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
* autoshape update for PIL greyscale inputs * autoshape update for PIL greyscale inputs
-
- 02 11月, 2020 3 次提交
-
-
由 Junghoon Kim 提交于
* Change optimizer parameters group method * Add torch nn * Change isinstance method(torch.Tensor to nn.Parameter) * parameter freeze fix, PEP8 reformat * freeze bug fix Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Ayush Chaurasia 提交于
* W&B feature improvements This PR add: * Class to id labels. Now, the caption of bounding boxes will display the class name and the class confidence score. * The project name is set to "Yolov5" and the run name will be set to opt.logdir * cleanup * remove parenthesis on caption Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 01 11月, 2020 1 次提交
-
-
由 Ayush Chaurasia 提交于
* Add wandb metric logging and bounding box debugging * Improve formatting, readability * Remove mutliple path for init, improve formatting * Add wandb params * Remove typecasting in bbox coordinates and reformat * Cleanup * add wandb to requirements.txt * minor updates to test.py * general reorg * reduce --log-imgs to 10 * clean wandb import * reverse wandb import assert * add except AssertionError to try import * move wandb init to all global ranks * replace print() with logger.info() * replace print() with logger.info() * move wandb.init() bug fix * project PosixPath to basename bug fix Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-