Luke Chang
Luke Chang
@ejolly , I started looking into this and I think this will require a discussion before I start writing code. Basically, in the first version of py-feat (before we added...
Well the main use case, which is very common is loading a file of previously dectected images/movies. Currently, it does not automatically import all of the Fex properties by default....
yeah, that's exactly what i was thinking, to make it more analogous to `pd.read_csv`. Another idea is to pass a file name to `Fex` constructor like we do with `Brain_Data`...
@ejolly, one more thing that we should think about before finishing this refactor is how should we store Fex metadata following detections when we write out a file? Obviously, we...
ok, I decided to go with writing out a csv file where there is json as an additional header containing all of the metadata. The new `read_fex` function loads this...
Is the issue that the model is just incompatible and can't load because it didn't have that attribute when it was trained? If so, that seems weird, but we should...
Thanks @pretbc for the suggestion. We will add something like soon when we do our next code sprint. We have something similar implemented for our forthcoming live demo standalone app...
hi @keijiota , thanks for posting an issue. This is a known issue when detecting features with video. We fixed an issue where detection would crash if your computer ran...
Hi @davidrzs, thanks for your message. We are in the process of updating nltools to fix this dependency lock and also to remove nltools as a dependency for py-feat. Hopefully,...
Thanks for reporting this @pretbc. This is currently a known issue also reported in #187 , but I'm hoping will eventually solve itself as pytorch 2.0 becomes more mature and...