Ajaz Ahmad

Results 10 issues of Ajaz Ahmad

Hi, I was inspired by your code on loading weights for tiny yolo v2 from coco weight file. I have implemented my yolo network as below: ![YOLO-Net](https://user-images.githubusercontent.com/29792736/63178415-e5a95d80-c041-11e9-92ce-a1a4e7c9d5b1.PNG) ![Yolo-Sub-Func](https://user-images.githubusercontent.com/29792736/63178430-ef32c580-c041-11e9-8c3e-9adf357283e5.PNG) However, there...

Hi simo23, I was inspired with your code and have included yolo network with batch normalization. Though the model loads successfully but it gives poor predictions. Here is the link...

HI, I am trying to reproduce your results for Camelyon 16. Can you please confirm the settings for features creation? I am using deepzoom_tiler.py with following settings: parser.add_argument('-d', '--dataset', type=str,...

Hi, I saw the thread regarding camelyon16 weights. I can see in the shared drive weights with embedder_v-1 and embedder_v-2. Can you please describe what each one is? Is the...

Hi, Thanks for sharing your work. I have read the paper and understand you are grabbing tiles at lower mag (Single Tile( and concatenating/adding with corresponding (16 Tiles) at 20x....

Hi, Thank you for sharing your work. Can you also provide Tensorflow implementation as well, if possible?

Hi, I have written tiny yolo v2 in tensorflow and loaded pre trained weights but it gives poor result. I think I have done some mistake while loading it, can...

Hi, When training the network it often says NAN for loss calculation. Can you tell the issue? thnks

Hi, I am trying to load tiny yolo v2 voc weights to yolo network in tensorflow. It loads successfully, however it does not detects any object. Here is the link...

Hi, I am using yolo architecture and trying transfer learning. I have pre-trained weights trained over 80 classes but now I want output for 3 classes only. How can I...