tensorboy

Results 76 comments of tensorboy

you need use dask: ``` import dask.dataframe as dd import json import pandas as pd # Load the JSON data json_file_path = "LA.json" with open(json_file_path, "r") as f: data_dict =...

Hi, @mks0601, you may try how to use it for MASK-RCNN at here: https://github.com/tensorboy/Pytorch_Mask_RCNN. :)

@spacewalkingninja did you managed to run inference?