paul_work
paul_work
I have got the same issue too, how can I correct this error?
用的老师你分享的权重文件centernet_resnet50_voc.h5
还有如果我如上修改, , ```python #----------------------------------------------------------------------# # 输入的shape大小 # 算法会填充输入图片到[IMAGE_MAX_DIM, IMAGE_MAX_DIM]的大小 #----------------------------------------------------------------------# "IMAGE_MAX_DIM" : 512, ``` 这里是不是也需要修改成1024呢?
Excuse me, teacher. I operate in an environment without a GPU. How can I conduct testing? Currently, I want to only run the test file, but some feedback information is...