You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running lita.serve.cli for Action Time Localization
When I run the following command:
python -m lita.serve.cli --model-path deahuang/lita-vicuna-v1-3-13b --visual-path /data0/HJ/Data/2024_catch_rabbit_test_video_trims/trims/crop_central_part/one_back_01_cropped.mp4 --visual-data-type video
I am trying to locate the action time, but I received the following response:
User Query
When was the rabbit transferred from the table top to scale?
Assistant Response
<t17> <t26> The rabbit was transferred from the table top to scale between <t17> and <t26>.
During this time, the rabbit was picked up and placed on the scale.
Question
Why does the output time appear as <t17> <t26> instead of a specific number of seconds, as shown in the example? How can I obtain a specific number of seconds for the time result?
The text was updated successfully, but these errors were encountered:
Running
lita.serve.cli
for Action Time LocalizationWhen I run the following command:
I am trying to locate the action time, but I received the following response:
User Query
Assistant Response
Question
Why does the output time appear as
<t17> <t26>
instead of a specific number of seconds, as shown in the example? How can I obtain a specific number of seconds for the time result?The text was updated successfully, but these errors were encountered: