213pk
213pk
When I run the code "python 3DCAE_test.py --datatype flow --epochstrained 290 --lambda_ 0.1", the error "ValueError: Found input variables with inconsistent numbers of samples: [1122, 1050]" happens. Are there any...
When I run the program "python ConvLSTMAE_train.py", it shows Traceback (most recent call last): File ~/anaconda3/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals) File ~/Fall-detection-master/mrfd/ConvLSTMAE_train.py:46 ADL_windows=convlstm.create_windowed_data(ADL_videos,stride=stride,data_key='FRAME') File ~/Fall-detection-master/mrfd/trainer/convlstmae.py:66 in create_windowed_data total=np.concatenate(total) ValueError:...
I am confused about the structure (dataset) of the folder. Could you explain it more detailed? Thanks!
For the file "generate_annotations.ipynb" in the folder "_annotations", Could you provide the code for generating the ground truth for UBnormal dataset? I cannot generate a correct csv file for this...
I put a video in the file "./shared_memory/data/" and the code for tracking is modified as "%load_ext autoreload %autoreload 2 %cd ./AlphaPose import shlex import os from tqdm import tqdm...
For "UBnormal import shlex import os from tqdm import tqdm import datetime from glob import glob from natsort import natsorted for scene_path in natsorted(glob('../shared_memory/data/*')): scene = os.path.basename(scene_path) print(scene) for clip...