Corbin Ordel

Results 7 issues of Corbin Ordel

No error, everything seems to be installed correctly until it's time to run this command `th run_model.lua -input_image imgs/elephant.jpg` and after a few minutes 'Killed' Then checked the error: `[...

``` File "lipstick.py", line 23 point_out_y = np.array(points[: len(points) // 2][:, 1]) ^ IndentationError: unexpected indent Corbins-MacBook-Pro-2:lips corbinordel$ python lipstick.py File "lipstick.py", line 23 point_out_y = np.array(points[: len(points) // 2][:,...

Shaders will not compile - using unity 2018.3.0b10

``` Traceback (most recent call last): File "main.py", line 112, in depth_feat_model)` ``` ``` File "3d-photo-inpainting\mesh.py", line 1885, in write_ply depth_edge_model, depth_feat_model, rgb_model, config, direc="right")` ``` ``` File "3d-photo-inpainting\mesh_tools.py", line...

Is there a way I can attach the cursor deformer to a game object, so that the game object can deform the mesh?

string jsonStr = "{'body':null}"; LitJson.JsonData jsonData = LitJson.JsonMapper.ToObject(jsonStr); jsonStr = LitJson.JsonMapper.ToJson(jsonData); //exception here