Create a Project
First, log in to AI Creator, and in the Project Center interface, find the Create New Project button. Click it, then enter the project name in the pop-up window, such as "Chip Localization", and click Next to complete the project creation.
Import Dataset
After the project is created, we can import the data prepared during the Data Preparation phase into the project for labeling and model training.
Once inside the project, under the Dataset menu, click the Import Data button. In the pop-up window, select Upload Data, enter the dataset name, choose either training or testing set, and upload the corresponding data files.
For example: Upload the prepared training_set
as training data. First, name the dataset "Chip-Training", select the training set, and upload the prepared file.
Similarly, upload the test_set
as testing data. Name the dataset "Chip-Testing", select the testing set, and upload the prepared file.
Add Algorithm Module
Based on the project requirements, choose the "Localization" module to train a model that can locate the main area of the chip in the images.
In the Label & Train menu, click Add Module and select the Localization Module.
At this point, we have successfully created a project in AI Creator, uploaded the training and testing datasets, and added the necessary algorithm module.
Next Step
After uploading the data, we can proceed to the next step of Data Labeling.