walktree / libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm
452 stars 131 forks source link

std::runtime errror with libotrch cpu 1.0.0 #18

Closed shayan09 closed 5 years ago

shayan09 commented 5 years ago
./yolo-app ../imgs/messi.jpg
loading weight ...
terminate called after throwing an instance of 'std::runtime_error'
  what():  shape '[64, 128, 1, 1]' is invalid for input of size 7758
Aborted (core dumped)