Hello everyone ,
I want to ask you about maximum size of training dataset ? is it 4GB? is there anyway to increase the size in Edge Impulse ?
Hello everyone ,
I want to ask you about maximum size of training dataset ? is it 4GB? is there anyway to increase the size in Edge Impulse ?
Hi @Bayan_khalid,
I do not believe there is a limit to the dataset size. However, you are limited to 4 GB of RAM when doing DSP preprocessing, 8 GB of RAM during training, and 20 min of processing (DSP or training) time. Using a large dataset will likely make you hit one of those limits.
As for increasing those limits in the free version:
Yes, clear
Does this include the education purposes(Senior Graduation Project).?
Best Regards
Hi @shawn_edgeimpulse,
I would like to upgrade my limit for my free version. I am a student working on a final year project in India.
We are working on a waste segregation robot that separates plastic bottles from other recyclable waste.This plastic bottles will be further recycled for the better management of plastic waste. We are using The FOMO (Faster Objects, More Objects) MobileNetV2 0.35 for object detection.
Currently our dataset contains 1266 images in the dataset.
We tried to train using the following parameters:
I want to ask if this parameter of number of training cycles is good for detecting objects in my project.
Number of epochs (training cycles) can vary widely from project to project based on the complexity of model, amount of data, and complexity of that data. Your best bet is some trial and error. Start with a high number (like 100) and see how well the model performs. Does it converge to an accuracy number prior to reaching that 100th cycle? Or is the loss/accuracy still changing a lot?