-
Notifications
You must be signed in to change notification settings - Fork 13
Description
hi, thanks for your great work
I get below error at # PaQ2PiQ features part
WARNING:root:setattr roi_col not existed
WARNING:root:roipool: size = (2, 2), scale = 1/32
WARNING:root:setattr vid_id not existed
100%|██████████| 1/1 [00:00<00:00, 2744.96it/s]exp_features
AttributeError Traceback (most recent call last)
/usr/local/lib/python3.7/dist-packages/IPython/core/formatters.py in call(self, obj)
336 method = get_real_method(obj, self.print_method)
337 if method is not None:
--> 338 return method()
339 return None
340 else:
/usr/local/lib/python3.7/dist-packages/fastcore/foundation.py in getattr(self, k)
134 attr = getattr(self,self._default,None)
135 if attr is not None: return getattr(attr,k)
--> 136 raise AttributeError(k)
137 def dir(self): return custom_dir(self,self._dir())
138 # def getstate(self): return self.dict
AttributeError: path
{'paq2piq': <fastiqa.learn.TestLearner at 0x7ff098218210>}
can you fix it ???