Ali Nawaz

Results 19 comments of Ali Nawaz

What you want I will tell u short method. This is very heavy project and some of code has been deleted. So try something else method. Or give me overview...

What you want I will tell u short method. This is very heavy project and some of code has been deleted. So try something else method. Or give me overview...

Yes, I tried the code much time and debug and try to remove that shity bug but unfortunately, it missing some file and a portion of the code. I will...

It's late to mentioned here, but testing started you can just put with checkpoint loading `strick = False` like this. `model.load_state_dict(checkpoint['state_dict'])` `model.load_state_dict(checkpoint['state_dict'], strict=False )`

@bzhangj13zzz did you improved the AUROC?

@armiro @naomity @dipayandas97 can you please tell me about all the dependencies including Cuda and NumPy etc version I will be very thankful. I am trying from almost one month....

can someone guide me that how to use this repo on spyder or jupiter please guid

can I use this repo on window or it only work on linux further more please guide how to give input and put file name as I am new to...

> If I use torchvision 0.2.0 and torch==1.0.1 I get the following error. > > ``` > warn("The default mode, 'constant', will be changed to 'reflect' in " > 0...

> Hi Tang, I am able to generate the bound_box.txt file after I execute the denseNet_localization.pyfile. how to visualize the bound box text file into the input image? as you...