Skip to content

Commit

Permalink
yoloR
Browse files Browse the repository at this point in the history
  • Loading branch information
hey24sheep committed Jan 16, 2022
1 parent 70e5df6 commit b5e6e76
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 0 deletions.
Binary file not shown.
27 changes: 27 additions & 0 deletions yoloR_w6/train1/hyp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
lr0: 0.01
lrf: 0.2
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.5
cls_pw: 1.0
obj: 1.0
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.5
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
Binary file added yoloR_w6/train1/labels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yoloR_w6/train1/labels_correlogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions yoloR_w6/train1/opt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
weights: ./yolor_w6.pt
cfg: ./yolor/cfg/yolor_w6.cfg
data: ./reef.yaml
hyp: ./yolor/data/hyp.scratch.1280.yaml
epochs: 20
batch_size: 6
img_size:
- 1280
- 1280
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: '0'
multi_scale: false
single_cls: true
adam: false
sync_bn: false
local_rank: -1
log_imgs: 16
workers: 0
project: yolor_reef_1280
name: train_yoloR_w6_train1
exist_ok: true
total_batch_size: 6
world_size: 1
global_rank: -1
save_dir: yolor_reef_1280/train_yoloR_w6_train1
19 changes: 19 additions & 0 deletions yoloR_w6/train1/results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
0/19 15.7G 0.04 0.008306 0 0.04831 10 1280 0 0 0 0 0 0 0
1/19 15.7G 0.025 0.00526 0 0.03026 15 1280 0 0 0 0 0 0 0
2/19 15.7G 0.0246 0.004539 0 0.02914 19 1280 0 0 0 0 0 0 0
3/19 15.7G 0.02405 0.004158 0 0.02821 10 1280 0.9312 0.5541 0.8399 0.4471 0.01976 0.004889 0
4/19 15.7G 0.02244 0.003798 0 0.02624 12 1280 0.9546 0.4793 0.885 0.4822 0.01896 0.004331 0
5/19 15.7G 0.0206 0.00345 0 0.02405 7 1280 0.9267 0.6082 0.8904 0.4838 0.01778 0.004012 0
6/19 15.7G 0.02057 0.003331 0 0.0239 11 1280 0.9293 0.5453 0.8967 0.5049 0.01721 0.003891 0
7/19 15.7G 0.01917 0.003057 0 0.02223 9 1280 0.9419 0.6852 0.9182 0.5333 0.01604 0.003822 0
8/19 15.7G 0.0185 0.002963 0 0.02146 11 1280 0.9449 0.4693 0.9206 0.5349 0.01571 0.003687 0
9/19 15.7G 0.01791 0.002922 0 0.02083 6 1280 0.9323 0.4971 0.9137 0.5363 0.0153 0.003626 0
10/19 15.7G 0.0172 0.002767 0 0.01997 6 1280 0.9627 0.6424 0.9398 0.5682 0.01526 0.003543 0
11/19 15.7G 0.01654 0.002708 0 0.01925 10 1280 0.9476 0.5627 0.9312 0.5596 0.01529 0.003527 0
12/19 15.7G 0.01613 0.002593 0 0.01872 20 1280 0.9621 0.5693 0.9427 0.5772 0.01444 0.003448 0
13/19 15.7G 0.01576 0.002511 0 0.01827 10 1280 0.9479 0.6785 0.9363 0.5787 0.01417 0.003377 0
14/19 15.7G 0.01537 0.002484 0 0.01785 22 1280 0.9555 0.5784 0.9418 0.5882 0.01404 0.003365 0
15/19 15.7G 0.01505 0.002487 0 0.01754 6 1280 0.9555 0.7132 0.9483 0.598 0.01378 0.003341 0
16/19 15.7G 0.01485 0.00248 0 0.01733 4 1280 0.9527 0.7024 0.9443 0.5964 0.01351 0.003315 0
17/19 15.7G 0.01424 0.002358 0 0.0166 8 1280 0.9621 0.738 0.9556 0.6122 0.01355 0.003283 0
18/19 15.7G 0.01407 0.002275 0 0.01635 13 1280 0.9665 0.7904 0.9642 0.6181 0.01315 0.00323 0
Binary file added yoloR_w6/train1/train_batch0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yoloR_w6/train1/train_batch1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yoloR_w6/train1/train_batch2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5e6e76

Please sign in to comment.