moonwalk
moonwalk
I ran jypyter demo of the project, when i want to change the brightness channel, but i can't get the correct result. The RandomHSV() function use **img += hsv** (RGB...
hello, have you test your trained model? i saved the ckpt files after training, then restore ckpt file to test. it seems like the model can't save moving average of...
i changed BASE_ANCHOR_SIZE_LIST and ANCHOR_RATIOS base on my own dataset in config.py, should i also change RPN_BBOX_STD_DEV and BBOX_STD_DEV? And how to calculate the two parameters? Thanks.