jack chen
jack chen
Can model training only be performed on version 2.7? 3.7 No?
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\decomposition\pca.py", line 425, in _fit_full % (n_components, min(n_samples, n_features))) ValueError: n_components=20 must be between 0 and min(n_samples, n_features)=2 with svd_solver='full'
me config.py data_folder = "./data/" images ="./data/images/" annotations = "./data/annotations.csv" message: No images were found for training. Please make sure that folders in config.py are correct, and that images for...