-
https://andrelyl.github.io/2020/03/08/Major/03.Resource_for_self_driving/
Tensorflow Object Detection API 自动驾驶公开课 MIT自动驾驶公开课:MIT 6.S094: Deep Learning for Self-Driving Cars
-
Another way to contribute is training an actual object detection model, which does not require the hotspot detections. The input is an image, the output is a set of bounding box. I would consider this…
-
-
I'am trying to use saved model in Tensorflow Serving but without success.
**I exported model:**
```
yolo = YOLOv4()
yolo.config.parse_names("yolov4-data/coco.names")
yolo.config.parse_cfg("yolo…
-
When starting node-red on my RHEL 7.7 system, there are errors:
```
node-pre-gyp info This Node instance does not support builds for N-API version 5
13 Jan 14:42:39 - [error] [tfjs-object-detection…
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [x] I checked to make sure that this feature has not been requested already.
## 1. The entire U…
-
Hello all,
```
What is the top-level directory of the model you are using /tensorflow/models/research/object_detection
Have I written custom code: No
OS Platform and Distribution: Linux 16.04 L…
-
I am creating custom mask-rcnn object detection model.
I labeled the data with polygon shape and created csv file.
I am not able to create tf record from csv as, it has polygon set rather then rec…
-
Hello GustavZ,
I ran into some problems running your code on the Jetson TX2.
At first no problems at all but after a few days I keep receiving this error.
full terminal log:
```
Model found. Proc…
-
I'm using your code on a custom dataset, it works really well, thank you ! However, I'm very surprised at the speed: 70ms/image at test time, with images of size roughly (600, 1000), whereas the origi…