Open Rayholle opened 5 years ago
keep = np.where((hs >= min_size) & (ws >= min_size))[0]
Maybe something wrong in this code
I have same problem, have you solved it?
add this code 'min_size=np.array(min_size)' before 'keep = np.where((hs >= min_size) & (ws >= min_size))[0]'
@KelvinHuang666 It worked! Thank you so much!
hello, i have trouble in training model when i run python train.py it seems that something wrong in trainer.py (forward function) what the problem is and how to solve it Thanks for helping