自动驾驶云服务 OCTOPUS-实体设置(Entities):行人(Pedestrian)

时间:2024-10-30 16:07:46

行人(Pedestrian)

通过行人名: person的方式来为行人命名。通过keep(it.name == 指定行人名称)的方式来指定行人类型。通过keep(it. model == 指定行人特征)的方式来指定行人的性别、年龄特征。

样例

Dude: person with:
    keep(it.name == "Christian")
    keep(it.model == "male_adult")
support.huaweicloud.com/usermanual-octopus/octopus-13-0010.html