- 23 9月, 2020 2 次提交
-
-
由 Guilhen 提交于
* add the configuration to deploy yolov5 in a docker container in app engine on google cloud * remove the duplicated requirements, place the google app engine files in utils * remove the unused requirements Co-authored-by:
guilhembau <guilhem@6dbytes.com>
-
由 stone99 提交于
* feat: add rtmp support * Update detect.py pass tuple to source.startswith() Co-authored-by:
ryan.fu <ryan.fu@aylaasia.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 21 9月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 19 9月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 14 9月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 12 9月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 tomguluson92 提交于
-
由 Glenn Jocher 提交于
-
- 11 9月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 08 9月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 07 9月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 05 9月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 04 9月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 03 9月, 2020 7 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 NanoCode012 提交于
-
由 Glenn Jocher 提交于
* Update train.py with simplified ckpt names * Return default hyps to hyp.scratch.yaml Leave line commented for future use once mystery of best finetuning hyps to apply becomes clearer. * Force test_batch*_pred.jpg replot on final epoch This will allow you to see predictions final testing run after training completes in runs/exp0
-
由 Glenn Jocher 提交于
-
由 Naman Gupta 提交于
* Class frequency not calculated on resuming training Calculation of class frequency is not needed when resuming training. Anchors can still be recalculated whether resuming or not. * Check rank for autoanchor * Update train.py no autoanchor checks on resume Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 02 9月, 2020 2 次提交
-
-
由 tkianai 提交于
* the value should be a list to unpacking * filter the None labels * update readme to remove apex dependency * add support for DWConv fuse operation
-
由 Glenn Jocher 提交于
-
- 01 9月, 2020 5 次提交
-
-
由 NanoCode012 提交于
Cleaned up code
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 NanoCode012 提交于
* Add InfiniteDataLoader Only initializes at first epoch. Saves time. * Moved class to a better location
-
由 Glenn Jocher 提交于
-
- 30 8月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 29 8月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 28 8月, 2020 1 次提交
-
-
由 rafale77 提交于
Don't load the entire torchvision library just for nms when the function is already in the torch library.
-