IDEA-Research / T-Rex

[ECCV2024] API code for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy
https://deepdataspace.com/blog/T-Rex
Other
2.28k stars 148 forks source link

How to save annotation information? #4

Closed WYL-Projects closed 12 months ago

Mountchicken commented 12 months ago

Hi @WYL-Projects This feature is not currently implemented on the front end. But there is a hack way to do it. You can turn on developer mode in your browser (press F12) and after each inference, the network will return the detection results in json format. Boxes are in xyxy format. image