yoloair icon indicating copy to clipboard operation
yoloair copied to clipboard

is there any guidliance to do trainig & use custom functions?

Open akashAD98 opened this issue 2 years ago • 2 comments

Search before asking

  • [X] I have searched the YOLOAir issues and found no similar questions.

Question

i want to implement different Backbone,data augmentation,loss, and neck in yolov7 repo, so what things should I need to change? is there any specific format ?

Additional

No response

akashAD98 avatar Sep 23 '22 05:09 akashAD98

You can refer to the files under configs/yolov7-Improved and configs/yolov7-transformer-Improved, and other files under congigs

iscyy avatar Sep 26 '22 02:09 iscyy

@iscyy thanks but how can i change this parameters such as loss, IoU, NMS , should I need to update it in .yaml file or is there any arguments for this?

akashAD98 avatar Sep 26 '22 12:09 akashAD98