Mohamed Abdallah

Results 8 issues of Mohamed Abdallah

I followed the steps mentioned in the repo to convert pytorch model to a keras model. the converted model actually have the same architecture but when I use predict from...

bug

Thanks @rizkiarm for sharing this great work. but I have a question please, Is there any way to use this model on real time prediction on _webcam_ camera? or it...

I tested the model on the data provided in the **Colab notebook**. it was really interesting. but when I tried to test on my own data, the result was so...

is this a way to load the pretrained weights of this model and train on my own dataset?

Hi @KaiyangZhou, Thank you for sharing this awesome work. I trained the person attribute model on the PA100k dataset but the results were not good even after training for 50...

I face this error after putting `GradCAMCallback` in the fit function. I don't understand why this happens because it raises this error after training one epoch. if the graph is...

After following all the steps and running this line `!python eval.py --img1=./images/first.png --img2=./images/second.png --flow=./out.flow --display_flow=True ` I got this error: ``` 2020-07-21 10:55:35.414384: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1...

please could you provide another link for downloading the pretrained weights of the model because this link is not working? it says "getting download link" and still forever. Is anyone...