mvoelk/ssd_detectors

sample_random_batch(), where is it?

Closed this issue · 3 comments

Hello,
What is the sample_random_batch() function inside TBPP_train.ipynb? Is it part of the dict returned by pickle.load()? I'm sorry if I sound ignorant, I can't seem to find it anywhere, please advise.

Thanks,
Kumar

It is a method of the class GTUtility. I serialized the object in datasets.ipynb to avoid waiting during preprocessing the dataset.

Woow, thanks, that was quick, much appreciated !

Found it, it is inside ssd_data.py - the BaseGTUtility. Thank you once again.
Kumar