Problem in opencv : generation of selfie training data using webcam

The link to code is -

In line no 11 of the code, I am not able to understand that where should I create folder named data. I have understood the whole video but stuck on this particular point.

Should I make this folder in that folder in which I have saved my python code? Or should I store it somewhere else?

‘.’ refers to the ‘current directory’ and yes, you’re right. This folder should exist in the directory where your .py file is saved.

Happy Learning!