Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Trying to read a csv with read_csv to load characteristics of a CNN in a matrix

I am trying to train an SVM set by loading a matrix of features extracted from a CNN using CvMLData and reading the .cvs file to load it, but when I try to load.cvs the program shows an error: :

msg="C:\\opencv2412\\sources\\modules\\core\\src\\datastructs.cpp:426: error: (-211) **Storage block size is too small to fit the sequence elements in function cvSetSeqBlockSize**\n" ...

The.cvs file has the following format : 0.615685, 0.647057, 0.682354, 0.713726, 0.737255...

My.csv is 1.9 GB : (

Is there any solution for this problem?

Trying to read a csv with read_csv to load characteristics of a CNN in a matrix

I am trying to train an SVM set by loading a matrix of features extracted from a CNN using CvMLData and reading the .cvs file to load it, but when I try to load.cvs the program shows an error: :

msg="C:\\opencv2412\\sources\\modules\\core\\src\\datastructs.cpp:426: error: (-211) **Storage block size is too small to fit the sequence elements in function cvSetSeqBlockSize**\n" ...

The.cvs file has the following format : 0.615685, 0.647057, 0.682354, 0.713726, 0.737255...

My.csv is 1.9 GB : (

Is there any solution for this problem?