digitalai commited on
Commit
fc6e81b
·
1 Parent(s): c61e0de

Rename fake_object.py to fake_objects.py

Browse files
Files changed (1) hide show
  1. fake_object.py → fake_objects.py +0 -4
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