Rename fake_object.py to fake_objects.py
Browse files
fake_object.py → fake_objects.py
RENAMED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
"""
|
| 2 |
-
Picklable objects to imitate the result object of pose estimation
|
| 3 |
-
so that the results can be passed over processes through multiprocessing.Pipe.
|
| 4 |
-
"""
|
| 5 |
|
| 6 |
from typing import NamedTuple, List
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
from typing import NamedTuple, List
|
| 3 |
|