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

train的时候出现问题 #88

Open
fangh026 opened this issue Aug 24, 2021 · 0 comments
Open

train的时候出现问题 #88

fangh026 opened this issue Aug 24, 2021 · 0 comments

Comments

@fangh026
Copy link

Traceback (most recent call last):
File "./tracking/train_ocean.py", line 259, in
main()
File "./tracking/train_ocean.py", line 199, in main
model = models.dictconfig.OCEAN.TRAIN.MODEL.cuda() # build model
File "/home/bpc/fh/TracKit/tracking/../lib/models/models.py", line 30, in init
self.align_head = AlignHead(256, 256) if align else None
File "/home/bpc/fh/TracKit/tracking/../lib/models/connect.py", line 210, in init
self.rpn_conv = AdaptiveConv(in_channels, feat_channels)
File "/home/bpc/fh/TracKit/tracking/../lib/models/connect.py", line 191, in init
self.conv = DeformConv(in_channels, out_channels, 3, padding=1)
NameError: name 'DeformConv' is not defined

我重新安装了setup.py几次依旧是在个问题

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

1 participant