IDEA-Research / T-Rex

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

How to save annotation information? #4

Closed WYL-Projects closed 7 months ago

Mountchicken commented 7 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