Fudan-ProjectTitan / OpenAnnotate3D

OpenAnnotate3D: Open-Vocabulary Auto-Labeling System for Multi-modal Data
76 stars 2 forks source link

there seems to be a small mistake in the code #3

Open victkk opened 4 months ago

victkk commented 4 months ago

Thank you for your wonderful project!

But I noticed a small mistake in OpenAnnotate3D\TIV24_OpenAnnotate2\Server\server.py line 80 result = command_run(environment, content) should be changed to result = command_run(environment, result)

otherwise it is just wasting apikey to do """result = translate(content)""" in the previous line

image