qitop

Results 4 issues of qitop

Hi, I have some confusions regarding the columns in annotation files. if you could answer that 1-)you have provided the reference images along with annotations. That means that all the...

I am trying to open pickle files. I tried different methods ``` import pickle import pandas as pd from algorithms import * object = pd.read_pickle(r'E:\PathBench\data\training_data\training_block_map_3.pickle') print(object) ``` it keep on...

Hi, I am trying to run this code on windows 10 with pychram2021 but facing linux based dependeny issues in it. I created virtual environment on pycharm I tried running...

I want to detect actions on my customized dataset using pretrained model on HICO dataset which scripts do I use and what specific setting I need to do as I...