Skip to content

Commit

Permalink
Forcing v1 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
theoway committed Jun 16, 2022
1 parent 97b824c commit eb30044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generate_detections.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import numpy as np
import cv2
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()


def _run_in_batches(f, data_dict, out, batch_size):
Expand Down

0 comments on commit eb30044

Please sign in to comment.