Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cascade_RCNN #19

Open
bangbox2 opened this issue Jul 20, 2021 · 4 comments
Open

Cascade_RCNN #19

bangbox2 opened this issue Jul 20, 2021 · 4 comments

Comments

@bangbox2
Copy link

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

@LiYuJieR
Copy link

LiYuJieR commented Aug 7, 2021

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

@misads
Copy link
Owner

misads commented Sep 7, 2021

最新版本已修复

@TIMEXue
Copy link

TIMEXue commented Sep 23, 2021

batchsize 只能为1吗

@misads
Copy link
Owner

misads commented Apr 6, 2022

batchsize 只能为1吗

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants