lijian
lijian
Hello, can I ask you how to calculate the angle regression in the decode ﹣ boxes ﹣ rotate function in encode ﹣ and ﹣ decode.py?
在demo_rh_pyramid.py中的157行如下面代码: det_boxes_r_ = forward_convert(det_boxes_r_, False) det_boxes_r_[:, 0::2] *= (w_len / ss) det_boxes_r_[:, 1::2] *= (h_len / ss) det_boxes_r_ = back_forward_convert(det_boxes_r_, False) 有时会报IndexError: too many indices for array,查看有时为空。当用if做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了
First of all, thank you very much for your patience, but I have some questions first: I'm still a little behind the results you gave me, cls : ship|| Recall:...
backbone
Hello, I will replace the backbone network of RESNET with your resnest. During the training process, the loss value decreases very slowly (LR here is the same as that of...
How do you run this distribution?The card master does not move me all the time using the following command GPU python examples/imagenet/main.py --data /data/maq/DataSet/ACCV_WebFG5000_Data/train_test -a efficientnet-b7 -j 8 --epochs 40...
Thank you for your public work, I find it interesting, I am reproducing your structure, but I have a few questions I would like you to answer: 1. In the...
InvalidArgumentError (see above for traceback): Cannot assign a device for operation 'dicriminator_train/discriminator/discriminator_unit/dense_layer_2/dense/bias/Adam_1': Operation was explicitly assigned to /device:GPU:0 but available devices are [ /job:localhost/replica:0/task:0/cpu:0 ]. Make sure the device specification...
I want to ask why I set up CIHP? Train in. Yaml, and then modified the corresponding directory in utils / data / dataset? Catalog.py, but the data still can't...
Hello, author. Thank you for sharing. I want to ask you if this project has been tested on dota? What was the result? Can you add FPN to improve the...
Hello, thank you for sharing the project. I would like to ask me when I compile the environment and what my conda is  Has been reporting errors when compiling...