MarioCavero

Results 18 comments of MarioCavero

I have managed to do all the building and compiling. Render process is also done. In sample, before running `mesh_sampling` inside the `build` folder, ``` ./mesh_sampling ../../outputdir/pcd/ Syntax is: ./mesh_sampling...

Still not working for me. I did some prints, might be an environment variable error. I tried to change all the `/` for `\\` (which is` \` in the system)....

Did you manage to find a solution? `gstreamer` seems to have it's own methods for that: [file_sink](https://gstreamer.freedesktop.org/documentation/coreelements/filesink.html?gi-language=c): Write incoming data to a file in the local file system. Maybe this...

In my case when using Ubuntu 18.04, with updated CUDA, cudnn and adding the proper funciton operator in C++ (due to incompatibility) ``` @ops.RegisterShape('ApproxMatch') AttributeError: module 'tensorflow.python.framework.ops' has no attribute...

I am trying to run demo.py with the right versions and with the updated versions, and I keep getting an error that I cannot fix. I've been working around this...

> > If you're simply trying to test the code via webcam I would pull and run the [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) repository. > > Run with webcam by: > > ./build/examples/openpose/openpose.bin >...

Did you manage to source it? Any problems with `opencv-python` and `numpy-python` packages? The inference models I am using are for python 3.7, but it seems the packages needed to...

It states in the readme.md that it can be obtained in: `cd training; bash getData.sh to obtain the COCO 2017 images `. But I think it is in [/lib/datasets](https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/tree/master/lib/datasets) ,...

Will try it out soon, but my first guess is that it should, if the connector is MIPI-Csi. Coral: Connects through the MIPI-CSI interface. Raspberry pi camera: It attaches to...

rk3399 with the sdk, works only for python2.7 atm it seems, so the conversions for torch might not be available between those different python versions. Idk if that can be...