Spaces:
Sleeping
Sleeping
Update mhr/predict_tools.py
Browse files- mhr/predict_tools.py +1 -1
mhr/predict_tools.py
CHANGED
|
@@ -2,7 +2,7 @@ from mhr.config import *
|
|
| 2 |
|
| 3 |
|
| 4 |
class MHRVedioCuter:
|
| 5 |
-
def __init__(self, speed_ratio=1
|
| 6 |
## config
|
| 7 |
#self.part_pos = {
|
| 8 |
# 'pos':[(628,350),(993,565)],
|
|
|
|
| 2 |
|
| 3 |
|
| 4 |
class MHRVedioCuter:
|
| 5 |
+
def __init__(self, speed_ratio=1):
|
| 6 |
## config
|
| 7 |
#self.part_pos = {
|
| 8 |
# 'pos':[(628,350),(993,565)],
|