Wei Quan
Results
3
comments of
Wei Quan
Also fixes #65
The drop-down menus can be closed by tapping somewhere else with finger, but clicking with the mouse elsewhere leaves the menu open.
@banasraf Adding the batch dimension worked. Thanks! However, when the input is a video (`video_raw = np.expand_dims(np.fromfile(FLAGS.video, dtype=np.uint8), axis=0)`), the last batch is not 32, so I get the error:...