Cloud Cho

Results 29 comments of Cloud Cho

@ivanusick Did you check the `true` is the "bool" type? I guess the error be actually from `a.push_back(true);`.

@TamaMcGlinn Would you add more details in your question? Do you mean how to increase randomness of your code?

Is this still opened issue? If yes, please give me detailed instruction, so I could see if I can take.

What do you need to close this issue?

@whatseven, Are you able to get information from specific camera in Python wrapper? It looks like we are not able to attain information in Python environment.,..Here are [others' experience](https://github.com/Microsoft/AirSim/issues/1289).

There is an example to calculate depth from "_ProjectionParams.y" and "_ProjectionParams.z" by the [Immersive-Limit](https://github.com/immersive-limit/Unity-ComputerVisionSim). The Shader code line is [here](https://github.com/immersive-limit/Unity-ComputerVisionSim/blob/263e87c9cb58141afa2692ef9bf4bfac48afeca3/Unity/Assets/ImageSynthesis/Shaders/UberReplacement.shader#L22-L27). Here is the approach:      depth01 = B pixel value...

@ComradeMack Thanks for bring up the question. Would you elaborate your question? Are you asking why [the code lines](https://github.com/Thmen/EGVSR/blob/master/codes/models/networks/egvsr_nets.py#L93-L94) don't have a resizing function? ``` def forward(self, x): out =...

@clks137 Have you tried the link at [the issue 16](https://github.com/Thmen/EGVSR/issues/16)?

How to improve inference speed? I guess I have to smartly choose in these:    Input image feeding (to neural network) method    Pre trained neural network weight selection   ...

@PeppeSaccardi Have you tried the link at [the issue 16](https://github.com/Thmen/EGVSR/issues/16)?