Skip to content

v1.2.1

Compare
Choose a tag to compare
@ChenglongMa ChenglongMa released this 30 Jan 08:42
· 16 commits to main since this release

Changelog

Now, stone has started supporting Python 3.9+ 🍻


✨ Since v1.2.0, we have provided a GUI version of stone for users who are not familiar with the command line
interface.

stone GUI

Instead of typing commands in the terminal, you can use the config GUI of stone to process the images.

Steps:

  1. Open the terminal that can run stone (e.g., PowerShell in Windows or Terminal in macOS).
  2. Type stone (without any parameters) or stone --gui and press Enter to open the GUI.
  3. Specify the parameters in each tab.
  4. Click the Start button to start processing the images.

Hopefully, this can make it easier for you to use stone 🍻!

Tip

It is recommended to install v1.2.1, which supports Python 3.9+.

If you have installed v1.2.0, please upgrade to v1.2.1 by running

pip install skin-tone-classifier --upgrade