Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
efficientdet: update requirements.txt
This patch modifies the requirements file to only install TensorFlow versions older than 2.16.0, since some breaking changes made it incompatible with the efficientdet repository (like the removal of the Estimator API). It also tightens the dependency on numpy, since version 1.24.0 removed some deprecated type aliases used by cocoapi, like np.float.
- Loading branch information