bubbliiiing / yolact-pytorch

这是一个yolact-pytorch的库,可用于训练自己的数据集
MIT License
74 stars 12 forks source link

Anchor box values #12

Open abhigoku10 opened 1 year ago

abhigoku10 commented 1 year ago

@bubbliiiing thanks for sharing the code base i have few quereis on the anchor boxes values

  1. should we change the values of the anchor box for small boxes and large boxes ?
  2. If so do we have anchor box value generator based on the classes and its sizes ?
  3. The type of classes in my custom training is lanes, traffic cones and buildings Thanks in adavance
bubbliiiing commented 1 year ago

1、try default anchors first. 2、no