BlazeFace icon indicating copy to clipboard operation
BlazeFace copied to clipboard

Implementating BlazeFace

Results 4 BlazeFace issues
Sort by recently updated
recently updated
newest added

Hi sir nice work you have here .. I have two questions : - I have a dataset with annotations xmin , ymin , xmax , ymax how can I...

Inside dataloader.py: ------------------ img_files = glob.glob(dataset_dir) img_files = [f for f in img_files if f[-3:] in IM_EXTENSIONS] with open(label_path, "rb") as f: labels = pickle.load(f) numofData = len(img_files)# endwiths(png,jpg ...)...

Hello, thank you for sharing good code. Could you give me some idea for dataset? We really need this model for our project. Is there any open dataset which can...

The output layer for **conf** prediction is of shape _**(None, 896, 1)**_ but my input label shape is **_(BATCH_SIZE, 1)_**. I am getting a shape mismatch error here. `Traceback (most...