Tools to manage robocar
Go to file
2022-10-06 14:09:41 +02:00
cmd/rc-tools feat(training): add flag toconfigure model type training 2022-10-06 14:07:44 +02:00
dkimpt feat: add display record command and refactor training command 2022-06-09 12:19:54 +02:00
part feat(dsiplay): add option to display throttle feedback 2022-09-05 19:34:10 +02:00
pkg feat(training): add flag toconfigure model type training 2022-10-06 14:07:44 +02:00
record feat: add display record command and refactor training command 2022-06-09 12:19:54 +02:00
vendor feat(object): use bbox values as percent 2022-08-21 22:32:21 +02:00
video fix: remove logrus logger 2022-06-09 12:15:09 +02:00
.gitignore update gitignore 2021-10-17 19:17:48 +02:00
go.mod feat(object): use bbox values as percent 2022-08-21 22:32:21 +02:00
go.sum feat(object): use bbox values as percent 2022-08-21 22:32:21 +02:00
LICENSE Display camera frame 2019-12-29 18:39:08 +01:00
README.md reformat code 2022-08-18 19:15:16 +02:00
run_training.sh feat(training): bash script to run training 2022-10-06 14:09:41 +02:00

robocar-display

Tools to manage robocar

Display

Display events on live frames.

rc-tool display
   
   Usage of display:
     -frame-path string
           Directory path where to read jpeg frame to inject in frame topic
     -frame-per-second int
           Video frame per second of frame to publish (default 25)
     -mqtt-broker string
           Broker Uri, use MQTT_BROKER env if arg not set (default "tcp://127.0.0.1:1883")
     -mqtt-client-id string
           Mqtt client id, use MQTT_CLIENT_ID env if args not set (default "robocar-tools")
     -mqtt-password string
           Broker Password, MQTT_PASSWORD env if args not set
     -mqtt-qos int
           Qos to pusblish message, use MQTT_QOS env if arg not set
     -mqtt-retain
           Retain mqtt message, if not set, true if MQTT_RETAIN env variable is set
     -mqtt-topic-frame string
           Mqtt topic that contains frame to display, use MQTT_TOPIC_FRAME if args not set
     -mqtt-topic-objects string
           Mqtt topic that contains detected objects, use MQTT_TOPIC_OBJECTS if args not set
     -mqtt-topic-road string
           Mqtt topic that contains road description, use MQTT_TOPIC_ROAD if args not set
     -mqtt-username string
           Broker Username, use MQTT_USERNAME env if arg not set
     -with-objects
           Display detected objects
     -with-road
           Display detected road

Record

Record event for tensorflow training

rc-tools record

Usage of record:
  -mqtt-broker string
        Broker Uri, use MQTT_BROKER env if arg not set (default "tcp://127.0.0.1:1883")
  -mqtt-client-id string
        Mqtt client id, use MQTT_CLIENT_ID env if args not set (default "robocar-tools")
  -mqtt-password string
        Broker Password, MQTT_PASSWORD env if args not set
  -mqtt-qos int
        Qos to pusblish message, use MQTT_QOS env if arg not set
  -mqtt-retain
        Retain mqtt message, if not set, true if MQTT_RETAIN env variable is set
  -mqtt-topic-records string
        Mqtt topic that contains record data for training, use MQTT_TOPIC_RECORDS if args not set
  -mqtt-username string
        Broker Username, use MQTT_USERNAME env if arg not set
  -record-image-path string
        Path where to write jpeg files, use RECORD_IMAGE_PATH if args not set
  -record-json-path string
        Path where to write json files, use RECORD_JSON_PATH if args not set

Useful

Debug record:

go run ./cmd/rc-tools display record -mqtt-broker tcp://diabolo.local:1883 -mqtt-username satanas -mqtt-password satanas -mqtt-client-id display-record -mqtt-topic-records car/satanas/part/records