Tian Zhi
Tian Zhi
@guangdongliang it is normal if the results slightly fluctuate.
Hi, it has been a long time since we released this code. I am unsure if the following config is correct, but please try. ``` _BASE_: "../Base-BoxInst.yaml" MODEL: WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-101.pkl"...
@lih627 Because l, t, r, b are always positive.
@marius-sm In an earlier version, we did not normalize the regression targets and they have a large range, for example, from 0 to 1334. Also, we do not want the...
@mauromereu 1) the name in models/imagenet/ResNet-101/fast_rcnn/test.prototxt is wrong! But it won't affect the test results. 2) The code aims for object detection on ImageNet, which only has 200 categories. Please...