jithintomz
jithintomz
I am trying to select a newly created object in draw in code. `created_ids = draw.add(draw_feature); draw.changeMode('direct_select',{featureId:created_ids[0]});` The feature gets selected,but delete does not work on clicking trash icon. When...
When i run main.lua it gives following error parsing file: data/ans.txt parsing done /Users/jithin/torch/install/bin/luajit: /Users/jithin/.luarocks/share/lua/5.1/torch/Tensor.lua:238: attempt to index a nil value stack traceback: /Users/jithin/.luarocks/share/lua/5.1/torch/Tensor.lua:238: in function 'type' /Users/jithin/.luarocks/share/lua/5.1/nn/utils.lua:52: in function...