SINet
SINet copied to clipboard
Camouflaged Object Detection, CVPR 2020 (Oral)
hello, Can we perform the bounding box detection without segmentation mask using this code?,.
我想把这个网络用于伪装目标的检测,请问能否替代现有通用目标检测框架中的主干部分?作者有试过与通用框架的监测结果相比效果如何吗? 或者用SINET网络有别的方式能实现目标检测吗?
 In line 52 of the code, why is the cat operation kernel_size 3? Shouldn’t it be 1?
I am trying to test SINet in Windows machine. When I executed the command pip install requirement.txt , it is giving me error : **ERROR: Could not find a version...
Following error appear when I try to run MyTest.py D:\asif\Projects\OtitisNet2\Scripts\python.exe D:\asif\Projects\OtitisNet2\SINet-master\MyTest.py Traceback (most recent call last): File "D:\asif\Projects\OtitisNet2\SINet-master\MyTest.py", line 9, in from Src.utils.trainer import eval_mae, numpy2tensor File "D:\asif\Projects\OtitisNet2\SINet-master\Src\utils\trainer.py", line 5,...
I would like to include some experimental results from your paper in my report. Would this involve any copyright infringement? This report will not generate any financial benefits and is...
MAE,F-measure,S-measure,E-measure请问这些评价指标怎么加入到模型的推理中?最后输出这些结果?
I meet Error in Matlab evaluation for COD10k, in Non-Comuflage procedure this error: - - Evaluating(CAMO Dataset,UEGAN Model): 1/1974 Subscript indices must either be real positive integers or logicals. Error...
How solve this question? if you propose some advise ,i will appreciate you very much
你们有没有出现验证mae越来越高的情况啊