I created a module for making a generator for two benchmark datasets(PascalVOC, Coco).
When the module is executed, it returns two generators, one for train the other for validation.
To check whether this module is executed successfully or not, run python make_generator_test.py
If it occurs an error, please check your environment containing necessary python packages
I created a module for making a generator for two benchmark datasets(PascalVOC, Coco).
When the module is executed, it returns two generators, one for train the other for validation. To check whether this module is executed successfully or not, run
python make_generator_test.py
If it occurs an error, please check your environment containing necessary python packagesThank you.