HMS-IDAC / ImageForensics

Learning Manipulation-Invariant Image Similarity for Detecting Re-Use of Images in Scientific Publications
https://hms-idac.github.io/ImageForensics/
Other
20 stars 7 forks source link

SiamRelease.ckpt #1

Open rajafarhat opened 5 years ago

rajafarhat commented 5 years ago

Cannot find the SiamRelease.ckpt and also does not generate that file? So, kindly tell me how to solve this all.

rajafarhat commented 5 years ago

are you consult me on this issue sir immediately. thanks

rajafarhat commented 5 years ago

actually i am working on image forensics and i select you paper as a base paper of my research so can you please let me know how to solve this issue. thanks

cicconet commented 5 years ago

You have to train the model (with train.py) and pass the path to the file with trained parameters.

rajafarhat commented 5 years ago

can you send me steps because when i run train.py it will give me following error Unsuccessful TensorSliceReader constructor: Failed to get matching files on ../forensics/researchhh/home/mc/Workspace/TFModel/SiamRelease.ckpt: Not found: FindFirstFile failed for: ../forensics/researchhh/home/mc/Workspace/TFModel : while i am giving correct path

rajafarhat commented 5 years ago

can you please send me each step how to setup this project, because its very urgent

rajafarhat commented 5 years ago

do you help me sir please its very urgent

tlambert03 commented 5 years ago

Hi @rajafarhat . I am not the person to help you here, but i can see that you're new to github, and this is your first issue... and I wanted to let you know that open source code doesn't really work like this. it's not appropriate to come in and ask for help immediately because something you are doing is very urgent. You are welcome to dig through the code and decide if something is useful for your project, but if it lacks documentation or you don't know how to troubleshoot things yourself, it's considered very impolite (particularly if you are opening the first issue) to be pushy when asking for help. Be patient, maybe someone will be able to help you... but until then it's best to decide either to get your hands dirty and understand the code yourself, or move on to another package if you are looking for something a bit more mature/stable. good luck