zisuina

Results 2 issues of zisuina

I used resnet50, and change C4 layer into LambaBottleNeck; but why flops so high about 20G and input size is 224*244; is that right, or something wrong about my inplementation.

in texture.cpp a function named: Mat segmentTexture() has a loop question: do { seedPoint.x=rng.uniform(0, texture.cols); seedPoint.y=rng.uniform(0, texture.rows); seed=texture.at(seedPoint.y, seedPoint.x); } while(mark.at(seedPoint.y, seedPoint.x) !=0 ); if this region are all 0,...