You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm interested in using your repo, but am struggling a bit: I get that we can pass the image and the masks in pdci_main.cpp, but where would we provide the path to an image database? It'd be great if you could provide some sample commands! :) Thanks
The text was updated successfully, but these errors were encountered:
Its been a long time, since I looked at the code ;)
The path to the descriptor files was hard coded in bool CPDCIImage::OpenDescriptorFiles(), so you don't have to pass this as a parameter in pdci_main.cpp, instead, change the code in the load function. Note that the image filenames are stored in the m_gist object, the correct path to the image is written to the descriptor by the retrieval framework. The 3rd party dependency "Retrieval Framework" should be run on your Database beforehand to create the descriptor files.
Hi,
I'm interested in using your repo, but am struggling a bit: I get that we can pass the image and the masks in pdci_main.cpp, but where would we provide the path to an image database? It'd be great if you could provide some sample commands! :) Thanks
The text was updated successfully, but these errors were encountered: