Open Vamshigoud784 opened 4 years ago
Hi, please use the demo scripts to run the test on your own images: https://github.com/gulvarol/bodynet/tree/master/demo
Thanks Gul for quick response.
i have built the torch with cuda 10 and installed luarocks and when i ran demo.lua i have got this error:
th> demo.lua
[string "_RESULT={ demo.lua}"]:1: attempt to index global 'demo' (a nil value)
stack traceback:
/home/bigthinx/torch/install/share/lua/5.2/trepl/init.lua:506: in function '__index'
[string "_RESULT={ demo.lua}"]:1: in main chunk
[C]: in function 'xpcall'
/home/bigthinx/torch/install/share/lua/5.2/trepl/init.lua:661: in function 'repl'
...hinx/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: in ?
[0.0004s]
th>
in order to resolve that what i need to install? i'm new with lua and never used it before.
Hi, Gul. I have done the following things: Pre-processing and fitting python scripts
Question: When i have executed the file fitting/fit_surreal.py it is creating an obj and some mat files .but if i want to use my own image to get the prediction . what standards should i follow or what all should i pass in order to get an obj with prediction?