李洋
Results
2
issues of
李洋
my OS: Windows, and I modified the setting file of FastOlympicCoding, like this: ` { "name": "C++", "extensions": ["cpp"], "compile_cmd": "g++ \"{source_file}\" -std=c++17 -o \"{file_name}\"", "run_cmd": "\"{source_file_dir}\\{file_name}.exe\" {args} -debug", "lint_compile_cmd":...
In paper, there are two **conv3** in Confidence Head, but according to your project code, I find there are two **conv1** in Confidence Head(line 111 to 134 of the CrowdCounting-SASNet/model.py...