You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed all the setup requirements in README and ran into the same issue. Are there any updates?
Thanks.
Hello, I have filled out the application form to obtain the dataset, but I have not received a response. May I ask if you could share this dataset? Thank you very much.
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 ???
The text was updated successfully, but these errors were encountered: