jason_w
jason_w
Please support '
update SSDAnchorGenerator to support: [Caffe PriorBoxLayer](https://github.com/weiliu89/caffe/blob/289b10ee5cb844278ad235c9fe4280d29f9af311/src/caffe/layers/prior_box_layer.cpp) 1. only min_sizes (list[list[float]]) or (list[float]) as input for base sizes on each level. 2. min_sizes (list[list[float]]) and max_sizes (list[list[float]]) as input for (minimum,...
When using `scale_ranges` in `***Metric`, `average_precision()` returns `ap` as a list, which causes the `round()` exception in ` ***Metric`. > TypeError: type list doesn't define __round__ method
1. Fix the reference's address of `KFIoU` and `SASM` 2. The author has changed the name of abc `H2RBox-v2`
fix: fix reference to 'option' is ambiguous When compiling examples with g++7.5 on Ubuntu18.04, an error occurs: examples/cpp/dds/HelloWorldExampleTCP/HelloWorld_main.cpp:36:21: error: reference to 'option' is ambiguous ```bash g++ -v ``` ```palintext Using...