efficientdet
efficientdet copied to clipboard
Fixing a couple of bugs
- Removing the .module when loading the model allows it to load properly.
- The cv2.rectangle command returns an error when it's not an int. Converting the tensors to ints on lines 53-57.