Amir Arsalan Soltani
Amir Arsalan Soltani
@Olkaaaaaa12 I'm not sure if I understand what you mean by "real angle value". With respect to what do you want to calculate angles? The cameras are all looking at...
@Olkaaaaaa12 I think you should look at the rendering code in ` zip-depth_render_reconstruction.zip`
I just installed cuDNN and the latest versions for torch7, nn and nngraph. I am unable to convert an nngraph network to cudnn. I get the following error: Warning: cudnn.convert...
@CodeRect Actually I just realized that my code was not using cuDNN due to an 'if' statement I had. My apologies.
@serheang Thank you. I think `--overlay` is potentially what I am looking for. However, I am a bit confused how I can use `--overlay` to write into `/usr` without using...
@serheang Sure, I saw this but what this doesn't seem to be applicable to a directory that Unix has by default, such as `/usr`. Am I wrong on this?
@serheang The problem is I need to use this container on a computing cluster where I won't be able to use `sudo` anymore. Would I still be able to use...
@serheang Yes, I will create the container somewhere with root permission. However, the container will be used by other users with other usernames on the cluster. Do you mean I...
Also, assuming that `overlay` can make it possible for multiple users to write into `/usr`, I'm thinking `overlay` gives the illusion of making changes into `/usr` and the changes made...
@serheang I've been playing around with `overlay` for the past hour but I'm still unable to wrap myself around it. Below you can see what I did which takes me...