THUDM / SceneGenAgent

SceneGenAgent: Precise Industrial Scene Generation with Coding Agent
Apache License 2.0
12 stars 0 forks source link

A bug in prompt_extract_layout #1

Closed 1940653868 closed 1 day ago

1940653868 commented 1 week ago

You should return a list of objects in the following format:

Objects:
["ObjA", "ObjB 1", "ObjB 2", ...]

In the example, "ObjB 1" and "Obj 2" are two objects of the same kind. You should assign numbers to tell them apart. You should not return unspecified object names. Instead, infer them to object names in the list.

"ObjB 1" and "Obj 2" may be an error?

Rishubi commented 1 week ago

@1940653868 Thank you for your kind feedback! Yes, there is a minor typo in the prompt. However, given that the prompt explicitly instructs the model to "list the object name repeatedly for each instance and assign numbers in the object names", the model will likely interpret the example's intended meaning correctly. As such, this issue should not pose a significant problem.