-
In all my projects I dream of having soft delete. this means that the records which are deleted are just marked "deleted" but are still there. This means you can more easily implement "undo" and a tra…
-
I am using the depth image to detect any irregularities or obstacles in the path of an AGV with ifm o3d303 mounted. The process involves removing any depth data other than obstacles from the image thr…
-
Hello:
I'm using the main branch an follow the procedure:
1. use challenger dataset to process,
2.use processing data to train
3.train command:
python start_train.py --model_name tgnet_fps …
-
HI,
Any thoughts about container deployment in docker cloud and DCOS ( mesosphere ) environment?
Regards,
Vijay Raajaa GS
-
I'm currently working on an asynchronous project and seeking guidance on implementing `PublisherServiceAsyncClient` for message publishing in PubSub. Given that we're in the year 2023 and asyncio is w…
skhaz updated
1 month ago
-
This is a very critical feature. Currently we are using ffmpeg and the size of the apk has increased drastically.
Please provide the option to record to the sdcard along with live streaming. It is r…
-
@skyhehe123 I am trying to visualize the results after performing training. However I do not see any code-instructions to do so. Can you please point me towards how you visualized your results? I cam…
-
This issue is for tracking efforts to [Dockerize](https://www.docker.com/) as many components of POSM as possible.
## Why switch to Docker?
The workflow of [posm-build](https://github.com/Americ…
-
Thanks very much for this great lib!
More of a question than an issue - when processing something such as....
```
point_cloud.region_growing(norms, n_neighbours=30, min_size=100,
…
-
When I execute "cmake .." and "make" output errors as follows. I can't solve them, especially, `vtkRenderingPythonTkWidgets` can't be found, and `PCL' can't be installed successfully.
```shell
fm…