We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In th run.lua I obtain the following error:
th run.lua
==> processing options ==> load modules ==> downloading dataset ==> creating a new dataset from raw files: ffmpeg -i INRIAPerson/bg.m4v -r 30 -t 10 -map 0:v:0 -s 142x80 -qscale 1 path/to/torch-demos/person-detector/scratch/bg.m4v_30fps_142x80_10s_c0_sk0_png/frame-%06d.png 2> /dev/null Using frames in path/to/torch-demos/person-detector/scratch/bg.m4v_30fps_142x80_10s_c0_sk0_png/frame-%06d.png +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ image.load loads an image into a torch.Tensor > usage: image.load( string -- path to file [number] -- force destination depth: 1 | 3 [string] -- type: byte | float | double )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
th run.lua
I obtain the following error:The text was updated successfully, but these errors were encountered: