aukhan

Results 19 comments of aukhan

I am facing the same problem. Did you figure out the solution?

This problem was solved by downgrading the cjon version as mentioned here: https://github.com/mpx/lua-cjson/issues/56#issuecomment-394764240

@rex-yue-wu I have added license details to the main project page and in the license.txt file.

Hi, regarding the same question if the frames were sampled from a video at 3 fps and want to extract I3D features for them, do you think I3d features will...

I see,. Yeah, I have very long videos to work with. For now, will try feeding them as minimum possible clips i3d model takes and see how reasonable the predictions...

Okay, so I tried printing out the labels it takes from my image and what goes inside seg_accuracy_layer.cpp and figured out that, for some reason, it changes my actual label...

I couldn't resolve this issue. But since the issue was just in SegAccuracy layer, I replaced this layer with Accuracy layer, and then everything worked fine for me.

Yes, I think it should be a bug since many people are reporting this issue.

Hello, I am also facing the same issue. I have 2 classes including background. And it keeps on giving me error "unexpected label 147". The label value keeps on changing....

Hi Alberto, Thanks for your reply. Yes, I checked my dataset, all it has is 0's and 1's when num_output = 2. I tried printing the gt_label in interp_layer.cpp and...