Pavan

Results 14 issues of Pavan

Hello, I have been playing around with your code and was successfully able to test the model on the provided test data. However, I would like to test this on...

* New input reads individual depthmaps and rgb images * `s_sensorIdx =9` is the new reader * `s_startFrame`, `s_nVideoFrame` are new params for setting frame read sequence * Set the...

Fixed the offending line

* Fixes the compilation issue on OSX Catalina * Need to install `openmp` and `tbb` using: `brew install tbb libomp` * Assumes `tbb` and `omp` libraries are in `/usr/local/include` else...

I am using `rtmp_player` to read a rtmp stream and publish it to another `RTMP server` using `rtmp_publish` What to pass as argument to `stream.PublishData(tagHeader.TagType, data, deltaTimestamp)` ? I receive...

I want to train this network on a custom dataset. I have the gt labels and images. Under the `data_gen` directory I looked at `MPIIDataGen` but this class has a...

Is there any way to compute camera translation component? Currently , I saw that it is being set to `cam.location = (0, 0, 2)` We are trying to apply blam...

Hello, I followed @blairmacintyre 's discussion closely regarding the access the camera image pixels when using WebXR. I am not looped in on the latest discussion happening around the spec...

Compass heading seems to be incorrect with chrome version 50 Anybody else seeing the same behavior ?

In your examples, jquery_server.js, is listening to post requests on /log and your jquery_example.html is sending the post request with a parameter. The switch case is failing because it is...