CVHub520 / X-AnyLabeling

Effortless data labeling with AI support from Segment Anything and other awesome models.
GNU General Public License v3.0
3.84k stars 441 forks source link

Does the code support command-line scripts without a GUI interface? #510

Closed littlepiper closed 1 month ago

littlepiper commented 2 months ago

Since the interface seems unnecessary for batch automatic labeling, could you provide a way to operate without a GUI?

CVHub520 commented 2 months ago

Hey there! @littlepiper,

Normally, the time spent on batch inference for supporting models is negligible compared to manual inspection.

However, if your use case is limited to inference services without inspection, i recommend that you perform offline inference directly using the original training framework. This approach can avoid unnecessary interface overhead and allow for more efficient use of resources.