Jesmond
Jesmond
@ml930310 It is easier run demo by make compile and make track. It will build all the necessary links between the libraries and the target file for you.
@ml930310 Put seqmap file, which stores the relative path (from data/) to your detection data, under data/. The content of the seqmap is something like this: ../../dataset/MOT16/train/MOT16-02 ../../dataset/MOT16/train/MOT16-04 ../../dataset/MOT16/train/MOT16-05 ../../dataset/MOT16/train/MOT16-09...
@ml930310 I think your caffe is not installed properly. Check your installation again and try to run a simple network first
I tried the translator tool on AlexNet and GoogleNet, it doesnt work still. I need some guidance. @ThomasGueldner Does it work for you?
@drnikolaev Thank you for your reply. I have uploaded the required files to https://drive.google.com/open?id=1cAhF9wBNjBpO9Ykoh80Sv5eBqBZJwDYQ Also, I have uploaded the modifications required to run RefineDet model, under include/ and src/ folders
@drnikolaev So I tried this ``` if (!use_modest_workspace()) { // if (this->phase_ == TRAIN) { // Now taking the rest for running FindEx calls // We'll release what's possible in...