HitNet icon indicating copy to clipboard operation
HitNet copied to clipboard

Camouflaged Object Detection

Results 15 HitNet issues
Sort by recently updated
recently updated
newest added

您好,这个工作特别出色,很有启发意义,我有一点小疑问,论文中提到训练经过了100个epoch,但是我实际训练的时候,大概25个epoch后就收敛了,后面的训练loss和验证mae几乎没变化了,这是什么原因?期待您的解答,谢谢!

Hello, I am looking forward to the release of the source code for your model. Thank you very much!

My python code for converting the model is as follows, but I don't get the onnx model ``` import torch import torch.onnx from lib.pvt import Hitnet def pth_to_onnx(input, checkpoint, onnx_path,...

utils/dataloader里面的第32行代码,if self.augmentations == 'True'逻辑有问题:self.augmentations数据类型是bool类型,而'True'是字符串类型,所以条件会一直判断为错。

Which of the pvt.py and pvtv2.py in the code is the network model?

Wonderful work! However, is the second $Y_1^{in}$ refers to $Y_3^{in}$ in this section? ![image](https://user-images.githubusercontent.com/37677851/224481964-3536d8a4-fbdc-4ebd-a55b-ebb7560593b5.png)

We would be very grateful if the code could be released, we are all looking forward to it.

Nice work in AAAI23! We are looking forward to the code.