(Object Detection) Error on Generate Feature

I want to create simple project for Object Detection
Is anyone know what is the Error mean ??

Creating job... OK (ID: 2474949)

Scheduling job in cluster...
Job started
Creating windows from 3 files...
[1/3] Creating windows from files...
[3/3] Creating windows from files...
[3/3] Creating windows from files...

Created 3 windows with 4 objects: obeng: 2, sisir: 2


Scheduling job in cluster...
Job started
Reducing dimensions for visualizations...
UMAP(n_components=3, verbose=True)
/usr/local/lib/python3.7/dist-packages/umap/umap_.py:1679: UserWarning: n_neighbors is larger than the dataset size; truncating to X.shape[0] - 1
  "n_neighbors is larger than the dataset size; truncating to "
Construct fuzzy simplicial set
Tue Apr  5 07:04:31 2022 Finding Nearest Neighbors
Tue Apr  5 07:04:33 2022 Finished Nearest Neighbor Search
Still running...
Tue Apr  5 07:04:36 2022 Construct embedding
/usr/local/lib/python3.7/dist-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:1592: RuntimeWarning: k >= N for N * N square matrix. Attempting to use scipy.linalg.eigh instead.
  RuntimeWarning)
ERR: Cannot use scipy.linalg.eigh for sparse A with k >= N. Use scipy.linalg.eigh(A.toarray()) or reduce k.
Application exited with code 1

Job failed (see above)

project ID 91923

Hi @zenaki ,

From your project, there seems to be no training data collected. Or rather have you collected any yet?

regards,
Clinton

Sorry, my bad
It’s done already, because I just upload 3 Image for training
after add some image for training it be done

Thank you :grin:

1 Like

Perfect! :smile:

Regards,
Clinton