Hyper params used in demo UI vs Inference via ciode

#22
by nezwork123 - opened

Hi ,

I noticed that through the demo UI , inference on video gives much better results, as compared to using the code. Could you share or recommend MAX NUM FRAMES, and other hyper-params so that quality would be better.

OpenBMB org

params in web demo:

MAX_NUM_FRAMES=64
params["max_slice_nums"] =  1 if len(frames) > 16 else 2

Sign up or log in to comment