update code
Showing
56 changed files
with
3 additions
and
152 deletions
.idea/.gitignore
deleted
100644 → 0
1 | <component name="InspectionProjectProfileManager"> | ||
2 | <profile version="1.0"> | ||
3 | <option name="myName" value="Project Default" /> | ||
4 | <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true"> | ||
5 | <option name="ignoredPackages"> | ||
6 | <value> | ||
7 | <list size="2"> | ||
8 | <item index="0" class="java.lang.String" itemvalue="psutil" /> | ||
9 | <item index="1" class="java.lang.String" itemvalue="thop" /> | ||
10 | </list> | ||
11 | </value> | ||
12 | </option> | ||
13 | </inspection_tool> | ||
14 | </profile> | ||
15 | </component> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/misc.xml
deleted
100644 → 0
.idea/modules.xml
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <project version="4"> | ||
3 | <component name="ProjectModuleManager"> | ||
4 | <modules> | ||
5 | <module fileurl="file://$PROJECT_DIR$/.idea/tamper_det.iml" filepath="$PROJECT_DIR$/.idea/tamper_det.iml" /> | ||
6 | </modules> | ||
7 | </component> | ||
8 | </project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/tamper_det.iml
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <module type="PYTHON_MODULE" version="4"> | ||
3 | <component name="NewModuleRootManager"> | ||
4 | <content url="file://$MODULE_DIR$" /> | ||
5 | <orderEntry type="jdk" jdkName="Python 3.6 (workenv)" jdkType="Python SDK" /> | ||
6 | <orderEntry type="sourceFolder" forTests="false" /> | ||
7 | </component> | ||
8 | <component name="PyDocumentationSettings"> | ||
9 | <option name="format" value="PLAIN" /> | ||
10 | <option name="myDocStringFormat" value="Plain" /> | ||
11 | </component> | ||
12 | </module> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/vcs.xml
deleted
100644 → 0
__pycache__/export.cpython-36.pyc
deleted
100644 → 0
No preview for this file type
__pycache__/export.cpython-38.pyc
deleted
100644 → 0
No preview for this file type
__pycache__/val.cpython-38.pyc
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
runs/train/exp/hyp.yaml
deleted
100644 → 0
1 | lr0: 0.01 | ||
2 | lrf: 0.01 | ||
3 | momentum: 0.937 | ||
4 | weight_decay: 0.0005 | ||
5 | warmup_epochs: 3.0 | ||
6 | warmup_momentum: 0.8 | ||
7 | warmup_bias_lr: 0.1 | ||
8 | box: 0.05 | ||
9 | cls: 0.5 | ||
10 | cls_pw: 1.0 | ||
11 | obj: 1.0 | ||
12 | obj_pw: 1.0 | ||
13 | iou_t: 0.2 | ||
14 | anchor_t: 4.0 | ||
15 | fl_gamma: 0.0 | ||
16 | hsv_h: 0.015 | ||
17 | hsv_s: 0.7 | ||
18 | hsv_v: 0.4 | ||
19 | degrees: 0.0 | ||
20 | translate: 0.1 | ||
21 | scale: 0.5 | ||
22 | shear: 0.0 | ||
23 | perspective: 0.0 | ||
24 | flipud: 0.0 | ||
25 | fliplr: 0.5 | ||
26 | mosaic: 1.0 | ||
27 | mixup: 0.0 | ||
28 | copy_paste: 0.0 |
runs/train/exp/opt.yaml
deleted
100644 → 0
1 | weights: yolov5m6.pt | ||
2 | cfg: /home/qfs/WorkSpace/ps_tamper/yolov5/models/hub/yolov5m6.yaml | ||
3 | data: /home/qfs/WorkSpace/ps_tamper/yolov5/data/VOC.yaml | ||
4 | hyp: | ||
5 | lr0: 0.01 | ||
6 | lrf: 0.01 | ||
7 | momentum: 0.937 | ||
8 | weight_decay: 0.0005 | ||
9 | warmup_epochs: 3.0 | ||
10 | warmup_momentum: 0.8 | ||
11 | warmup_bias_lr: 0.1 | ||
12 | box: 0.05 | ||
13 | cls: 0.5 | ||
14 | cls_pw: 1.0 | ||
15 | obj: 1.0 | ||
16 | obj_pw: 1.0 | ||
17 | iou_t: 0.2 | ||
18 | anchor_t: 4.0 | ||
19 | fl_gamma: 0.0 | ||
20 | hsv_h: 0.015 | ||
21 | hsv_s: 0.7 | ||
22 | hsv_v: 0.4 | ||
23 | degrees: 0.0 | ||
24 | translate: 0.1 | ||
25 | scale: 0.5 | ||
26 | shear: 0.0 | ||
27 | perspective: 0.0 | ||
28 | flipud: 0.0 | ||
29 | fliplr: 0.5 | ||
30 | mosaic: 1.0 | ||
31 | mixup: 0.0 | ||
32 | copy_paste: 0.0 | ||
33 | epochs: 500 | ||
34 | batch_size: 64 | ||
35 | imgsz: 640 | ||
36 | rect: false | ||
37 | resume: false | ||
38 | nosave: false | ||
39 | noval: false | ||
40 | noautoanchor: false | ||
41 | noplots: false | ||
42 | evolve: null | ||
43 | bucket: '' | ||
44 | cache: null | ||
45 | image_weights: false | ||
46 | device: '' | ||
47 | multi_scale: false | ||
48 | single_cls: false | ||
49 | optimizer: SGD | ||
50 | sync_bn: false | ||
51 | workers: 8 | ||
52 | project: runs/train | ||
53 | name: exp | ||
54 | exist_ok: false | ||
55 | quad: false | ||
56 | cos_lr: false | ||
57 | label_smoothing: 0.0 | ||
58 | patience: 100 | ||
59 | freeze: | ||
60 | - 0 | ||
61 | save_period: -1 | ||
62 | seed: 0 | ||
63 | local_rank: -1 | ||
64 | entity: null | ||
65 | upload_dataset: false | ||
66 | bbox_interval: -1 | ||
67 | artifact_alias: latest | ||
68 | save_dir: runs/train/exp |
runs/train/exp/results.csv
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or sign in to post a comment