abi
abi
I want to use the same work that you have done but on another dataset (the MSR Daily 3d dataset) the problem is I did'nt know how to extract the...
(f) C:\Users\Desktop\denseflow\build>cmake -DCMAKE_INSTALL_PREFIX=$HOME/app -DUSE_HDF5=no -DUSE_NVFLOW=no .. -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045. -- The compiler C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe has no C++11 support. Please use a...
I tried to execute the script without the spatial transform (set it to None ) and I got the above error ? the problem is in the loading function in...
I tried to calculate the top-1 accuracy using the code provided "python -m util_scripts.eval_accuracy ~/data/kinetics.json ~/data/results/val.json --subset val -k 1 --ignore" isn't it the 1 argument suppose to be the...
I got this error while trying to evaluate top-1 video accuracy of a recognition result.I used the same script provided python -m util_scripts.eval_accuracy ~/data/kinetics.json ~/data/results/val.json --subset val -k 1 --ignore...