lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
707 stars 177 forks source link

How do I detect an image of another category, such as an image of a ship #35

Open liulingfeng123 opened 3 years ago

liulingfeng123 commented 3 years ago

How do I detect an image of another category, such as an image of a ship

dantp-ai commented 3 years ago

Modify at your whim the .yaml file under configs. You can start by copying the existing one smoke_gn_vector.yaml. All the configurable parameters, that are not necessarily in the existing yaml-file, because they are set to default values, can be found in smoke/config/defaults.py.