siddharthsinh Yadav
Results
2
comments of
siddharthsinh Yadav
` import argparse import numpy as np import tensorflow as tf import i3d import cv2 def main(IMAGE_SIZE=224,TOP_RESULT_CLASSES=3,SAMPLE_VIDEO_FRAMES = 250,\ SAMPLE_PATH_RGB = '../input/v_CricketShot_g04_c01_rgb.npy',\ SAMPLE_PATH_VIDEO= '../../finetune_i3d/input/test_vid/Abuse/Abuse001_x264.mp4',\ SAMPLE_PATH_FLOW = '../input/v_CricketShot_g04_c01_flow.npy',\ EVAL_TYPE = 'rgb',imagenet_pretrained...
Thanks for the help @joaoluiscarreira