Dear author,
Thank you for your outstanding work! While reading the source code, I came across a question: the paper mentions two GRUNets for encoding and decoding, but in the source code, both the ConvGRUNet and DeConvGRUNet classes use DeConvGRU units. Although there is an implementation of ConvGRU in the source code, it is not used. Could you clarify if these two modules have the same functionality?
(This refers to lines 437 and 440 in lib\models\dladcn_gru.py.)
I retrained the model using the ICPR dataset and obtained the following metrics. However, the detection metrics for the sequence image with index 003 are abnormal. Could you please explain the possible reasons?
Looking forward to your response.
the detection metrics for the sequence image with index 003 are abnormal.
I checked the sequence images with the number 003, and the number of targets in the images is very small.
Dear author, Thank you for your outstanding work! While reading the source code, I came across a question: the paper mentions two GRUNets for encoding and decoding, but in the source code, both the ConvGRUNet and DeConvGRUNet classes use DeConvGRU units. Although there is an implementation of ConvGRU in the source code, it is not used. Could you clarify if these two modules have the same functionality?
(This refers to lines 437 and 440 in lib\models\dladcn_gru.py.)
I retrained the model using the ICPR dataset and obtained the following metrics. However, the detection metrics for the sequence image with index 003 are abnormal. Could you please explain the possible reasons? Looking forward to your response.