Thomas LUK

Results 89 comments of Thomas LUK

For those who following this repo, strongly suggest to stick with the tensorflow2.3.0rc0 version, you could find a docker image from [here](https://hub.docker.com/r/tensorflow/tensorflow/tags?page=1&name=2.3.0rc0)

@mengxiangqiqin Hi, to deploy the model to android platform, you could follow these steps: 1. Clone this repo to your local 2. Install Android Studio 3. Inside the Android Studio,...

Hi, if this finding is true, can i simply change the anchors values to solve this ?

I am working a project exactly what people trying to do in here. Environment: Android Edge device Workflow: Detect custom-labelled object --> use the class and coordinate of bounding box...

Thanks dustynv, just tried to build with this command, and it took me several hours to build. One think I find out is that an extra dock image was built...

Update: 1. running `scripts/docker_build_ros.sh --distro humble --package desktop` can successfully build the image (haven't tested the overall completeness) 2. running `scripts/docker_build_ros.sh --distro foxy --package desktop` fail to build, below is...

Thanks for your reply dusty-nv. Please try building desktop version again on JetPack 5.x, I will appreciate it! As I am now facing a issue that the LiDAR driver seem...

After reading several documents, ROS2 galactic seem a better choice than foxy, therefore I choose to working with this distro for my proejct. However,... Error occurs when running `./scripts/docker_build_ros.sh --distro...

> Yes, I was also having the situation as you mentioned, Humble can be built for JetPack R35.1.0, however, it is not compatible with my LiDAR hardware drivers... Sadly I...