Get your machine feature ID for license registration
mainTo apply for a license, you must first retrieve your machine's unique feature ID. The ID follows the format N12345678900987654321.
Use the following steps to extract the ID:
- Copy the shared object file to your current directory.
- Run the Python command to print the feature ID using
get_feature_id()from thegsnetmodule.
Important: If the printed ID contains a % character at the end, delete the % before entering the ID into the registration form.
cp ../grasp_detection/gsnet_versions/gsnet.cpython-36m-x86_64-linux-gnu.so gsnet.so
python -c "from gsnet import get_feature_id; print(get_feature_id())"