Raaj

Results 31 issues of Raaj

Which components did you add to Caffe? I would like to train this net with your caffe net. Is there any instructions to this?

I got the following as my output. I understand that what I have is not dense, but where is the non-dense 3d points? Also this only outputs the projection matrices?...

``` roi_pooling_param { pooled_w: 7 pooled_h: 7 spatial_scale: 0.0625 # 1/16 } ``` Looking at the layer, it seems to resize the output to [N, Channels, 7, 7] where N...

Your caffe branch is from 2 years ago. Merging seems impossible now. Are there particular changes I can make to your caffe branch to make it work with mine?

``` Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.6/dist-packages/nuxhash/gui/mining.py", line 140, in...

Is there an API to plot a set of points in real time? Basically I guess I don't want to kill the viewer, but rather add a new set of...

I would like to visualize the model. Are you able to generate it for me?

How does one "select" which cuda stream to run on. Is there a way to pass that into the functions some how?

Assuming a sensor with poor depth quality is used (Eg. a realsense), how does your SLAM algorithm leverage the RGB data?

I have a Blackfly S GigE Camera. I changed the config parameters as suggested as follows, where I input my camera serial number: ``` cam_ids: - 19445015 cam_aliases: - cam0...