summaryrefslogtreecommitdiff
path: root/test/dataset.py
AgeCommit message (Collapse)Author
2020-12-29Encode class names to label and some access improvementJordan Gong
1. Encode class names using LabelEncoder from sklearn 2. Remove unneeded class variables 3. Protect some variables from being accessed in userspace
2020-12-27Try some unit tests on CASIA-B datasetJordan Gong