PhenomenalOnee

Results 19 issues of PhenomenalOnee

Hello, great explanation there. Can you please provide how to modify the training code ( data fetech and multiloss function ) to pass negative images without/with bounding boxes

I have tried to train the model using torch.cuda.amp.autocast() but the training doesn't seems to speeds up or memory usage remains same as with fp32 training. also model size remain...

How can we implement the below caching technique in the code? That would be awesome. What I have tried to speed up the inference in my custom implementations for autoregressive...

Can you please provide your trained Discriminator model

Great Work!! Can you provide this work in keras?

As i am testing the model, i encounter it creates a lot of false positive detection on hands and necks with high confidence, can you tell me how to add...

Really Nice Tutorial.. I have trained using code from https://github.com/siriusdemon/Build-Your-Own-Face-Model/tree/master/detection centerface detection and facing Accuracy Issue. Some Modifications I have done according to your repo as follows HeatMap generation using...

Really Nice Work.. Can you please merge your model with a person detection model to build a people tracking software like DeepSort (https://github.com/Qidian213/deep_sort_yolov3) Thank You

Hello, Really amazing work. While doing inference, i faced the results are not as good as shown. I tested using the pre trained models: 1) faster_rcnn_RoITrans_r50_fpn_1x_dota ![eduardo-drapier-beFUbu1Nrcc-unsplash](https://user-images.githubusercontent.com/47495143/90361175-284dad80-e07b-11ea-8526-6cfab43e846a.jpg) 2) faster_rcnn_RoITrans_r50_fpn_1x_dota1_5 ![mike-mari-lh1AhhKa7RQ-unsplash](https://user-images.githubusercontent.com/47495143/90361223-40253180-e07b-11ea-809b-515017873ae8.jpg)...