nwojke / mcf-tracker

A simple multi-object tracker based on the mcf library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the link to the CNN checkpoint in the Readme file

Kinantb opened this issue · comments

The link to the CNN checkpoint currently provided is broken, this is the working one I found in the deep_sort repo
https://drive.google.com/drive/folders/18fKzfqnqhqW3s9zwsCbnVJ5XF2JFeqMp

Thanks for your link. When I run motchallenge_trainer.py, I get the error "The name 'net/images:0' refers to a Tensor which does not exist. The operation, 'net/images', does not exist in the graph." It happens when I call "generate_detections.create_box_encoder(args.cnn_model)" in line 61. What am I doing wrong?

@NatalyaSlepkova sorry for my late reply. The question has already been asked in the closed issues and one person suggested running the tracker as follow:
python motchallenge_trainer.py --cnn_model resources/networks/mars-small128.pb
which seems to solve the issue for me