This research project implements a real-time object detection and pose estimation method as described in the paper, Tekin et al. "Real-Time Seamless Single Shot 6D Object Pose Prediction", CVPR 2018. (https://arxiv.org/abs/1711.08848).
MIT License
725
stars
214
forks
source link
FileNotFoundError: [Errno 2] No such file or directory: 'LINEMOD/ape/ape.ply' #131
29 conv 1024 3 x 3 / 1 13 x 13 x1280 -> 13 x 13 x1024
30 conv 20 1 x 1 / 1 13 x 13 x1024 -> 13 x 13 x 20
31 detection
Traceback (most recent call last):
File "/home/liupenglei/test/code/YOLO_6D/train.py", line 370, in
mesh = MeshPly(meshname)
File "/home/liupenglei/test/code/YOLO_6D/MeshPly.py", line 6, in init
f = open(filename, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'LINEMOD/ape/ape.ply'
29 conv 1024 3 x 3 / 1 13 x 13 x1280 -> 13 x 13 x1024 30 conv 20 1 x 1 / 1 13 x 13 x1024 -> 13 x 13 x 20 31 detection Traceback (most recent call last): File "/home/liupenglei/test/code/YOLO_6D/train.py", line 370, in
mesh = MeshPly(meshname)
File "/home/liupenglei/test/code/YOLO_6D/MeshPly.py", line 6, in init
f = open(filename, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'LINEMOD/ape/ape.ply'
Process finished with exit code 1
How should I do? Thanks!