mirror of
https://github.com/Sneed-Group/RobloxPotatoes
synced 2024-12-23 11:32:23 -06:00
Update aimbot.py
This commit is contained in:
parent
b78346b622
commit
17cf4252e7
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ import cv2
|
|||
import math
|
||||
import time
|
||||
|
||||
detector = hub.load("https://tfhub.dev/tensorflow/centernet/resnet50v1_fpn_512x512/1")
|
||||
dirname = os.path.dirname(__file__)
|
||||
detector = tf.saved_model.load(dirname)
|
||||
size_scale = 3
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Reference in a new issue