efficientdet icon indicating copy to clipboard operation
efficientdet copied to clipboard

Fixing a couple of bugs

Open azdaly opened this issue 4 years ago • 0 comments

  1. Removing the .module when loading the model allows it to load properly.
  2. The cv2.rectangle command returns an error when it's not an int. Converting the tensors to ints on lines 53-57.

azdaly avatar Aug 30 '20 16:08 azdaly