TRI-ML / permatrack

Implementation for Learning to Track with Object Permanence
MIT License
112 stars 13 forks source link

NameError: name 'NONLocalBlock2D' is not defined? #8

Closed ssbilakeri closed 2 years ago

ssbilakeri commented 2 years ago

self.nl_can = NONLocalBlock2D(in_channels=hidden_dim) NameError: name 'NONLocalBlock2D' is not defined

pvtokmakov commented 2 years ago

Hi,

sorry about that. This line is never actually used. I'll remove it from the repo.