In detect.py, it says --image_list_path needs to point to keyframes.txt or keyframes_reg.txt.
I can't see this file in the repository or downloaded data however. Do you happen to have any advice on how to proceed?
Thank you in advance!
This should be the list of the new images that you want to process, so you can create this based on your new data. It's a txt with all the names of the images that you have in the new_images/images folder.
Hi! In https://github.com/ethanweber/sitcoms3D/blob/master/REGISTER_NEW_IMAGES.md there is:
However, this crashes with:
In
detect.py
, it says--image_list_path
needs to point tokeyframes.txt or keyframes_reg.txt
. I can't see this file in the repository or downloaded data however. Do you happen to have any advice on how to proceed? Thank you in advance!