kevkid
kevkid
Hrmm interesting, I have been running this and it seems like it never gets the stream, I also get these errors from gstreamer: ``` (python3.7:1582): GStreamer-WARNING **: 00:00:53.193: ../gst/gstpad.c:4292:gst_pad_chain_data_unchecked: Got...
@thaytan Hi, I was curious as to what browser you tried the webrtc demo on? I have gotten nowhere with this part. It never shows any video on my browser...
I am experiencing the same thing.
If I am not mistaken it should be: ``` similarity = dot([target, context], normalize=True, axes=0) dot_product = dot([target, context], normalize=False, axes=1) ```
> Hi 👋 @narulkargunjan! Do you still experience this issue? Yes, I am experiencing this issue: ``` kevin@server:~/make-sense$ docker build -t make_sense docker/ Sending build context to Docker daemon 2.048kB...
Same here, using the jetson demo, it states `ModuleNotFoundError: No module named 'tvm'`
Hi @sushil-bharati would it be possible to share how you got it to run using the pytorch cpu backend? I tried doing `model(img) `and got: ``` conv2d() received an invalid...
Okay I got it compiled I was getting this error: ``` make[2]: *** [src/CMakeFiles/_pangolin.dir/build.make:999: src/CMakeFiles/_pangolin.dir/video/drivers/ffmpeg.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:516: src/CMakeFiles/_pangolin.dir/all] Error 2 make:...
@JackCai1206 > here are all the bindings, its very incomplete and is just a start https://github.com/JackCai1206/openvslam/blob/master/python/bindings.cc, right now I can only feed frames into the slam object and get camera...
@JackCai1206 I am running into an issue when importing the library: `ImportError: libopenvslam.so: cannot open shared object file: No such file or directory` even though under `build/lib` there are the...