I am converting Python program to C++ format.
Python program to C++
Python has an array in the following format.
boxes = np.zeros((1, 300, 4, 5, 1), dtype = np.float)
What could be the best way to create a C++ array functioning similar to that boxes array?
C++
boxes
Aucun commentaire:
Enregistrer un commentaire