CVHub520 / X-AnyLabeling

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

Why the GUI Discrepancies Compared to Official X-AnyLabeling? #450

Closed hwuscut closed 3 months ago

hwuscut commented 3 months ago

下载的X-AnyLabeling-2.3.6.zip版本,安装requirements-gpu-dev.txt。运行时界面上少了导入和导出按钮。还出现下面问题: Skipping unexpected key in config: save_mode Skipping unexpected key in config: save_mode Skipping unexpected key in config: save_mode

1717922841060

下载的X-AnyLabeling-CPU.exe,运行界面有导入和导出按钮:

image

CVHub520 commented 3 months ago

@hwuscut, Hi, there!

Thank you for your patience. It appears that uninstalling anylabeling using pip is the solution to the problems you're facing. This step will remove any conflicting or incorrect installations of the package.

To clarify, please run the following command in your Python environment to uninstall anylabeling:

pip uninstall anylabeling

After uninstalling, you can then follow the official installation instructions provided for the X-AnyLabeling version you're using.

If you encounter any further issues or have additional questions, please don't hesitate to reach out. We're here to help!

Good lucks!