nasir6 / zero_shot_detection

61 stars 18 forks source link

TypeError: __init__() got an unexpected keyword argument 'classes_to_load' #18

Open Chaoran-F opened 1 year ago

Chaoran-F commented 1 year ago

I am training my own dataset , I add classes_to_load in the data dict, and coco.py,but it always tell my,TypeError: init() got an unexpected keyword argument 'classes_to_load' image

Bin-ze commented 1 year ago

please try run :

cd detection && pip install -v -e .

it will recompile your changes, good luck ,bro!