Rabeea Jaffari
Rabeea Jaffari
Hi, I have followed **macaque dataset** format to label the keypoints in custom dataset. My custom dataset comprises of 200 black and white .png images with straight lines. I have...
Hi, As per the documentation of generate_fractal_noise_2d function, the third argument is the number of octaves in the noise. If the number of octaves is 1, will this function generate...
Can you post the link to the appropriate version of the Caffe and PyCaffe to be used with the following requirements: OS: Windows 10 Python 3.6 Tensorflow-gpu 1.12 CUDA 9...
Hi, I tried running your code with the following specs: Python 2.7 Windows 10 OS Protobuf 2.5 and caffe framework for windows downloaded from https://github.com/BVLC/caffe/tree/windows and pasted the python folder...
Hi, After running the eval.py file the final predictions are saved as numPy arrays using the code statement: np.save(FLAGS.save_preds+l,P) My question is how should we visualize these predictions in images?...
Hi, As per the documentation of the squared hinge losses, the target labels must be in the range of {-1,1} but I don't see any point in your provided code...
Hi, Thanks for this awesome project code. However, I wanted to know if we only want to detect vehicles in a single image instead of a whole video file, how...
**Describe the feature** Hi, Can you provide guidance on how to train dense rep-points on any custom dataset? Also is windows OS supported at the moment or not? Looking forward...
Hi, I tried running the caffe2keras.py file to convert sample caffe model in the project (bvlc_googlenet.caffemodel) using CNTK backend with python 2.7. I get the following error upon running it:...