easy_detection icon indicating copy to clipboard operation
easy_detection copied to clipboard

Cascade_RCNN

Open bangbox2 opened this issue 4 years ago • 4 comments
trafficstars

Cascade_RCNN的model.py里面初始化没有config和kwargs参数

bangbox2 avatar Jul 20 '21 07:07 bangbox2

改成这样: class Model(BaseModel): def init(self, opt,**kwargs, logger=None): super(Model, self).init( kwargs,config=opt)

LiYuJieR avatar Aug 07 '21 05:08 LiYuJieR

最新版本已修复

misads avatar Sep 07 '21 08:09 misads

batchsize 只能为1吗

TIMEXue avatar Sep 23 '21 07:09 TIMEXue

batchsize 只能为1吗

已修复,现在可以为任意batch size

misads avatar Apr 06 '22 03:04 misads