ORN
ORN copied to clipboard
Oriented Response Networks, in CVPR 2017
Dear author, I have read your paper recently, but I do not quite understand some details in it.It is ,why Norientation channels when had eight rotational versions.Looking forward to your...
Hello, is there any plan to update the pytorch branch to pytorch1.0?
Does anyone change the pytorch branch to a win-version?
Sincerely Zhou, I appreciate your great work on oriented feature. Now I have a question that how you make the feature map visualization. so would you like to give me...
according to my understanding, nOrientation means the dim of each point(unit) in the feature map or kernel, and nRotation means the copy-rotated number of the kernel. Points in the feature...
Thanks for sharing! Recently, I upgrade the pytorch branch to be compatible with pytorch 1.0. When I conduct the grad check for activerotaingfilter, I failed. But the rotationinvariantencoding success. I...
I use the network defined in the demo.py, it is ok to reproduce the similar results for original --> rot experiments on mnist. But when I changed to or-resnet, it...
At first I ran ``` python3 setup.py install ``` which created build, dist and orn.egg-info folders. Inside the build folder there was the orn folder containing _ext which has liborn....
Hi, ZhouYanzhao Thanks for your sharing code! line 163 should change to : if test_acc > best_test_acc[0]: => if test_acc.float() > best_test_acc[0]:
Hello, I was using the oralign1d in the pythorch implementation like this: x, main_dir = oralign1d(x, self.nOrientation, True) main_dir is a vector of 80 size of values in [0, 7],...