TensorFlow2.0-Examples
TensorFlow2.0-Examples copied to clipboard
🙄 Difficult algorithm, Simple code.
Hi, I think that `axis=(1,2,3)` should be specified in `np.sum` here https://github.com/YunYang1994/TensorFlow2.0-Examples/blob/f99fcef22caa2758b5eefce10ee789384345506d/4-Object_Detection/RPN/train.py#L106 and here https://github.com/YunYang1994/TensorFlow2.0-Examples/blob/f99fcef22caa2758b5eefce10ee789384345506d/4-Object_Detection/RPN/train.py#L113
我。。。实在是看不懂yolov3里的dataset.py的代码逻辑,大神能帮忙给主要函数写个注释嘛?求你了
Hello, thank you for this YOLO implementation, it's quite impressive. As I'm working through it I ran into a problem. I downloaded the weights as instructed, they are in the...
 ge.png…]()
I trained myself on the data according to yymnist, but the results are yolov3.data-00000-of-00001 and yolov3.index, how to use it in image_demo, I tried several methods will give an error,...
i have tried to open the faster rcnn link but it was always not found. :)
The following code: https://github.com/YunYang1994/TensorFlow2.0-Examples/blob/e1c0449faf6094e9538546b2c08748ab3e5adc10/4-Object_Detection/YOLOV3/core/common.py#L19 just adds a 1 padding at top and 1 at left; so if input was 416x416, the output will be 417,417. I checked other repos and...
hello, thank you for your nice job. in yolo compute_loss function you have used two input conv and pred. pred used for xywh and conv for conv_raw_prob and conv_raw_conf. the...
When I execute image_demo.py at the beginning, it occurs error like this: TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead...