Cristina Segalin
Cristina Segalin
Any solution so far? trying to do the same
is the confidence score of the split available somewhere when using detect_scenes?
Hi, Thanks for the detailed answer. I think a confidence score similar to what you get using ffprobe should work, so either a score for both start and of the...
Hi, You can find everything related to the model at http://vlg.cs.dartmouth.edu/c3d/ It's in caffe Hope this help Cristina On Jan 18, 2018 05:06, "Remi" wrote: > @cristinasegalin I am sorry...
No, that is actually what I was looking for in your github overall the available models. Cristina Sent from my OnePlus On Jan 18, 2018 06:41, "Remi" wrote: > @cristinasegalin...
I am using jupyter notebook here is the line I am calling `ipyplot.plot_class_tabs(df.path, df.feature_code, custom_texts = df.feature_value.astype(float).round(4), show_url=False, tabs_order=cols)` where df.path is a dataframe columns with strings like `data/image_name.jpg` and...
Hi thank you again for helping. this are the info you requested ipyplot==1.1.1 python==3.7.12 pandas==1.3.5 print(df.path.dtype) --> object print(type(df.path.values[0])) --> print(type(df.path[0])) -->
No it doesn't
No, here are some examples 0 img/60027106_1672795_141993.jpg 1 img/60027106_1672795_100199.jpg 2 img/60027106_1672795_15606.jpg
no, that doesn't work either