Hank Kung
Hank Kung
Traceback (most recent call last): File "structure_bgl.py", line 66, in eventmap = match(BGL) File "structure_bgl.py", line 41, in match if re.match(r''+item,log_event) and re.match(r''+item,log_event).span()[1] == len(log_event): File "/home/lepton00/opt/miniconda/lib/python3.7/re.py", line 173, in...
Would you like to show how you parsed bgl dataset? Because LogPai does not give scripts for parsing BGL
1. Stem with only two layers to keep consistent with the paper. 2. Add missing 'dist' hyper-parameter 3. Fix the size after getting halved might mismatch in FactorizedReduce and DoubleFactorizedReduce.
Hi, could you elaborate a bit about which flow model you use for generating optical flow as the input of I3D feature extraction?
Hi, I'd like to do the process on raw videos but found that the length of raw videos and labels (downloaded from the official Breakfast dataset) are different from the...