Skip to content

Commit

Permalink
Merge pull request InnopolisUni#91 from QazyBi/feature/add-sibur-data
Browse files Browse the repository at this point in the history
updated weights path
  • Loading branch information
InnopolisUni authored Jan 17, 2023
2 parents 61b9eed + f47a24c commit 50496f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/datasets/sibur_people_n_head_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ num_workers: 8

val_size: 0.2
channels_num: 3
image_size: 600
image_size: 1440
num_classes: 2
names:
- people
Expand Down
2 changes: 1 addition & 1 deletion config/models/yolov5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: yolov5
description: yolov5 by ultralytics

_target_: innofw.core.models.torch.architectures.detection.YOLOv5
arch: yolov5s # x
arch: yolov5x # s x
num_classes: 4


Expand Down
2 changes: 1 addition & 1 deletion examples/infer_people_n_head_detection.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python infer.py experiments=KA_170122_43fdja_yolov5_sibur +ckpt_path=logs/train/people_n_head_detection/KA_170122_43fdja_yolov5_sibur/20230117-065904/weights/best.pt
python infer.py experiments=KA_170122_43fdja_yolov5_sibur +ckpt_path=https://api.blackhole.ai.innopolis.university/pretrained/best.pt

0 comments on commit 50496f4

Please sign in to comment.