cwzat

Results 5 issues of cwzat

Hi,thanks for your job could you release another files related with iPER dataset,including train\test list、three source images in motion imitation. Thanks! Best wishes.

I am doing it on my own network: model = load_model('./model_single_frame_cnn/model_allframe_101_ori.h5') name = model.layers[-1].name layer_idx = utils.find_layer_idx(model, name) model.layers[layer_idx].activation = activations.linear model = utils.apply_modifications(model) img1 = utils.load_img('test-a.jpg', target_size=(224, 224)) f,...

I am using CNN-M model to train my own data,but the acc is low. Could you push your trained model? Thank you!

Could you explain what the "BND" means ?Thank you !

Could you tell me how to determine the complexity of a category? What is the method? Such as "run" is specific and "take" is confusable. Thank you !