view-finding-network
view-finding-network copied to clipboard
A deep ranking network that learns to find good compositions in a photograph.
multiprocessing.pool.MaybeEncodingError: Error sending result: ''. Reason: 'TypeError("cannot serialize '_io.BufferedReader' object",) code: pool.map(fetch_image, URLs) how can i solve ? thanks.
Hello, thanks for sharing your code! I find a problem when I try vin_eval. The output bounding boxes are random although the input image is the same, which means that...
How can I download the Image Cropping Database?
First of all, thanks for your work and sharing. I'm using the output score of VFN (the output of score_func) as my evaluation parameter, but I want normalized output. So...
I got an error here: ` db = pkl.load(open("dataset.pkl", "rb"))` Had to run the dos2unix.py to format the pkl file. Maybe you can add dos2unix file to the project. It's...
Hi , thank you for your help! But I got a wrong. I run this pre-trained modelmodel-wo-spp is ok, but try to run other pre-trained modelmodel-spp-max with an err :InvalidArgumentError...
Hi, thank you so much for sharing your code! I have some questions and hope you could help me. I try to use my images dataset to train a model,but...