Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run trained model in C++ TensorFlow API. But SAME WRONG values in results! #1115

Open
HardworkingPearl opened this issue Nov 12, 2018 · 16 comments

Comments

@HardworkingPearl
Copy link

HardworkingPearl commented Nov 12, 2018

Use following lines, I could get my output_detections and output_mrcnn_mask

tensorflow::Status run_status = session->Run({ { "input_image", inputTensor },{ "input_image_meta", inputMetadataTensor },{"input_anchors",input_anchors } },
		{ "output_detections", "output_mrcnn_class", "output_mrcnn_bbox", "output_mrcnn_mask",
				"output_rois", "output_rpn_class", "output_rpn_bbox" },
		{},
		&outputs);

But x1 = x2 = 1.00392 always, no matter which image I have input.

auto detectionsMap = outputs[0].tensor<float, 3>();
auto y1 = detectionsMap(0, i, 0); float x1 = detectionsMap(0, i, 1); auto y2 = detectionsMap(0, i, 2); float x2 = detectionsMap(0, i, 3) ;

I have tried run the pb file in Python. The result is the same with C++ except for x1 and x2.

Environment:
Windows 10
Visual Studio 2015
Python 3.5
TensorFlow 1.4.0 in Python and C++

PS: I build TensorFlow for Visual Studio using:
[(https://www.youtube.com/watch?v=gj_4Yv94LgQ)]

Does anyone have any idea to fix this problem? THANKS

@ChauncyFr
Copy link

I am also doing related work. Can you provide the code files you wrote? This is very important to me, thank you very much.

@HardworkingPearl
Copy link
Author

HardworkingPearl commented Jan 7, 2019 via email

@ymmshi
Copy link

ymmshi commented Jan 16, 2019

Hi, I modified moorage’s code from #222 (comment) And my code file is attached. If you haven’t receive the file, you could directly email me at e0178343@u.nus.edumailto:e0178343@u.nus.edu Best Regards.

thanks for your code files!

@gyp2448565528
Copy link

Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much

@HardworkingPearl
Copy link
Author

HardworkingPearl commented Jan 18, 2019 via email

@kongjibai
Copy link

kongjibai commented Feb 25, 2019

Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much

Hi, I'm also confused by this problem, I'll very appreciative if you can share the code about how you processed this problem. And another problem is why TF_MASKRCNN_IMAGE_METADATA_LENGTH=14?

@ymmshi
Copy link

ymmshi commented Feb 25, 2019

Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much

Hi, I'm also confused by this problem, I'll very appreciative if you can share the code about how you processed this problem. And another problem is why TF_MASKRCNN_IMAGE_METADATA_LENGTH=14?

I can share my codes with you, but now I need time to sort! Maybe tomorrow I will send it to you!

@kongjibai
Copy link

Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much

Hi, I'm also confused by this problem, I'll very appreciative if you can share the code about how you processed this problem. And another problem is why TF_MASKRCNN_IMAGE_METADATA_LENGTH=14?

I can share my codes with you, but now I need time to sort! Maybe tomorrow I will send it to you!

Thank you very much, waiting for you!

@ymmshi
Copy link

ymmshi commented Feb 26, 2019

Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much

Hi, I'm also confused by this problem, I'll very appreciative if you can share the code about how you processed this problem. And another problem is why TF_MASKRCNN_IMAGE_METADATA_LENGTH=14?

I can share my codes with you, but now I need time to sort! Maybe tomorrow I will send it to you!

Thank you very much, waiting for you!

you can get some special settings from infer_from_pb.ipynb, and getAnchors.ipynb can help you generate anchor files, the example file is main.cpp
mask.tar.gz

@kongjibai
Copy link

you can get some special settings from infer_from_pb.ipynb, and getAnchors.ipynb can help you generate anchor files, the example file is main.cpp
mask.tar.gz

Thank you very much! I almost get the final result, but when I generate mask from the model output, I find it is so hard. Have you done this?

@ymmshi
Copy link

ymmshi commented Feb 28, 2019

very much! I almost get the final result, but when I generate mask from the model output, I find it is so hard. Have you d

Sorry, I just did research on how to build and run the project.

@kongjibai
Copy link

Sorry, I just did research on how to build and run the project.

Thank you anyway!

@121649982
Copy link

Hi, actually, I think my anchor may not be suitable for you. You could read anchors in your Python’s code. You should write code to output anchors in Matterport “MaskRCNN/model.py”. And save it as txt file. Regards, Qiuhao. From: gyp2448565528mailto:notifications@github.com Sent: Friday, 18 January 2019 9:54 AM Subject: Re: [matterport/Mask_RCNN] Run trained model in C++ TensorFlow API. But SAME WRONG values in results! (#1115) Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#1115 (comment)>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjR5ArTTPHsWPGLN0eM8OdBp8i8hg4VJks5vESlbgaJpZM4YZVyr.

-0.02218374,-0.01109187,0.01826217,0.00717030 -0.01568628,-0.01568628,0.01176471,0.01176471 -0.01109187,-0.02218374,0.00717030,0.01826217 -0.02218374,0.00459440,0.01826217,0.02285658 -0.01568628,0.00000000,0.01176471,0.02745098 -0.01109187,-0.00649747,0.00717030,0.03394845 -0.02218374,0.02028068,0.01826217,0.03854285 -0.01568628,0.01568628,0.01176471,0.04313726 -0.01109187,0.00918881,0.00717030,0.04963472 -0.02218374,0.03596695,0.01826217,0.05422913 -0.01568628,0.03137255,0.01176471,0.05882353 -0.01109187,0.02487508,0.00717030,0.06532100 -0.02218374,0.05165323,0.01826217,0.06991540 -0.01568628,0.04705882,0.01176471,0.07450981 -0.01109187,0.04056136,0.00717030,0.08100727 -0.02218374,0.06733950,0.01826217,0.08560167 -0.01568628,0.06274510,0.01176471,0.09019608 -0.01109187,0.05624763,0.00717030,0.09669355 -0.02218374,0.08302578,0.01826217,0.10128795 -0.01568628,0.07843138,0.01176471,0.10588235 -0.01109187,0.07193390,0.00717030,0.11237982 -0.02218374,0.09871205,0.01826217,0.11697423 -0.01568628,0.09411765,0.01176471,0.12156863 -0.01109187,0.08762018,0.00717030,0.12806609 -0.02218374,0.11439832,0.01826217,0.13266049 -0.01568628,0.10980392,0.01176471,0.13725491 -0.01109187,0.10330646,0.00717030,0.14375237 -0.02218374,0.13008460,0.01826217,0.14834677 -0.01568628,0.12549020,0.01176471,0.15294118 -0.01109187,0.11899273,0.00717030,0.15943864 -0.02218374,0.14577088,0.01826217,0.16403304 -0.01568628,0.14117648,0.01176471,0.16862746 -0.01109187,0.13467900,0.00717030,0.17512491 -0.02218374,0.16145715,0.01826217,0.17971933 -0.01568628,0.15686275,0.01176471,0.18431373 -0.01109187,0.15036528,0.00717030,0.19081119 -0.02218374,0.17714342,0.01826217,0.19540560 -0.01568628,0.17254902,0.01176471,0.20000000 -0.01109187,0.16605155,0.00717030,0.20649746 -0.02218374,0.19282970,0.01826217,0.21109188 -0.01568628,0.18823530,0.01176471,0.21568628 -0.01109187,0.18173783,0.00717030,0.22218375 -0.02218374,0.20851597,0.01826217,0.22677815 -0.01568628,0.20392157,0.01176471,0.23137255 -0.01109187,0.19742410,0.00717030,0.23787002 -0.02218374,0.22420225,0.01826217,0.24246442 -0.01568628,0.21960784,0.01176471,0.24705882 -0.01109187,0.21311037,0.00717030,0.25355628 -0.02218374,0.23988852,0.01826217,0.25815070 -0.01568628,0.23529412,0.01176471,0.26274511 -0.01109187,0.22879665,0.00717030,0.26924255 -0.02218374,0.25557479,0.01826217,0.27383697 -0.01568628,0.25098041,0.01176471,0.27843139 -0.01109187,0.24448292,0.00717030,0.28492883 -0.02218374,0.27126107,0.01826217,0.28952324 -0.01568628,0.26666668,0.01176471,0.29411766 -0.01109187,0.26016921,0.00717030,0.30061510 -0.02218374,0.28694734,0.01826217,0.30520952 -0.01568628,0.28235295,0.01176471,0.30980393 -0.01109187,0.27585548,0.00717030,0.31630138 -0.02218374,0.30263361,0.01826217,0.32089579 -0.01568628,0.29803923,0.01176471,0.32549021 -0.01109187,0.29154176,0.00717030,0.33198765 -0.02218374,0.31831989,0.01826217,0.33658206 -0.01568628,0.31372550,0.01176471,0.34117648 -0.01109187,0.30722803,0.00717030,0.34767395 -0.02218374,0.33400616,0.01826217,0.35226834 -0.01568628,0.32941177,0.01176471,0.35686275 -0.01109187,0.32291430,0.00717030,0.36336023 -0.02218374,0.34969243,0.01826217,0.36795461 -0.01568628,0.34509805,0.01176471,0.37254903 -0.01109187,0.33860058,0.00717030,0.37904650 -0.02218374,0.36537871,0.01826217,0.38364089 -0.01568628,0.36078432,0.01176471,0.38823530 -0.01109187,0.35428685,0.00717030,0.39473277 -0.02218374,0.38106498,0.01826217,0.39932716 -0.01568628,0.37647060,0.01176471,0.40392157 -0.01109187,0.36997312,0.00717030,0.41041905 -0.02218374,0.39675125,0.01826217,0.41501343 -0.01568628,0.39215687,0.01176471,0.41960785 -0.01109187,0.38565940,0.00717030,0.42610532 -0.02218374,0.41243753,0.01826217,0.43069971 -0.01568628,0.40784314,0.01176471,0.43529412 -0.01109187,0.40134567,0.00717030,0.44179159 -0.02218374,0.42812380,0.01826217,0.44638598 -0.01568628,0.42352942,0.01176471,0.45098040 -0.01109187,0.41703194,0.00717030,0.45747787 -0.02218374,0.44381008,0.01826217,0.46207225 -0.01568628,0.43921569,0.01176471,0.46666667 -0.01109187,0.43271822,0.00717030,0.47316414 -0.02218374,0.45949638,0.01826217,0.47775853 -0.01568628,0.45490196,0.01176471,0.48235294 -0.01109187,0.44840449,0.00717030,0.48885041 -0.02218374,0.47518265,0.01826217,0.49344480 -0.01568628,0.47058824,0.01176471,0.49803922 -0.01109187,0.46409076,0.00717030,0.50453669 -0.02218374,0.49086893,0.01826217,0.50913107 -0.01568628,0.48627451,0.01176471,0.51372552 -0.01109187,0.47977704,0.00717030,0.52022296 -0.02218374,0.50655520,0.01826217,0.52481735 -0.01568628,0.50196081,0.01176471,0.52941179 -0.01109187,0.49546331,0.00717030,0.53590924 -0.02218374,0.52224147,0.01826217,0.54050362 -0.01568628,0.51764709,0.01176471,0.54509807 -0.01109187,0.51114959,0.00717030,0.55159551 -0.02218374,0.53792775,0.01826217,0.55618989 -0.01568628,0.53333336,0.01176471,0.56078434 -0.01109187,0.52683586,0.00717030,0.56728178 -0.02218374,0.55361402,0.01826217,0.57187617 -0.01568628,0.54901963,0.01176471,0.57647061 -0.01109187,0.54252213,0.00717030,0.58296806 -0.02218374,0.56930029,0.01826217,0.58756244 -0.01568628,0.56470591,0.01176471,0.59215689 -0.01109187,0.55820841,0.00717030,0.59865433 -0.02218374,0.58498657,0.01826217,0.60324872 -0.01568628,0.58039218,0.01176471,0.60784316 -0.01109187,0.57389468,0.00717030,0.61434060 -0.02218374,0.60067284,0.01826217,0.61893499 -0.01568628,0.59607846,0.01176471,0.62352943 -0.01109187,0.58958095,0.00717030,0.63002688 -0.02218374,0.61635911,0.01826217,0.63462126 -0.01568628,0.61176473,0.01176471,0.63921571 -0.01109187,0.60526723,0.00717030,0.64571315 -0.02218374,0.63204539,0.01826217,0.65030754 -0.01568628,0.62745100,0.01176471,0.65490198 -0.01109187,0.62095350,0.00717030,0.66139942 -0.02218374,0.64773166,0.01826217,0.66599381 -0.01568628,0.64313728,0.01176471,0.67058825 -0.01109187,0.63663977,0.00717030,0.67708570 -0.02218374,0.66341794,0.01826217,0.68168008 -0.01568628,0.65882355,0.01176471,0.68627453 -0.01109187,0.65232605,0.00717030,0.69277197 -0.02218374,0.67910421,0.01826217,0.69736636 -0.01568628,0.67450982,0.01176471,0.70196080 -0.01109187,0.66801232,0.00717030,0.70845824 -0.02218374,0.69479048,0.01826217,0.71305263 -0.01568628,0.69019610,0.01176471,0.71764708 -0.01109187,0.68369859,0.00717030,0.72414452 -0.02218374,0.71047676,0.01826217,0.72873890 -0.01568628,0.70588237,0.01176471,0.73333335 -0.01109187,0.69938487,0.00717030,0.73983079 -0.02218374,0.72616303,0.01826217,0.74442518 -0.01568628,0.72156864,0.01176471,0.74901962 -0.01109187,0.71507114,0.00717030,0.75551707 -0.02218374,0.74184930,0.01826217,0.76011145 -0.01568628,0.73725492,0.01176471,0.76470590 -0.01109187,0.73075742,0.00717030,0.77120334 -0.02218374,0.75753558,0.01826217,0.77579772 -0.01568628,0.75294119,0.01176471,0.78039217 -0.01109187,0.74644369,0.00717030,0.78688961 -0.02218374,0.77322185,0.01826217,0.79148400 -0.01568628,0.76862746,0.01176471,0.79607844 -0.01109187,0.76212996,0.00717030,0.80257589 -0.02218374,0.78890812,0.01826217,0.80717033 -0.01568628,0.78431374,0.01176471,0.81176472 -0.01109187,0.77781624,0.00717030,0.81826216 -0.02218374,0.80459440,0.01826217,0.82285661 -0.01568628,0.80000001,0.01176471,0.82745099 -0.01109187,0.79350251,0.00717030,0.83394843 -0.02218374,0.82028067,0.01826217,0.83854288 -0.01568628,0.81568629,0.01176471,0.84313726 -0.01109187,0.80918878,0.00717030,0.84963471 -0.02218374,0.83596694,0.01826217,0.85422915 -0.01568628,0.83137256,0.01176471,0.85882354 -0.01109187,0.82487506,0.00717030,0.86532098 -0.02218374,0.85165322,0.01826217,0.86991543 -0.01568628,0.84705883,0.01176471,0.87450981 -0.01109187,0.84056133,0.00717030,0.88100725 -0.02218374,0.86733949,0.01826217,0.88560170 -0.01568628,0.86274511,0.01176471,0.89019608 -0.01109187,0.85624760,0.00717030,0.89669353 -0.02218374,0.88302577,0.01826217,0.90128797 -0.01568628,0.87843138,0.01176471,0.90588236 -0.01109187,0.87193388,0.00717030,0.91237980 -0.02218374,0.89871204,0.01826217,0.91697425 -0.01568628,0.89411765,0.01176471,0.92156863 -0.01109187,0.88762015,0.00717030,0.92806607 -0.02218374,0.91439831,0.01826217,0.93266052 -0.01568628,0.90980393,0.01176471,0.93725491 -0.01109187,0.90330642,0.00717030,0.94375235 -0.02218374,0.93008459,0.01826217,0.94834679 -0.01568628,0.92549020,0.01176471,0.95294118 -0.01109187,0.91899276,0.00717030,0.95943862 -0.02218374,0.94577086,0.01826217,0.96403307 -0.01568628,0.94117647,0.01176471,0.96862745 -0.01109187,0.93467903,0.00717030,0.97512490 -0.02218374,0.96145713,0.01826217,0.97971934 -0.01568628,0.95686275,0.01176471,0.98431373 -0.01109187,0.95036530,0.00717030,0.99081117 -0.02218374,0.97714341,0.01826217,0.99540561 -0.01568628,0.97254902,0.01176471,1.00000000 -0.01109187,0.96605158,0.00717030,1.00649750 -0.00649747,-0.01109187,0.03394845,0.00717030 0.00000000,-0.01568628,0.02745098,0.01176471 0.00459440,-0.02218374,0.02285658,0.01826217 -0.00649747,0.00459440,0.03394845,0.02285658 0.00000000,0.00000000,0.02745098,0.02745098 0.00459440,-0.00649747,0.02285658,0.03394845 -0.00649747,0.02028068,0.03394845,0.03854285 0.00000000,0.01568628,0.02745098,0.04313726 0.00459440,0.00918881,0.02285658,0.04963472 -0.00649747,0.03596695,0.03394845,0.05422913 0.00000000,0.03137255,0.02745098,0.05882353 0.00459440,0.02487508,0.02285658,0.06532100 -0.00649747,0.05165323,0.03394845,0.06991540 0.00000000,0.04705882,0.02745098,0.07450981 0.00459440,0.04056136,0.02285658,0.08100727 -0.00649747,0.06733950,0.03394845,0.08560167 0.00000000,0.06274510,0.02745098,0.09019608 0.00459440,0.05624763,0.02285658,0.09669355 -0.00649747,0.08302578,0.03394845,0.10128795 0.00000000,0.07843138,0.02745098,0.10588235 0.00459440,0.07193390,0.02285658,0.11237982 -0.00649747,0.09871205,0.03394845,0.11697423 0.00000000,0.09411765,0.02745098,0.12156863 0.00459440,0.08762018,0.02285658,0.12806609 -0.00649747,0.11439832,0.03394845,0.13266049 0.00000000,0.10980392,0.02745098,0.13725491 0.00459440,0.10330646,0.02285658,0.14375237 -0.00649747,0.13008460,0.03394845,0.14834677 0.00000000,0.12549020,0.02745098,0.15294118 0.00459440,0.11899273,0.02285658,0.15943864 -0.00649747,0.14577088,0.03394845,0.16403304 0.00000000,0.14117648,0.02745098,0.16862746 0.00459440,0.13467900,0.02285658,0.17512491 -0.00649747,0.16145715,0.03394845,0.17971933 0.00000000,0.15686275,0.02745098,0.18431373 0.00459440,0.15036528,0.02285658,0.19081119 -0.00649747,0.17714342,0.03394845,0.19540560 0.00000000,0.17254902,0.02745098,0.20000000 0.00459440,0.16605155,0.02285658,0.20649746 -0.00649747,0.19282970,0.03394845,0.21109188 0.00000000,0.18823530,0.02745098,0.21568628 0.00459440,0.18173783,0.02285658,0.22218375 -0.00649747,0.20851597,0.03394845,0.22677815 0.00000000,0.20392157,0.02745098,0.23137255 0.00459440,0.19742410,0.02285658,0.23787002 -0.00649747,0.22420225,0.03394845,0.24246442 0.00000000,0.21960784,0.02745098,0.24705882 0.00459440,0.21311037,0.02285658,0.25355628 -0.00649747,0.23988852,0.03394845,0.25815070 0.00000000,0.23529412,0.02745098,0.26274511 0.00459440,0.22879665,0.02285658,0.26924255 -0.00649747,0.25557479,0.03394845,0.27383697 0.00000000,0.25098041,0.02745098,0.27843139 0.00459440,0.24448292,0.02285658,0.28492883 -0.00649747,0.27126107,0.03394845,0.28952324 0.00000000,0.26666668,0.02745098,0.29411766 0.00459440,0.26016921,0.02285658,0.30061510 -0.00649747,0.28694734,0.03394845,0.30520952 0.00000000,0.28235295,0.02745098,0.30980393 0.00459440,0.27585548,0.02285658,0.31630138 -0.00649747,0.30263361,0.03394845,0.32089579 0.00000000,0.29803923,0.02745098,0.32549021 0.00459440,0.29154176,0.02285658,0.33198765 -0.00649747,0.31831989,0.03394845,0.33658206 0.00000000,0.31372550,0.02745098,0.34117648 0.00459440,0.30722803,0.02285658,0.34767395 -0.00649747,0.33400616,0.03394845,0.35226834 0.00000000,0.32941177,0.02745098,0.35686275 0.00459440,0.32291430,0.02285658,0.36336023 -0.00649747,0.34969243,0.03394845,0.36795461 0.00000000,0.34509805,0.02745098,0.37254903 0.00459440,0.33860058,0.02285658,0.37904650 -0.00649747,0.36537871,0.03394845,0.38364089 0.00000000,0.36078432,0.02745098,0.38823530 0.00459440,0.35428685,0.02285658,0.39473277 -0.00649747,0.38106498,0.03394845,0.39932716 0.00000000,0.37647060,0.02745098,0.40392157 0.00459440,0.36997312,0.02285658,0.41041905 -0.00649747,0.39675125,0.03394845,0.41501343 0.00000000,0.39215687,0.02745098,0.41960785 0.00459440,0.38565940,0.02285658,0.42610532 -0.00649747,0.41243753,0.03394845,0.43069971 0.00000000,0.40784314,0.02745098,0.43529412 0.00459440,0.40134567,0.02285658,0.44179159 -0.00649747,0.42812380,0.03394845,0.44638598 0.00000000,0.42352942,0.02745098,0.45098040 0.00459440,0.41703194,0.02285658,0.45747787 -0.00649747,0.44381008,0.03394845,0.46207225 0.00000000,0.43921569,0.02745098,0.46666667 0.00459440,0.43271822,0.02285658,0.47316414 -0.00649747,0.45949638,0.03394845,0.47775853 0.00000000,0.45490196,0.02745098,0.48235294 0.00459440,0.44840449,0.02285658,0.48885041 -0.00649747,0.47518265,0.03394845,0.49344480 0.00000000,0.47058824,0.02745098,0.49803922 0.00459440,0.46409076,0.02285658,0.50453669 -0.00649747,0.49086893,0.03394845,0.50913107 0.00000000,0.48627451,0.02745098,0.51372552 0.00459440,0.47977704,0.02285658,0.52022296 -0.00649747,0.50655520,0.03394845,0.52481735 0.00000000,0.50196081,0.02745098,0.52941179 0.00459440,0.49546331,0.02285658,0.53590924 -0.00649747,0.52224147,0.03394845,0.54050362 0.00000000,0.51764709,0.02745098,0.54509807 0.00459440,0.51114959,0.02285658,0.55159551 -0.00649747,0.53792775,0.03394845,0.55618989 0.00000000,0.53333336,0.02745098,0.56078434 0.00459440,0.52683586,0.02285658,0.56728178 -0.00649747,0.55361402,0.03394845,0.57187617 0.00000000,0.54901963,0.02745098,0.57647061 0.00459440,0.54252213,0.02285658,0.58296806 -0.00649747,0.56930029,0.03394845,0.58756244 0.00000000,0.56470591,0.02745098,0.59215689 0.00459440,0.55820841,0.02285658,0.59865433 -0.00649747,0.58498657,0.03394845,0.60324872 0.00000000,0.58039218,0.02745098,0.60784316 0.00459440,0.57389468,0.02285658,0.61434060 -0.00649747,0.60067284,0.03394845,0.61893499 0.00000000,0.59607846,0.02745098,0.62352943 0.00459440,0.58958095,0.02285658,0.63002688 -0.00649747,0.61635911,0.03394845,0.63462126 0.00000000,0.61176473,0.02745098,0.63921571 0.00459440,0.60526723,0.02285658,0.64571315 -0.00649747,0.63204539,0.03394845,0.65030754 0.00000000,0.62745100,0.02745098,0.65490198 0.00459440,0.62095350,0.02285658,0.66139942 -0.00649747,0.64773166,0.03394845,0.66599381 0.00000000,0.64313728,0.02745098,0.67058825 0.00459440,0.63663977,0.02285658,0.67708570 -0.00649747,0.66341794,0.03394845,0.68168008 0.00000000,0.65882355,0.02745098,0.68627453 0.00459440,0.65232605,0.02285658,0.69277197 -0.00649747,0.67910421,0.03394845,0.69736636 0.00000000,0.67450982,0.02745098,0.70196080 0.00459440,0.66801232,0.02285658,0.70845824 -0.00649747,0.69479048,0.03394845,0.71305263 0.00000000,0.69019610,0.02745098,0.71764708 0.00459440,0.68369859,0.02285658,0.72414452 -0.00649747,0.71047676,0.03394845,0.72873890 0.00000000,0.70588237,0.02745098,0.73333335 0.00459440,0.69938487,0.02285658,0.73983079 -0.00649747,0.72616303,0.03394845,0.74442518 0.00000000,0.72156864,0.02745098,0.74901962 0.00459440,0.71507114,0.02285658,0.75551707 -0.00649747,0.74184930,0.03394845,0.76011145 0.00000000,0.73725492,0.02745098,0.76470590 0.00459440,0.73075742,0.02285658,0.77120334 -0.00649747,0.75753558,0.03394845,0.77579772 0.00000000,0.75294119,0.02745098,0.78039217 0.00459440,0.74644369,0.02285658,0.78688961 -0.00649747,0.77322185,0.03394845,0.79148400 0.00000000,0.76862746,0.02745098,0.79607844 0.00459440,0.76212996,0.02285658,0.80257589 -0.00649747,0.78890812,0.03394845,0.80717033 0.00000000,0.78431374,0.02745098,0.81176472 0.00459440,0.77781624,0.02285658,0.81826216 -0.00649747,0.80459440,0.03394845,0.82285661 0.00000000,0.80000001,0.02745098,0.82745099 0.00459440,0.79350251,0.02285658,0.83394843 -0.00649747,0.82028067,0.03394845,0.83854288 0.00000000,0.81568629,0.02745098,0.84313726 0.00459440,0.80918878,0.02285658,0.84963471 -0.00649747,0.83596694,0.03394845,0.85422915 0.00000000,0.83137256,0.02745098,0.85882354 0.00459440,0.82487506,0.02285658,0.86532098 -0.00649747,0.85165322,0.03394845,0.86991543 0.00000000,0.84705883,0.02745098,0.87450981 0.00459440,0.84056133,0.02285658,0.88100725 -0.00649747,0.86733949,0.03394845,0.88560170 0.00000000,0.86274511,0.02745098,0.89019608 0.00459440,0.85624760,0.02285658,0.89669353 -0.00649747,0.88302577,0.03394845,0.90128797 0.00000000,0.87843138,0.02745098,0.90588236 0.00459440,0.87193388,0.02285658,0.91237980 -0.00649747,0.89871204,0.03394845,0.91697425 0.00000000,0.89411765,0.02745098,0.92156863 0.00459440,0.88762015,0.02285658,0.92806607 -0.00649747,0.91439831,0.03394845,0.93266052 0.00000000,0.90980393,0.02745098,0.93725491 0.00459440,0.90330642,0.02285658,0.94375235 -0.00649747,0.93008459,0.03394845,0.94834679 0.00000000,0.92549020,0.02745098,0.95294118 0.00459440,0.91899276,0.02285658,0.95943862 -0.00649747,0.94577086,0.03394845,0.96403307 0.00000000,0.94117647,0.02745098,0.96862745 0.00459440,0.93467903,0.02285658,0.97512490 -0.00649747,0.96145713,0.03394845,0.97971934 0.00000000,0.95686275,0.02745098,0.98431373 0.00459440,0.95036530,0.02285658,0.99081117 -0.00649747,0.97714341,0.03394845,0.99540561 0.00000000,0.97254902,0.02745098,1.00000000 0.00459440,0.96605158,0.02285658,1.00649750 0.00918881,-0.01109187,0.04963472,0.00717030 0.01568628,-0.01568628,0.04313726,0.01176471 0.02028068,-0.02218374,0.03854285,0.01826217 0.00918881,0.00459440,0.04963472,0.02285658 0.01568628,0.00000000,0.04313726,0.02745098 0.02028068,-0.00649747,0.03854285,0.03394845 0.00918881,0.02028068,0.04963472,0.03854285 0.01568628,0.01568628,0.04313726,0.04313726 0.02028068,0.00918881,0.03854285,0.04963472 0.00918881,0.03596695,0.04963472,0.05422913 0.01568628,0.03137255,0.04313726,0.05882353 0.02028068,0.02487508,0.03854285,0.06532100 0.00918881,0.05165323,0.04963472,0.06991540 0.01568628,0.04705882,0.04313726,0.07450981 0.02028068,0.04056136,0.03854285,0.08100727 0.00918881,0.06733950,0.04963472,0.08560167 0.01568628,0.06274510,0.04313726,0.09019608 0.02028068,0.05624763,0.03854285,0.09669355 0.00918881,0.08302578,0.04963472,0.10128795 0.01568628,0.07843138,0.04313726,0.10588235 0.02028068,0.07193390,0.03854285,0.11237982 0.00918881,0.09871205,0.04963472,0.11697423 0.01568628,0.09411765,0.04313726,0.12156863 0.02028068,0.08762018,0.03854285,0.12806609 0.00918881,0.11439832,0.04963472,0.13266049 0.01568628,0.10980392,0.04313726,0.13725491 0.02028068,0.10330646,0.03854285,0.14375237 0.00918881,0.13008460,0.04963472,0.14834677 0.01568628,0.12549020,0.04313726,0.15294118 0.02028068,0.11899273,0.03854285,0.15943864 0.00918881,0.14577088,0.04963472,0.16403304 0.01568628,0.14117648,0.04313726,0.16862746 0.02028068,0.13467900,0.03854285,0.17512491 0.00918881,0.16145715,0.04963472,0.17971933 0.01568628,0.15686275,0.04313726,0.18431373 0.02028068,0.15036528,0.03854285,0.19081119 0.00918881,0.17714342,0.04963472,0.19540560 0.01568628,0.17254902,0.04313726,0.20000000 0.02028068,0.16605155,0.03854285,0.20649746 0.00918881,0.19282970,0.04963472,0.21109188 0.01568628,0.18823530,0.04313726,0.21568628 0.02028068,0.18173783,0.03854285,0.22218375 0.00918881,0.20851597,0.04963472,0.22677815 0.01568628,0.20392157,0.04313726,0.23137255 0.02028068,0.19742410,0.03854285,0.23787002 0.00918881,0.22420225,0.04963472,0.24246442 0.01568628,0.21960784,0.04313726,0.24705882 0.02028068,0.21311037,0.03854285,0.25355628 0.00918881,0.23988852,0.04963472,0.25815070 0.01568628,0.23529412,0.04313726,0.26274511 0.02028068,0.22879665,0.03854285,0.26924255 0.00918881,0.25557479,0.04963472,0.27383697 0.01568628,0.25098041,0.04313726,0.27843139 0.02028068,0.24448292,0.03854285,0.28492883 0.00918881,0.27126107,0.04963472,0.28952324 0.01568628,0.26666668,0.04313726,0.29411766 0.02028068,0.26016921,0.03854285,0.30061510 0.00918881,0.28694734,0.04963472,0.30520952 0.01568628,0.28235295,0.04313726,0.30980393 0.02028068,0.27585548,0.03854285,0.31630138 0.00918881,0.30263361,0.04963472,0.32089579 0.01568628,0.29803923,0.04313726,0.32549021 0.02028068,0.29154176,0.03854285,0.33198765 0.00918881,0.31831989,0.04963472,0.33658206 0.01568628,0.31372550,0.04313726,0.34117648 0.02028068,0.30722803,0.03854285,0.34767395 0.00918881,0.33400616,0.04963472,0.35226834 0.01568628,0.32941177,0.04313726,0.35686275 0.02028068,0.32291430,0.03854285,0.36336023 0.00918881,0.34969243,0.04963472,0.36795461 0.01568628,0.34509805,0.04313726,0.37254903 0.02028068,0.33860058,0.03854285,0.37904650 0.00918881,0.36537871,0.04963472,0.38364089 0.01568628,0.36078432,0.04313726,0.38823530 0.02028068,0.35428685,0.03854285,0.39473277 0.00918881,0.38106498,0.04963472,0.39932716 0.01568628,0.37647060,0.04313726,0.40392157 0.02028068,0.36997312,0.03854285,0.41041905 0.00918881,0.39675125,0.04963472,0.41501343 0.01568628,0.39215687,0.04313726,0.41960785 0.02028068,0.38565940,0.03854285,0.42610532 0.00918881,0.41243753,0.04963472,0.43069971 0.01568628,0.40784314,0.04313726,0.43529412 0.02028068,0.40134567,0.03854285,0.44179159 0.00918881,0.42812380,0.04963472,0.44638598 0.01568628,0.42352942,0.04313726,0.45098040 0.02028068,0.41703194,0.03854285,0.45747787 0.00918881,0.44381008,0.04963472,0.46207225 0.01568628,0.43921569,0.04313726,0.46666667 0.02028068,0.43271822,0.03854285,0.47316414 0.00918881,0.45949638,0.04963472,0.47775853 0.01568628,0.45490196,0.04313726,0.48235294 0.02028068,0.44840449,0.03854285,0.48885041 0.00918881,0.47518265,0.04963472,0.49344480 0.01568628,0.47058824,0.04313726,0.49803922 0.02028068,0.46409076,0.03854285,0.50453669 0.00918881,0.49086893,0.04963472,0.50913107 0.01568628,0.48627451,0.04313726,0.51372552 0.02028068,0.47977704,0.03854285,0.52022296 0.00918881,0.50655520,0.04963472,0.52481735 0.01568628,0.50196081,0.04313726,0.52941179 0.02028068,0.49546331,0.03854285,0.53590924 0.00918881,0.52224147,0.04963472,0.54050362 0.01568628,0.51764709,0.04313726,0.54509807 0.02028068,0.51114959,0.03854285,0.55159551 0.00918881,0.53792775,0.04963472,0.55618989 0.01568628,0.53333336,0.04313726,0.56078434 0.02028068,0.52683586,0.03854285,0.56728178 0.00918881,0.55361402,0.04963472,0.57187617 0.01568628,0.54901963,0.04313726,0.57647061 0.02028068,0.54252213,0.03854285,0.58296806 0.00918881,0.56930029,0.04963472,0.58756244 0.01568628,0.56470591,0.04313726,0.59215689 0.02028068,0.55820841,0.03854285,0.59865433 0.00918881,0.58498657,0.04963472,0.60324872 0.01568628,0.58039218,0.04313726,0.60784316 0.02028068,0.57389468,0.03854285,0.61434060 0.00918881,0.60067284,0.04963472,0.61893499 0.01568628,0.59607846,0.04313726,0.62352943 0.02028068,0.58958095,0.03854285,0.63002688 0.00918881,0.61635911,0.04963472,0.63462126 0.01568628,0.61176473,0.04313726,0.63921571 0.02028068,0.60526723,0.03854285,0.64571315 0.00918881,0.63204539,0.04963472,0.65030754 0.01568628,0.62745100,0.04313726,0.65490198 0.02028068,0.62095350,0.03854285,0.66139942 0.00918881,0.64773166,0.04963472,0.66599381 0.01568628,0.64313728,0.04313726,0.67058825 0.02028068,0.63663977,0.03854285,0.67708570 0.00918881,0.66341794,0.04963472,0.68168008 0.01568628,0.65882355,0.04313726,0.68627453 0.02028068,0.65232605,0.03854285,0.69277197 0.00918881,0.67910421,0.04963472,0.69736636 0.01568628,0.67450982,0.04313726,0.70196080 0.02028068,0.66801232,0.03854285,0.70845824 0.00918881,0.69479048,0.04963472,0.71305263 0.01568628,0.69019610,0.04313726,0.71764708 0.02028068,0.68369859,0.03854285,0.72414452 0.00918881,0.71047676,0.04963472,0.72873890 0.01568628,0.70588237,0.04313726,0.73333335 0.02028068,0.69938487,0.03854285,0.73983079 0.00918881,0.72616303,0.04963472,0.74442518 0.01568628,0.72156864,0.04313726,0.74901962 0.02028068,0.71507114,0.03854285,0.75551707 0.00918881,0.74184930,0.04963472,0.76011145 0.01568628,0.73725492,0.04313726,0.76470590 0.02028068,0.73075742,0.03854285,0.77120334 0.00918881,0.75753558,0.04963472,0.77579772 0.01568628,0.75294119,0.04313726,0.78039217 0.02028068,0.74644369,0.03854285,0.78688961 0.00918881,0.77322185,0.04963472,0.79148400 0.01568628,0.76862746,0.04313726,0.79607844 0.02028068,0.76212996,0.03854285,0.80257589 0.00918881,0.78890812,0.04963472,0.80717033 0.01568628,0.78431374,0.04313726,0.81176472 0.02028068,0.77781624,0.03854285,0.81826216 0.00918881,0.80459440,0.04963472,0.82285661 0.01568628,0.80000001,0.04313726,0.82745099 0.02028068,0.79350251,0.03854285,0.83394843 0.00918881,0.82028067,0.04963472,0.83854288 0.01568628,0.81568629,0.04313726,0.84313726 0.02028068,0.80918878,0.03854285,0.84963471 0.00918881,0.83596694,0.04963472,0.85422915 0.01568628,0.83137256,0.04313726,0.85882354 0.02028068,0.82487506,0.03854285,0.86532098 0.00918881,0.85165322,0.04963472,0.86991543 0.01568628,0.84705883,0.04313726,0.87450981 0.02028068,0.84056133,0.03854285,0.88100725 0.00918881,0.86733949,0.04963472,0.88560170 0.01568628,0.86274511,0.04313726,0.89019608 0.02028068,0.85624760,0.03854285,0.89669353 0.00918881,0.88302577,0.04963472,0.90128797 0.01568628,0.87843138,0.04313726,0.90588236 0.02028068,0.87193388,0.03854285,0.91237980 0.00918881,0.89871204,0.04963472,0.91697425 0.01568628,0.89411765,0.04313726,0.92156863 0.02028068,0.88762015,0.03854285,0.92806607 0.00918881,0.91439831,0.04963472,0.93266052 0.01568628,0.90980393,0.04313726,0.93725491 0.02028068,0.90330642,0.03854285,0.94375235 0.00918881,0.93008459,0.04963472,0.94834679 0.01568628,0.92549020,0.04313726,0.95294118 0.02028068,0.91899276,0.03854285,0.95943862 0.00918881,0.94577086,0.04963472,0.96403307 0.01568628,0.94117647,0.04313726,0.96862745 0.02028068,0.93467903,0.03854285,0.97512490 0.00918881,0.96145713,0.04963472,0.97971934 0.01568628,0.95686275,0.04313726,0.98431373 0.02028068,0.95036530,0.03854285,0.99081117 0.00918881,0.97714341,0.04963472,0.99540561 0.01568628,0.97254902,0.04313726,1.00000000 0.02028068,0.96605158,0.03854285,1.00649750 0.02487508,-0.01109187,0.06532100,0.00717030 0.03137255,-0.01568628,0.05882353,0.01176471 0.03596695,-0.02218374,0.05422913,0.01826217 0.02487508,0.00459440,0.06532100,0.02285658 0.03137255,0.00000000,0.05882353,0.02745098 0.03596695,-0.00649747,0.05422913,0.03394845 0.02487508,0.02028068,0.06532100,0.03854285 0.03137255,0.01568628,0.05882353,0.04313726 0.03596695,0.00918881,0.05422913,0.04963472 0.02487508,0.03596695,0.06532100,0.05422913 0.03137255,0.03137255,0.05882353,0.05882353 0.03596695,0.02487508,0.05422913,0.06532100 0.02487508,0.05165323,0.06532100,0.06991540 0.03137255,0.04705882,0.05882353,0.07450981 0.03596695,0.04056136,0.05422913,0.08100727 0.02487508,0.06733950,0.06532100,0.08560167 0.03137255,0.06274510,0.05882353,0.09019608 0.03596695,0.05624763,0.05422913,0.09669355 0.02487508,0.08302578,0.06532100,0.10128795 0.03137255,0.07843138,0.05882353,0.10588235 0.03596695,0.07193390,0.05422913,0.11237982 0.02487508,0.09871205,0.06532100,0.11697423 0.03137255,0.09411765,0.05882353,0.12156863 0.03596695,0.08762018,0.05422913,0.12806609 0.02487508,0.11439832,0.06532100,0.13266049 0.03137255,0.10980392,0.05882353,0.13725491 0.03596695,0.10330646,0.05422913,0.14375237 0.02487508,0.13008460,0.06532100,0.14834677 0.03137255,0.12549020,0.05882353,0.15294118 0.03596695,0.11899273,0.05422913,0.15943864 0.02487508,0.14577088,0.06532100,0.16403304 0.03137255,0.14117648,0.05882353,0.16862746 0.03596695,0.13467900,0.05422913,0.17512491 0.02487508,0.16145715,0.06532100,0.17971933 0.03137255,0.15686275,0.05882353,0.18431373 0.03596695,0.15036528,0.05422913,0.19081119 0.02487508,0.17714342,0.06532100,0.19540560 0.03137255,0.17254902,0.05882353,0.20000000 0.03596695,0.16605155,0.05422913,0.20649746 0.02487508,0.19282970,0.06532100,0.21109188 0.03137255,0.18823530,0.05882353,0.21568628 0.03596695,0.18173783,0.05422913,0.22218375 0.02487508,0.20851597,0.06532100,0.22677815 0.03137255,0.20392157,0.05882353,0.23137255 0.03596695,0.19742410,0.05422913,0.23787002 0.02487508,0.22420225,0.06532100,0.24246442 0.03137255,0.21960784,0.05882353,0.24705882 0.03596695,0.21311037,0.05422913,0.25355628 0.02487508,0.23988852,0.06532100,0.25815070 0.03137255,0.23529412,0.05882353,0.26274511 0.03596695,0.22879665,0.05422913,0.26924255 0.02487508,0.25557479,0.06532100,0.27383697 0.03137255,0.25098041,0.05882353,0.27843139 0.03596695,0.24448292,0.05422913,0.28492883 0.02487508,0.27126107,0.06532100,0.28952324 0.03137255,0.26666668,0.05882353,0.29411766 0.03596695,0.26016921,0.05422913,0.30061510 0.02487508,0.28694734,0.06532100,0.30520952 0.03137255,0.28235295,0.05882353,0.30980393 0.03596695,0.27585548,0.05422913,0.31630138 0.02487508,0.30263361,0.06532100,0.32089579 0.03137255,0.29803923,0.05882353,0.32549021 0.03596695,0.29154176,0.05422913,0.33198765 0.02487508,0.31831989,0.06532100,0.33658206 0.03137255,0.31372550,0.05882353,0.34117648 0.03596695,0.30722803,0.05422913,0.34767395 0.02487508,0.33400616,0.06532100,0.35226834 0.03137255,0.32941177,0.05882353,0.35686275 0.03596695,0.32291430,0.05422913,0.36336023 0.02487508,0.34969243,0.06532100,0.36795461 0.03137255,0.34509805,0.05882353,0.37254903 0.03596695,0.33860058,0.05422913,0.37904650 0.02487508,0.36537871,0.06532100,0.38364089 0.03137255,0.36078432,0.05882353,0.38823530 0.03596695,0.35428685,0.05422913,0.39473277 0.02487508,0.38106498,0.06532100,0.39932716 0.03137255,0.37647060,0.05882353,0.40392157 0.03596695,0.36997312,0.05422913,0.41041905 0.02487508,0.39675125,0.06532100,0.41501343 0.03137255,0.39215687,0.05882353,0.41960785 0.03596695,0.38565940,0.05422913,0.42610532 0.02487508,0.41243753,0.06532100,0.43069971 0.03137255,0.40784314,0.05882353,0.43529412 0.03596695,0.40134567,0.05422913,0.44179159 0.02487508,0.42812380,0.06532100,0.44638598 0.03137255,0.42352942,0.05882353,0.45098040 0.03596695,0.41703194,0.05422913,0.45747787 0.02487508,0.44381008,0.06532100,0.46207225 0.03137255,0.43921569,0.05882353,0.46666667 0.03596695,0.43271822,0.05422913,0.47316414 0.02487508,0.45949638,0.06532100,0.47775853 0.03137255,0.45490196,0.05882353,0.48235294 0.03596695,0.44840449,0.05422913,0.48885041 0.02487508,0.47518265,0.06532100,0.49344480 0.03137255,0.47058824,0.05882353,0.49803922 0.03596695,0.46409076,0.05422913,0.50453669 0.02487508,0.49086893,0.06532100,0.50913107 0.03137255,0.48627451,0.05882353,0.51372552 0.03596695,0.47977704,0.05422913,0.52022296 0.02487508,0.50655520,0.06532100,0.52481735 0.03137255,0.50196081,0.05882353,0.52941179 0.03596695,0.49546331,0.05422913,0.53590924 0.02487508,0.52224147,0.06532100,0.54050362 0.03137255,0.51764709,0.05882353,0.54509807 0.03596695,0.51114959,0.05422913,0.55159551 0.02487508,0.53792775,0.06532100,0.55618989 0.03137255,0.53333336,0.05882353,0.56078434 0.03596695,0.52683586,0.05422913,0.56728178 0.02487508,0.55361402,0.06532100,0.57187617 0.03137255,0.54901963,0.05882353,0.57647061 0.03596695,0.54252213,0.05422913,0.58296806 0.02487508,0.56930029,0.06532100,0.58756244 0.03137255,0.56470591,0.05882353,0.59215689 0.03596695,0.55820841,0.05422913,0.59865433 0.02487508,0.58498657,0.06532100,0.60324872 0.03137255,0.58039218,0.05882353,0.60784316 0.03596695,0.57389468,0.05422913,0.61434060 0.02487508,0.60067284,0.06532100,0.61893499 0.03137255,0.59607846,0.05882353,0.62352943 0.03596695,0.58958095,0.05422913,0.63002688 0.02487508,0.61635911,0.06532100,0.63462126 0.03137255,0.61176473,0.05882353,0.63921571 0.03596695,0.60526723,0.05422913,0.64571315 0.02487508,0.63204539,0.06532100,0.65030754 0.03137255,0.62745100,0.05882353,0.65490198 0.03596695,0.62095350,0.05422913,0.66139942 0.02487508,0.64773166,0.06532100,0.66599381 0.03137255,0.64313728,0.05882353,0.67058825 0.03596695,0.63663977,0.05422913,0.67708570 0.02487508,0.66341794,0.06532100,0.68168008 0.03137255,0.65882355,0.05882353,0.68627453 0.03596695,0.65232605,0.05422913,0.69277197 0.02487508,0.67910421,0.06532100,0.69736636 0.03137255,0.67450982,0.05882353,0.70196080 0.03596695,0.66801232,0.05422913,0.70845824 0.02487508,0.69479048,0.06532100,0.71305263 0.03137255,0.69019610,0.05882353,0.71764708 0.03596695,0.68369859,0.05422913,0.72414452 0.02487508,0.71047676,0.06532100,0.72873890 0.03137255,0.70588237,0.05882353,0.73333335 0.03596695,0.69938487,0.05422913,0.73983079 0.02487508,0.72616303,0.06532100,0.74442518 0.03137255,0.72156864,0.05882353,0.74901962 0.03596695,0.71507114,0.05422913,0.75551707 0.02487508,0.74184930,0.06532100,0.76011145 0.03137255,0.73725492,0.05882353,0.76470590 0.03596695,0.73075742,0.05422913,0.77120334 0.02487508,0.75753558,0.06532100,0.77579772 0.03137255,0.75294119,0.05882353,0.78039217 0.03596695,0.74644369,0.05422913,0.78688961 0.02487508,0.77322185,0.06532100,0.79148400 0.03137255,0.76862746,0.05882353,0.79607844 0.03596695,0.76212996,0.05422913,0.80257589 0.02487508,0.78890812,0.06532100,0.80717033 0.03137255,0.78431374,0.05882353,0.81176472 0.03596695,0.77781624,0.05422913,0.81826216 0.02487508,0.80459440,0.06532100,0.82285661 0.03137255,0.80000001,0.05882353,0.82745099 0.03596695,0.79350251,0.05422913,0.83394843 0.02487508,0.82028067,0.06532100,0.83854288 0.03137255,0.81568629,0.05882353,0.84313726 0.03596695,0.80918878,0.05422913,0.84963471 0.02487508,0.83596694,0.06532100,0.85422915 0.03137255,0.83137256,0.05882353,0.85882354 0.03596695,0.82487506,0.05422913,0.86532098 0.02487508,0.85165322,0.06532100,0.86991543 0.03137255,0.84705883,0.05882353,0.87450981 0.03596695,0.84056133,0.05422913,0.88100725 0.02487508,0.86733949,0.06532100,0.88560170 0.03137255,0.86274511,0.05882353,0.89019608 0.03596695,0.85624760,0.05422913,0.89669353 0.02487508,0.88302577,0.06532100,0.90128797 0.03137255,0.87843138,0.05882353,0.90588236 0.03596695,0.87193388,0.05422913,0.91237980 0.02487508,0.89871204,0.06532100,0.91697425 0.03137255,0.89411765,0.05882353,0.92156863 0.03596695,0.88762015,0.05422913,0.92806607 0.02487508,0.91439831,0.06532100,0.93266052 0.03137255,0.90980393,0.05882353,0.93725491 0.03596695,0.90330642,0.05422913,0.94375235 0.02487508,0.93008459,0.06532100,0.94834679 0.03137255,0.92549020,0.05882353,0.95294118 0.03596695,0.91899276,0.05422913,0.95943862 0.02487508,0.94577086,0.06532100,0.96403307 0.03137255,0.94117647,0.05882353,0.96862745 0.03596695,0.93467903,0.05422913,0.97512490 0.02487508,0.96145713,0.06532100,0.97971934 0.03137255,0.95686275,0.05882353,0.98431373 0.03596695,0.95036530,0.05422913,0.99081117 0.02487508,0.97714341,0.06532100,0.99540561 0.03137255,0.97254902,0.05882353,1.00000000 0.03596695,0.96605158,0.05422913,1.00649750 0.04056136,-0.01109187,0.08100727,0.00717030 0.04705882,-0.01568628,0.07450981,0.01176471 0.05165323,-0.02218374,0.06991540,0.01826217 0.04056136,0.00459440,0.08100727,0.02285658 0.04705882,0.00000000,0.07450981,0.02745098 0.05165323,-0.00649747,0.06991540,0.03394845 0.04056136,0.02028068,0.08100727,0.03854285 0.04705882,0.01568628,0.07450981,0.04313726 0.05165323,0.00918881,0.06991540,0.04963472 0.04056136,0.03596695,0.08100727,0.05422913 0.04705882,0.03137255,0.07450981,0.05882353 0.05165323,0.02487508,0.06991540,0.06532100 0.04056136,0.05165323,0.08100727,0.06991540 0.04705882,0.04705882,0.07450981,0.07450981 0.05165323,0.04056136,0.06991540,0.08100727 0.04056136,0.06733950,0.08100727,0.08560167 0.04705882,0.06274510,0.07450981,0.09019608 0.05165323,0.05624763,0.06991540,0.09669355 0.04056136,0.08302578,0.08100727,0.10128795 0.04705882,0.07843138,0.07450981,0.10588235 0.05165323,0.07193390,0.06991540,0.11237982 0.04056136,0.09871205,0.08100727,0.11697423 0.04705882,0.09411765,0.07450981,0.12156863 0.05165323,0.08762018,0.06991540,0.12806609 0.04056136,0.11439832,0.08100727,0.13266049 0.04705882,0.10980392,0.07450981,0.13725491 0.05165323,0.10330646,0.06991540,0.14375237 0.04056136,0.13008460,0.08100727,0.14834677 0.04705882,0.12549020,0.07450981,0.15294118 0.05165323,0.11899273,0.06991540,0.15943864 0.04056136,0.14577088,0.08100727,0.16403304 0.04705882,0.14117648,0.07450981,0.16862746 0.05165323,0.13467900,0.06991540,0.17512491 0.04056136,0.16145715,0.08100727,0.17971933 0.04705882,0.15686275,0.07450981,0.18431373 0.05165323,0.15036528,0.06991540,0.19081119 0.04056136,0.17714342,0.08100727,0.19540560 0.04705882,0.17254902,0.07450981,0.20000000 0.05165323,0.16605155,0.06991540,0.20649746 0.04056136,0.19282970,0.08100727,0.21109188 0.04705882,0.18823530,0.07450981,0.21568628 0.05165323,0.18173783,0.06991540,0.22218375 0.04056136,0.20851597,0.08100727,0.22677815 0.04705882,0.20392157,0.07450981,0.23137255 0.05165323,0.19742410,0.06991540,0.23787002 0.04056136,0.22420225,0.08100727,0.24246442 0.04705882,0.21960784,0.07450981,0.24705882 0.05165323,0.21311037,0.06991540,0.25355628 0.04056136,0.23988852,0.08100727,0.25815070 0.04705882,0.23529412,0.07450981,0.26274511 0.05165323,0.22879665,0.06991540,0.26924255 0.04056136,0.25557479,0.08100727,0.27383697 0.04705882,0.25098041,0.07450981,0.27843139 0.05165323,0.24448292,0.06991540,0.28492883 0.04056136,0.27126107,0.08100727,0.28952324 0.04705882,0.26666668,0.07450981,0.29411766 0.05165323,0.26016921,0.06991540,0.30061510 0.04056136,0.28694734,0.08100727,0.30520952 0.04705882,0.28235295,0.07450981,0.30980393 0.05165323,0.27585548,0.06991540,0.31630138 0.04056136,0.30263361,0.08100727,0.32089579 0.04705882,0.29803923,0.07450981,0.32549021 0.05165323,0.29154176,0.06991540,0.33198765 0.04056136,0.31831989,0.08100727,0.33658206 0.04705882,0.31372550,0.07450981,0.34117648 0.05165323,0.30722803,0.06991540,0.34767395 0.04056136,0.33400616,0.08100727,0.35226834 0.04705882,0.32941177,0.07450981,0.35686275 0.05165323,0.32291430,0.06991540,0.36336023 0.04056136,0.34969243,0.08100727,0.36795461 0.04705882,0.34509805,0.07450981,0.37254903 0.05165323,0.33860058,0.06991540,0.37904650 0.04056136,0.36537871,0.08100727,0.38364089 0.04705882,0.36078432,0.07450981,0.38823530 0.05165323,0.35428685,0.06991540,0.39473277 0.04056136,0.38106498,0.08100727,0.39932716 0.04705882,0.37647060,0.07450981,0.40392157 0.05165323,0.36997312,0.06991540,0.41041905 0.04056136,0.39675125,0.08100727,0.41501343 0.04705882,0.39215687,0.07450981,0.41960785 0.05165323,0.38565940,0.06991540,0.42610532 0.04056136,0.41243753,0.08100727,0.43069971 0.04705882,0.40784314,0.07450981,0.43529412 0.05165323,0.40134567,0.06991540,0.44179159 0.04056136,0.42812380,0.08100727,0.44638598 0.04705882,0.42352942,0.07450981,0.45098040 0.05165323,0.41703194,0.06991540,0.45747787 0.04056136,0.44381008,0.08100727,0.46207225 0.04705882,0.43921569,0.07450981,0.46666667 0.05165323,0.43271822,0.06991540,0.47316414 0.04056136,0.45949638,0.08100727,0.47775853 0.04705882,0.45490196,0.07450981,0.48235294 0.05165323,0.44840449,0.06991540,0.48885041 0.04056136,0.47518265,0.08100727,0.49344480 0.04705882,0.47058824,0.07450981,0.49803922 0.05165323,0.46409076,0.06991540,0.50453669 0.04056136,0.49086893,0.08100727,0.50913107 0.04705882,0.48627451,0.07450981,0.51372552 0.05165323,0.47977704,0.06991540,0.52022296 0.04056136,0.50655520,0.08100727,0.52481735 0.04705882,0.50196081,0.07450981,0.52941179 0.05165323,0.49546331,0.06991540,0.53590924 0.04056136,0.52224147,0.08100727,0.54050362 0.04705882,0.51764709,0.07450981,0.54509807 0.05165323,0.51114959,0.06991540,0.55159551 0.04056136,0.53792775,0.08100727,0.55618989 0.04705882,0.53333336,0.07450981,0.56078434 0.05165323,0.52683586,0.06991540,0.56728178 0.04056136,0.55361402,0.08100727,0.57187617 0.04705882,0.54901963,0.07450981,0.57647061 0.05165323,0.54252213,0.06991540,0.58296806 0.04056136,0.56930029,0.08100727,0.58756244 0.04705882,0.56470591,0.07450981,0.59215689 0.05165323,0.55820841,0.06991540,0.59865433 0.04056136,0.58498657,0.08100727,0.60324872 0.04705882,0.58039218,0.07450981,0.60784316 0.05165323,0.57389468,0.06991540,0.61434060 0.04056136,0.60067284,0.08100727,0.61893499 0.04705882,0.59607846,0.07450981,0.62352943 0.05165323,0.58958095,0.06991540,0.63002688 0.04056136,0.61635911,0.08100727,0.63462126 0.04705882,0.61176473,0.07450981,0.63921571 0.05165323,0.60526723,0.06991540,0.64571315 0.04056136,0.63204539,0.08100727,0.65030754 0.04705882,0.62745100,0.07450981,0.65490198 0.05165323,0.62095350,0.06991540,0.66139942 0.04056136,0.64773166,0.08100727,0.66599381 0.04705882,0.64313728,0.07450981,0.67058825 0.05165323,0.63663977,0.06991540,0.67708570 0.04056136,0.66341794,0.08100727,0.68168008 0.04705882,0.65882355,0.07450981,0.68627453 0.05165323,0.65232605,0.06991540,0.69277197 0.04056136,0.67910421,0.08100727,0.69736636 0.04705882,0.67450982,0.07450981,0.70196080 0.05165323,0.66801232,0.06991540,0.70845824 0.04056136,0.69479048,0.08100727,0.71305263 0.04705882,0.69019610,0.07450981,0.71764708 0.05165323,0.68369859,0.06991540,0.72414452 0.04056136,0.71047676,0.08100727,0.72873890 0.04705882,0.70588237,0.07450981,0.73333335 0.05165323,0.69938487,0.06991540,0.73983079 0.04056136,0.72616303,0.08100727,0.74442518 0.04705882,0.72156864,0.07450981,0.74901962 0.05165323,0.71507114,0.06991540,0.75551707 0.04056136,0.74184930,0.08100727,0.76011145 0.04705882,0.73725492,0.07450981,0.76470590 0.05165323,0.73075742,0.06991540,0.77120334 0.04056136,0.75753558,0.08100727,0.77579772 0.04705882,0.75294119,0.07450981,0.78039217 0.05165323,0.74644369,0.06991540,0.78688961 0.04056136,0.77322185,0.08100727,0.79148400 0.04705882,0.76862746,0.07450981,0.79607844 0.05165323,0.76212996,0.06991540,0.80257589 0.04056136,0.78890812,0.08100727,0.80717033 0.04705882,0.78431374,0.07450981,0.81176472 0.05165323,0.77781624,0.06991540,0.81826216 0.04056136,0.80459440,0.08100727,0.82285661 0.04705882,0.80000001,0.07450981,0.82745099 0.05165323,0.79350251,0.06991540,0.83394843 0.04056136,0.82028067,0.08100727,0.83854288 0.04705882,0.81568629,0.07450981,0.84313726 0.05165323,0.80918878,0.06991540,0.84963471 0.04056136,0.83596694,0.08100727,0.85422915 0.04705882,0.83137256,0.07450981,0.85882354 0.05165323,0.82487506,0.06991540,0.86532098 0.04056136,0.85165322,0.08100727,0.86991543 0.04705882,0.84705883,0.07450981,0.87450981 0.05165323,0.84056133,0.06991540,0.88100725 0.04056136,0.86733949,0.08100727,0.88560170 0.04705882,0.86274511,0.07450981,0.89019608 0.05165323,0.85624760,0.06991540,0.89669353 0.04056136,0.88302577,0.08100727,0.90128797 0.04705882,0.87843138,0.07450981,0.90588236 0.05165323,0.87193388,0.06991540,0.91237980 0.04056136,0.89871204,0.08100727,0.91697425 0.04705882,0.89411765,0.07450981,0.92156863 0.05165323,0.88762015,0.06991540,0.92806607 0.04056136,0.91439831,0.08100727,0.93266052 0.04705882,0.90980393,0.07450981,0.93725491 0.05165323,0.90330642,0.06991540,0.94375235 0.04056136,0.93008459,0.08100727,0.94834679 0.04705882,0.92549020,0.07450981,0.95294118 0.05165323,0.91899276,0.06991540,0.95943862 0.04056136,0.94577086,0.08100727,0.96403307 0.04705882,0.94117647,0.07450981,0.96862745 0.05165323,0.93467903,0.06991540,0.97512490 0.04056136,0.96145713,0.08100727,0.97971934 0.04705882,0.95686275,0.07450981,0.98431373 0.05165323,0.95036530,0.06991540,0.99081117 0.04056136,0.97714341,0.08100727,0.99540561 0.04705882,0.97254902,0.07450981,1.00000000 0.05165323,0.96605158,0.06991540,1.00649750 0.05624763,-0.01109187,0.09669355,0.00717030 0.06274510,-0.01568628,0.09019608,0.01176471 0.06733950,-0.02218374,0.08560167,0.01826217 0.05624763,0.00459440,0.09669355,0.02285658 0.06274510,0.00000000,0.09019608,0.02745098 0.06733950,-0.00649747,0.08560167,0.03394845 0.05624763,0.02028068,0.09669355,0.03854285 0.06274510,0.01568628,0.09019608,0.04313726 0.06733950,0.00918881,0.08560167,0.04963472 0.05624763,0.03596695,0.09669355,0.05422913 0.06274510,0.03137255,0.09019608,0.05882353 0.06733950,0.02487508,0.08560167,0.06532100 0.05624763,0.05165323,0.09669355,0.06991540 0.06274510,0.04705882,0.09019608,0.07450981 0.06733950,0.04056136,0.08560167,0.08100727 0.05624763,0.06733950,0.09669355,0.08560167 0.06274510,0.06274510,0.09019608,0.09019608 0.06733950,0.05624763,0.08560167,0.09669355 0.05624763,0.08302578,0.09669355,0.10128795 0.06274510,0.07843138,0.09019608,0.10588235 0.06733950,0.07193390,0.08560167,0.11237982 0.05624763,0.09871205,0.09669355,0.11697423 0.06274510,0.09411765,0.09019608,0.12156863 0.06733950,0.08762018,0.08560167,0.12806609 0.05624763,0.11439832,0.09669355,0.13266049 0.06274510,0.10980392,0.09019608,0.13725491 0.06733950,0.10330646,0.08560167,0.14375237 0.05624763,0.13008460,0.09669355,0.14834677 0.06274510,0.12549020,0.09019608,0.15294118 0.06733950,0.11899273,0.08560167,0.15943864 0.05624763,0.14577088,0.09669355,0.16403304 0.06274510,0.14117648,0.09019608,0.16862746 0.06733950,0.13467900,0.08560167,0.17512491 0.05624763,0.16145715,0.09669355,0.17971933 0.06274510,0.15686275,0.09019608,0.18431373 0.06733950,0.15036528,0.08560167,0.19081119 0.05624763,0.17714342,0.09669355,0.19540560 0.06274510,0.17254902,0.09019608,0.20000000 0.06733950,0.16605155,0.08560167,0.20649746 0.05624763,0.19282970,0.09669355,0.21109188 0.06274510,0.18823530,0.09019608,0.21568628 0.06733950,0.18173783,0.08560167,0.22218375 0.05624763,0.20851597,0.09669355,0.22677815 0.06274510,0.20392157,0.09019608,0.23137255 0.06733950,0.19742410,0.08560167,0.23787002 0.05624763,0.22420225,0.09669355,0.24246442 0.06274510,0.21960784,0.09019608,0.24705882 0.06733950,0.21311037,0.08560167,0.25355628 0.05624763,0.23988852,0.09669355,0.25815070 0.06274510,0.23529412,0.09019608,0.26274511 0.06733950,0.22879665,0.08560167,0.26924255 0.05624763,0.25557479,0.09669355,0.27383697 0.06274510,0.25098041,0.09019608,0.27843139 0.06733950,0.24448292,0.08560167,0.28492883 0.05624763,0.27126107,0.09669355,0.28952324 0.06274510,0.26666668,0.09019608,0.29411766 0.06733950,0.26016921,0.08560167,0.30061510 0.05624763,0.28694734,0.09669355,0.30520952 0.06274510,0.28235295,0.09019608,0.30980393 0.06733950,0.27585548,0.08560167,0.31630138 0.05624763,0.30263361,0.09669355,0.32089579 0.06274510,0.29803923,0.09019608,0.32549021 0.06733950,0.29154176,0.08560167,0.33198765 0.05624763,0.31831989,0.09669355,0.33658206 0.06274510,0.31372550,0.09019608,0.34117648 0.06733950,0.30722803,0.08560167,0.34767395 0.05624763,0.33400616,0.09669355,0.35226834 0.06274510,0.32941177,0.09019608,0.35686275 0.06733950,0.32291430,0.08560167,0.36336023 0.05624763,0.34969243,0.09669355,0.36795461 0.06274510,0.34509805,0.09019608,0.37254903 0.06733950,0.33860058,0.08560167,0.37904650 0.05624763,0.36537871,0.09669355,0.38364089 0.06274510,0.36078432,0.09019608,0.38823530 0.06733950,0.35428685,0.08560167,0.39473277 0.05624763,0.38106498,0.09669355,0.39932716 0.06274510,0.37647060,0.09019608,0.40392157 0.06733950,0.36997312,0.08560167,0.41041905 0.05624763,0.39675125,0.09669355,0.41501343 0.06274510,0.39215687,0.09019608,0.41960785 0.06733950,0.38565940,0.08560167,0.42610532 0.05624763,0.41243753,0.09669355,0.43069971 0.06274510,0.40784314,0.09019608,0.43529412 0.06733950,0.40134567,0.08560167,0.44179159 0.05624763,0.42812380,0.09669355,0.44638598 0.06274510,0.42352942,0.09019608,0.45098040 0.06733950,0.41703194,0.08560167,0.45747787 0.05624763,0.44381008,0.09669355,0.46207225 0.06274510,0.43921569,0.09019608,0.46666667 0.06733950,0.43271822,0.08560167,0.47316414 0.05624763,0.45949638,0.09669355,0.47775853 0.06274510,0.45490196,0.09019608,0.48235294 0.06733950,0.44840449,0.08560167,0.48885041 0.05624763,0.47518265,0.09669355,0.49344480 0.06274510,0.47058824,0.09019608,0.49803922 0.06733950,0.46409076,0.08560167,0.50453669 0.05624763,0.49086893,0.09669355,0.50913107 0.06274510,0.48627451,0.09019608,0.51372552 0.06733950,0.47977704,0.08560167,0.52022296 0.05624763,0.50655520,0.09669355,0.52481735 0.06274510,0.50196081,0.09019608,0.52941179 0.06733950,0.49546331,0.08560167,0.53590924 0.05624763,0.52224147,0.09669355,0.54050362 0.06274510,0.51764709,0.09019608,0.54509807 0.06733950,0.51114959,0.08560167,0.55159551 0.05624763,0.53792775,0.09669355,0.55618989 0.06274510,0.53333336,0.09019608,0.56078434 0.06733950,0.52683586,0.08560167,0.56728178 0.05624763,0.55361402,0.09669355,0.57187617 0.06274510,0.54901963,0.09019608,0.57647061 0.06733950,0.54252213,0.08560167,0.58296806 0.05624763,0.56930029,0.09669355,0.58756244 0.06274510,0.56470591,0.09019608,0.59215689 0.06733950,0.55820841,0.08560167,0.59865433 0.05624763,0.58498657,0.09669355,0.60324872 0.06274510,0.58039218,0.09019608,0.60784316 0.06733950,0.57389468,0.08560167,0.61434060 0.05624763,0.60067284,0.09669355,0.61893499 0.06274510,0.59607846,0.09019608,0.62352943 0.06733950,0.58958095,0.08560167,0.63002688 0.05624763,0.61635911,0.09669355,0.63462126 0.06274510,0.61176473,0.09019608,0.63921571 0.06733950,0.60526723,0.08560167,0.64571315 0.05624763,0.63204539,0.09669355,0.65030754 0.06274510,0.62745100,0.09019608,0.65490198 0.06733950,0.62095350,0.08560167,0.66139942 0.05624763,0.64773166,0.09669355,0.66599381 0.06274510,0.64313728,0.09019608,0.67058825 0.06733950,0.63663977,0.08560167,0.67708570 0.05624763,0.66341794,0.09669355,0.68168008 0.06274510,0.65882355,0.09019608,0.68627453 0.06733950,0.65232605,0.08560167,0.69277197 0.05624763,0.67910421,0.09669355,0.69736636 0.06274510,0.67450982,0.09019608,0.70196080 0.06733950,0.66801232,0.08560167,0.70845824 0.05624763,0.69479048,0.09669355,0.71305263 0.06274510,0.69019610,0.09019608,0.71764708 0.06733950,0.68369859,0.08560167,0.72414452 0.05624763,0.71047676,0.09669355,0.72873890 0.06274510,0.70588237,0.09019608,0.73333335 0.06733950,0.69938487,0.08560167,0.73983079 0.05624763,0.72616303,0.09669355,0.74442518 0.06274510,0.72156864,0.09019608,0.74901962 0.06733950,0.71507114,0.08560167,0.75551707 0.05624763,0.74184930,0.09669355,0.76011145 0.06274510,0.73725492,0.09019608,0.76470590 0.06733950,0.73075742,0.08560167,0.77120334 0.05624763,0.75753558,0.09669355,0.77579772 0.06274510,0.75294119,0.09019608,0.78039217 0.06733950,0.74644369,0.08560167,0.78688961 0.05624763,0.77322185,0.09669355,0.79148400 0.06274510,0.76862746,0.09019608,0.79607844 0.06733950,0.76212996,0.08560167,0.80257589 0.05624763,0.78890812,0.09669355,0.80717033 0.06274510,0.78431374,0.09019608,0.81176472 0.06733950,0.77781624,0.08560167,0.81826216 0.05624763,0.80459440,0.09669355,0.82285661 0.06274510,0.80000001,0.09019608,0.82745099 0.06733950,0.79350251,0.08560167,0.83394843 0.05624763,0.82028067,0.09669355,0.83854288 0.06274510,0.81568629,0.09019608,0.84313726 0.06733950,0.80918878,0.08560167,0.84963471 0.05624763,0.83596694,0.09669355,0.85422915 0.06274510,0.83137256,0.09019608,0.85882354 0.06733950,0.82487506,0.08560167,0.86532098 0.05624763,0.85165322,0.09669355,0.86991543 0.06274510,0.84705883,0.09019608,0.87450981 0.06733950,0.84056133,0.08560167,0.88100725 0.05624763,0.86733949,0.09669355,0.88560170 0.06274510,0.86274511,0.09019608,0.89019608 0.06733950,0.85624760,0.08560167,0.89669353 0.05624763,0.88302577,0.09669355,0.90128797 0.06274510,0.87843138,0.09019608,0.90588236 0.06733950,0.87193388,0.08560167,0.91237980 0.05624763,0.89871204,0.09669355,0.91697425 0.06274510,0.89411765,0.09019608,0.92156863 0.06733950,0.88762015,0.08560167,0.92806607 0.05624763,0.91439831,0.09669355,0.93266052 0.06274510,0.90980393,0.09019608,0.93725491 0.06733950,0.90330642,0.08560167,0.94375235 0.05624763,0.93008459,0.09669355,0.94834679 0.06274510,0.92549020,0.09019608,0.95294118 0.06733950,0.91899276,0.08560167,0.95943862 0.05624763,0.94577086,0.09669355,0.96403307 0.06274510,0.94117647,0.09019608,0.96862745 0.06733950,0.93467903,0.08560167,0.97512490 0.05624763,0.96145713,0.09669355,0.97971934 0.06274510,0.95686275,0.09019608,0.98431373 0.06733950,0.95036530,0.08560167,0.99081117 0.05624763,0.97714341,0.09669355,0.99540561 0.06274510,0.97254902,0.09019608,1.00000000 0.06733950,0.96605158,0.08560167,1.00649750 0.07193390,-0.01109187,0.11237982,0.00717030 0.07843138,-0.01568628,0.10588235,0.01176471 0.08302578,-0.02218374,0.10128795,0.01826217 0.07193390,0.00459440,0.11237982,0.02285658 0.07843138,0.00000000,0.10588235,0.02745098 0.08302578,-0.00649747,0.10128795,0.03394845 0.07193390,0.02028068,0.11237982,0.03854285 0.07843138,0.01568628,0.10588235,0.04313726 0.08302578,0.00918881,0.10128795,0.04963472 0.07193390,0.03596695,0.11237982,0.05422913 0.07843138,0.03137255,0.10588235,0.05882353 0.08302578,0.02487508,0.10128795,0.06532100 0.07193390,0.05165323,0.11237982,0.06991540 0.07843138,0.04705882,0.10588235,0.07450981 0.08302578,0.04056136,0.10128795,0.08100727 0.07193390,0.06733950,0.11237982,0.08560167 0.07843138,0.06274510,0.10588235,0.09019608 0.08302578,0.05624763,0.10128795,0.09669355 0.07193390,0.08302578,0.11237982,0.10128795 0.07843138,0.07843138,0.10588235,0.10588235 0.08302578,0.07193390,0.10128795,0.11237982 0.07193390,0.09871205,0.11237982,0.11697423 0.07843138,0.09411765,0.10588235,0.12156863 0.08302578,0.08762018,0.10128795,0.12806609 0.07193390,0.11439832,0.11237982,0.13266049 0.07843138,0.10980392,0.10588235,0.13725491 0.08302578,0.10330646,0.10128795,0.14375237 0.07193390,0.13008460,0.11237982,0.14834677 0.07843138,0.12549020,0.10588235,0.15294118 0.08302578,0.11899273,0.10128795,0.15943864 0.07193390,0.14577088,0.11237982,0.16403304 0.07843138,0.14117648,0.10588235,0.16862746 0.08302578,0.13467900,0.10128795,0.17512491 0.07193390,0.16145715,0.11237982,0.17971933 0.07843138,0.15686275,0.10588235,0.18431373 0.08302578,0.15036528,0.10128795,0.19081119 0.07193390,0.17714342,0.11237982,0.19540560 0.07843138,0.17254902,0.10588235,0.20000000 0.08302578,0.16605155,0.10128795,0.20649746 0.07193390,0.19282970,0.11237982,0.21109188 0.07843138,0.18823530,0.10588235,0.21568628 0.08302578,0.18173783,0.10128795,0.22218375 0.07193390,0.20851597,0.11237982,0.22677815 0.07843138,0.20392157,0.10588235,0.23137255 0.08302578,0.19742410,0.10128795,0.23787002 0.07193390,0.22420225,0.11237982,0.24246442 0.07843138,0.21960784,0.10588235,0.24705882 0.08302578,0.21311037,0.10128795,0.25355628 0.07193390,0.23988852,0.11237982,0.25815070 0.07843138,0.23529412,0.10588235,0.26274511 0.08302578,0.22879665,0.10128795,0.26924255 0.07193390,0.25557479,0.11237982,0.27383697 0.07843138,0.25098041,0.10588235,0.27843139 0.08302578,0.24448292,0.10128795,0.28492883 0.07193390,0.27126107,0.11237982,0.28952324 0.07843138,0.26666668,0.10588235,0.29411766 0.08302578,0.26016921,0.10128795,0.30061510 0.07193390,0.28694734,0.11237982,0.30520952 0.07843138,0.28235295,0.10588235,0.30980393 0.08302578,0.27585548,0.10128795,0.31630138 0.07193390,0.30263361,0.11237982,0.32089579 0.07843138,0.29803923,0.10588235,0.32549021 0.08302578,0.29154176,0.10128795,0.33198765 0.07193390,0.31831989,0.11237982,0.33658206 0.07843138,0.31372550,0.10588235,0.34117648 0.08302578,0.30722803,0.10128795,0.34767395 0.07193390,0.33400616,0.11237982,0.35226834 0.07843138,0.32941177,0.10588235,0.35686275 0.08302578,0.32291430,0.10128795,0.36336023 0.07193390,0.34969243,0.11237982,0.36795461 0.07843138,0.34509805,0.10588235,0.37254903 0.08302578,0.33860058,0.10128795,0.37904650 0.07193390,0.36537871,0.11237982,0.38364089 0.07843138,0.36078432,0.10588235,0.38823530 0.08302578,0.35428685,0.10128795,0.39473277 0.07193390,0.38106498,0.11237982,0.39932716 0.07843138,0.37647060,0.10588235,0.40392157 0.08302578,0.36997312,0.10128795,0.41041905 0.07193390,0.39675125,0.11237982,0.41501343 0.07843138,0.39215687,0.10588235,0.41960785 0.08302578,0.38565940,0.10128795,0.42610532 0.07193390,0.41243753,0.11237982,0.43069971 0.07843138,0.40784314,0.10588235,0.43529412 0.08302578,0.40134567,0.10128795,0.44179159 0.07193390,0.42812380,0.11237982,0.44638598 0.07843138,0.42352942,0.10588235,0.45098040 0.08302578,0.41703194,0.10128795,0.45747787 0.07193390,0.44381008,0.11237982,0.46207225 0.07843138,0.43921569,0.10588235,0.46666667 0.08302578,0.43271822,0.10128795,0.47316414 0.07193390,0.45949638,0.11237982,0.47775853 0.07843138,0.45490196,0.10588235,0.48235294 0.08302578,0.44840449,0.10128795,0.48885041 0.07193390,0.47518265,0.11237982,0.49344480 0.07843138,0.47058824,0.10588235,0.49803922 0.08302578,0.46409076,0.10128795,0.50453669 0.07193390,0.49086893,0.11237982,0.50913107 0.07843138,0.48627451,0.10588235,0.51372552 0.08302578,0.47977704,0.10128795,0.52022296 0.07193390,0.50655520,0.11237982,0.52481735 0.07843138,0.50196081,0.10588235,0.52941179 0.08302578,0.49546331,0.10128795,0.53590924 0.07193390,0.52224147,0.11237982,0.54050362 0.07843138,0.51764709,0.10588235,0.54509807 0.08302578,0.51114959,0.10128795,0.55159551 0.07193390,0.53792775,0.11237982,0.55618989 0.07843138,0.53333336,0.10588235,0.56078434 0.08302578,0.52683586,0.10128795,0.56728178 0.07193390,0.55361402,0.11237982,0.57187617 0.07843138,0.54901963,0.10588235,0.57647061 0.08302578,0.54252213,0.10128795,0.58296806 0.07193390,0.56930029,0.11237982,0.58756244 0.07843138,0.56470591,0.10588235,0.59215689 0.08302578,0.55820841,0.10128795,0.59865433 0.07193390,0.58498657,0.11237982,0.60324872 0.07843138,0.58039218,0.10588235,0.60784316 0.08302578,0.57389468,0.10128795,0.61434060 0.07193390,0.60067284,0.11237982,0.61893499 0.07843138,0.59607846,0.10588235,0.62352943 0.08302578,0.58958095,0.10128795,0.63002688 0.07193390,0.61635911,0.11237982,0.63462126 0.07843138,0.61176473,0.10588235,0.63921571 0.08302578,0.60526723,0.10128795,0.64571315 0.07193390,0.63204539,0.11237982,0.65030754 0.07843138,0.62745100,0.10588235,0.65490198 0.08302578,0.62095350,0.10128795,0.66139942 0.07193390,0.64773166,0.11237982,0.66599381 0.07843138,0.64313728,0.10588235,0.67058825 0.08302578,0.63663977,0.10128795,0.67708570 0.07193390,0.66341794,0.11237982,0.68168008 0.07843138,0.65882355,0.10588235,0.68627453 0.08302578,0.65232605,0.10128795,0.69277197 0.07193390,0.67910421,0.11237982,0.69736636 0.07843138,0.67450982,0.10588235,0.70196080 0.08302578,0.66801232,0.10128795,0.70845824 0.07193390,0.69479048,0.11237982,0.71305263 0.07843138,0.69019610,0.10588235,0.71764708 0.08302578,0.68369859,0.10128795,0.72414452 0.07193390,0.71047676,0.11237982,0.72873890 0.07843138,0.70588237,0.10588235,0.73333335 0.08302578,0.69938487,0.10128795,0.73983079 0.07193390,0.72616303,0.11237982,0.74442518 0.07843138,0.72156864,0.10588235,0.74901962 0.08302578,0.71507114,0.10128795,0.75551707 0.07193390,0.74184930,0.11237982,0.76011145 0.07843138,0.73725492,0.10588235,0.76470590 0.08302578,0.73075742,0.10128795,0.77120334 0.07193390,0.75753558,0.11237982,0.77579772 0.07843138,0.75294119,0.10588235,0.78039217 0.08302578,0.74644369,0.10128795,0.78688961 0.07193390,0.77322185,0.11237982,0.79148400 0.07843138,0.76862746,0.10588235,0.79607844 0.08302578,0.76212996,0.10128795,0.80257589 0.07193390,0.78890812,0.11237982,0.80717033 0.07843138,0.78431374,0.10588235,0.81176472 0.08302578,0.77781624,0.10128795,0.81826216 0.07193390,0.80459440,0.11237982,0.82285661 0.07843138,0.80000001,0.10588235,0.82745099 0.08302578,0.79350251,0.10128795,0.83394843 0.07193390,0.82028067,0.11237982,0.83854288 0.07843138,0.81568629,0.10588235,0.84313726 0.08302578,0.80918878,0.10128795,0.84963471 0.07193390,0.83596694,0.11237982,0.85422915 0.07843138,0.83137256,0.10588235,0.85882354 0.08302578,0.82487506,0.10128795,0.86532098 0.07193390,0.85165322,0.11237982,0.86991543 0.07843138,0.84705883,0.10588235,0.87450981 0.08302578,0.84056133,0.10128795,0.88100725 0.07193390,0.86733949,0.11237982,0.88560170 0.07843138,0.86274511,0.10588235,0.89019608 0.08302578,0.85624760,0.10128795,0.89669353 0.07193390,0.88302577,0.11237982,0.90128797 0.07843138,0.87843138,0.10588235,0.90588236 0.08302578,0.87193388,0.10128795,0.91237980 0.07193390,0.89871204,0.11237982,0.91697425 0.07843138,0.89411765,0.10588235,0.92156863 0.08302578,0.88762015,0.10128795,0.92806607 0.07193390,0.91439831,0.11237982,0.93266052 0.07843138,0.90980393,0.10588235,0.93725491 0.08302578,0.90330642,0.10128795,0.94375235 0.07193390,0.93008459,0.11237982,0.94834679 0.07843138,0.92549020,0.10588235,0.95294118 0.08302578,0.91899276,0.10128795,0.95943862 0.07193390,0.94577086,0.11237982,0.96403307 0.07843138,0.94117647,0.10588235,0.96862745 0.08302578,0.93467903,0.10128795,0.97512490 0.07193390,0.96145713,0.11237982,0.97971934 0.07843138,0.95686275,0.10588235,0.98431373 0.08302578,0.95036530,0.10128795,0.99081117 0.07193390,0.97714341,0.11237982,0.99540561 0.07843138,0.97254902,0.10588235,1.00000000 0.08302578,0.96605158,0.10128795,1.00649750 0.08762018,-0.01109187,0.12806609,0.00717030 0.09411765,-0.01568628,0.12156863,0.01176471 0.09871205,-0.02218374,0.11697423,0.01826217 0.08762018,0.00459440,0.12806609,0.02285658 0.09411765,0.00000000,0.12156863,0.02745098 0.09871205,-0.00649747,0.11697423,0.03394845 0.08762018,0.02028068,0.12806609,0.03854285 0.09411765,0.01568628,0.12156863,0.04313726 0.09871205,0.00918881,0.11697423,0.04963472 0.08762018,0.03596695,0.12806609,0.05422913 0.09411765,0.03137255,0.12156863,0.05882353 0.09871205,0.02487508,0.11697423,0.06532100 0.08762018,0.05165323,0.12806609,0.06991540 0.09411765,0.04705882,0.12156863,0.07450981 0.09871205,0.04056136,0.11697423,0.08100727 0.08762018,0.06733950,0.12806609,0.08560167 0.09411765,0.06274510,0.12156863,0.09019608 0.09871205,0.05624763,0.11697423,0.09669355 0.08762018,0.08302578,0.12806609,0.10128795 0.09411765,0.07843138,0.12156863,0.10588235 0.09871205,0.07193390,0.11697423,0.11237982 0.08762018,0.09871205,0.12806609,0.11697423 0.09411765,0.09411765,0.12156863,0.12156863 0.09871205,0.08762018,0.11697423,0.12806609 0.08762018,0.11439832,0.12806609,0.13266049 0.09411765,0.10980392,0.12156863,0.13725491 0.09871205,0.10330646,0.11697423,0.14375237 0.08762018,0.13008460,0.12806609,0.14834677 0.09411765,0.12549020,0.12156863,0.15294118 0.09871205,0.11899273,0.11697423,0.15943864 0.08762018,0.14577088,0.12806609,0.16403304 0.09411765,0.14117648,0.12156863,0.16862746 0.09871205,0.13467900,0.11697423,0.17512491 0.08762018,0.16145715,0.12806609,0.17971933 0.09411765,0.15686275,0.12156863,0.18431373 0.09871205,0.15036528,0.11697423,0.19081119 0.08762018,0.17714342,0.12806609,0.19540560 0.09411765,0.17254902,0.12156863,0.20000000 0.09871205,0.16605155,0.11697423,0.20649746 0.08762018,0.19282970,0.12806609,0.21109188 0.09411765,0.18823530,0.12156863,0.21568628 0.09871205,0.18173783,0.11697423,0.22218375 0.08762018,0.20851597,0.12806609,0.22677815 0.09411765,0.20392157,0.12156863,0.23137255 0.09871205,0.19742410,0.11697423,0.23787002 0.08762018,0.22420225,0.12806609,0.24246442 0.09411765,0.21960784,0.12156863,0.24705882 0.09871205,0.21311037,0.11697423,0.25355628 0.08762018,0.23988852,0.12806609,0.25815070 0.09411765,0.23529412,0.12156863,0.26274511 0.09871205,0.22879665,0.11697423,0.26924255 0.08762018,0.25557479,0.12806609,0.27383697 0.09411765,0.25098041,0.12156863,0.27843139 0.09871205,0.24448292,0.11697423,0.28492883 0.08762018,0.27126107,0.12806609,0.28952324 0.09411765,0.26666668,0.12156863,0.29411766 0.09871205,0.26016921,0.11697423,0.30061510 0.08762018,0.28694734,0.12806609,0.30520952 0.09411765,0.28235295,0.12156863,0.30980393 0.09871205,0.27585548,0.11697423,0.31630138 0.08762018,0.30263361,0.12806609,0.32089579 0.09411765,0.29803923,0.12156863,0.32549021 0.09871205,0.29154176,0.11697423,0.33198765 0.08762018,0.31831989,0.12806609,0.33658206 0.09411765,0.31372550,0.12156863,0.34117648 0.09871205,0.30722803,0.11697423,0.34767395 0.08762018,0.33400616,0.12806609,0.35226834 0.09411765,0.32941177,0.12156863,0.35686275 0.09871205,0.32291430,0.11697423,0.36336023 0.08762018,0.34969243,0.12806609,0.36795461 0.09411765,0.34509805,0.12156863,0.37254903 0.09871205,0.33860058,0.11697423,0.37904650 0.08762018,0.36537871,0.12806609,0.38364089 0.09411765,0.36078432,0.12156863,0.38823530 0.09871205,0.35428685,0.11697423,0.39473277 0.08762018,0.38106498,0.12806609,0.39932716 0.09411765,0.37647060,0.12156863,0.40392157 0.09871205,0.36997312,0.11697423,0.41041905 0.08762018,0.39675125,0.12806609,0.41501343 0.09411765,0.39215687,0.12156863,0.41960785 0.09871205,0.38565940,0.11697423,0.42610532 0.08762018,0.41243753,0.12806609,0.43069971 0.09411765,0.40784314,0.12156863,0.43529412 0.09871205,0.40134567,0.11697423,0.44179159 0.08762018,0.42812380,0.12806609,0.44638598 0.09411765,0.42352942,0.12156863,0.45098040 0.09871205,0.41703194,0.1169742

Hello,my dear friend ,can you send your tensorflow.dll, tensorflow.lib and include files to me ?I can't compile the dll from tensorflow source files. I really need it, my email:121649982@qq.com. thanks a lot

@ymmshi
Copy link

ymmshi commented Jun 24, 2019

Hi, actually, I think my anchor may not be suitable for you. You could read anchors in your Python’s code. You should write code to output anchors in Matterport “MaskRCNN/model.py”. And save it as txt file. Regards, Qiuhao. From: gyp2448565528mailto:notifications@github.com Sent: Friday, 18 January 2019 9:54 AM Subject: Re: [matterport/Mask_RCNN] Run trained model in C++ TensorFlow API. But SAME WRONG values in results! (#1115) Hey ,man . I am doing the related work too , could you share your "anchors.txt" file with me ? Thank you very much — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#1115 (comment)>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjR5ArTTPHsWPGLN0eM8OdBp8i8hg4VJks5vESlbgaJpZM4YZVyr.

-0.02218374,-0.01109187,0.01826217,0.00717030 -0.01568628,-0.01568628,0.01176471,0.01176471 -0.01109187,-0.02218374,0.00717030,0.01826217 -0.02218374,0.00459440,0.01826217,0.02285658 -0.01568628,0.00000000,0.01176471,0.02745098 -0.01109187,-0.00649747,0.00717030,0.03394845 -0.02218374,0.02028068,0.01826217,0.03854285 -0.01568628,0.01568628,0.01176471,0.04313726 -0.01109187,0.00918881,0.00717030,0.04963472 -0.02218374,0.03596695,0.01826217,0.05422913 -0.01568628,0.03137255,0.01176471,0.05882353 -0.01109187,0.02487508,0.00717030,0.06532100 -0.02218374,0.05165323,0.01826217,0.06991540 -0.01568628,0.04705882,0.01176471,0.07450981 -0.01109187,0.04056136,0.00717030,0.08100727 -0.02218374,0.06733950,0.01826217,0.08560167 -0.01568628,0.06274510,0.01176471,0.09019608 -0.01109187,0.05624763,0.00717030,0.09669355 -0.02218374,0.08302578,0.01826217,0.10128795 -0.01568628,0.07843138,0.01176471,0.10588235 -0.01109187,0.07193390,0.00717030,0.11237982 -0.02218374,0.09871205,0.01826217,0.11697423 -0.01568628,0.09411765,0.01176471,0.12156863 -0.01109187,0.08762018,0.00717030,0.12806609 -0.02218374,0.11439832,0.01826217,0.13266049 -0.01568628,0.10980392,0.01176471,0.13725491 -0.01109187,0.10330646,0.00717030,0.14375237 -0.02218374,0.13008460,0.01826217,0.14834677 -0.01568628,0.12549020,0.01176471,0.15294118 -0.01109187,0.11899273,0.00717030,0.15943864 -0.02218374,0.14577088,0.01826217,0.16403304 -0.01568628,0.14117648,0.01176471,0.16862746 -0.01109187,0.13467900,0.00717030,0.17512491 -0.02218374,0.16145715,0.01826217,0.17971933 -0.01568628,0.15686275,0.01176471,0.18431373 -0.01109187,0.15036528,0.00717030,0.19081119 -0.02218374,0.17714342,0.01826217,0.19540560 -0.01568628,0.17254902,0.01176471,0.20000000 -0.01109187,0.16605155,0.00717030,0.20649746 -0.02218374,0.19282970,0.01826217,0.21109188 -0.01568628,0.18823530,0.01176471,0.21568628 -0.01109187,0.18173783,0.00717030,0.22218375 -0.02218374,0.20851597,0.01826217,0.22677815 -0.01568628,0.20392157,0.01176471,0.23137255 -0.01109187,0.19742410,0.00717030,0.23787002 -0.02218374,0.22420225,0.01826217,0.24246442 -0.01568628,0.21960784,0.01176471,0.24705882 -0.01109187,0.21311037,0.00717030,0.25355628 -0.02218374,0.23988852,0.01826217,0.25815070 -0.01568628,0.23529412,0.01176471,0.26274511 -0.01109187,0.22879665,0.00717030,0.26924255 -0.02218374,0.25557479,0.01826217,0.27383697 -0.01568628,0.25098041,0.01176471,0.27843139 -0.01109187,0.24448292,0.00717030,0.28492883 -0.02218374,0.27126107,0.01826217,0.28952324 -0.01568628,0.26666668,0.01176471,0.29411766 -0.01109187,0.26016921,0.00717030,0.30061510 -0.02218374,0.28694734,0.01826217,0.30520952 -0.01568628,0.28235295,0.01176471,0.30980393 -0.01109187,0.27585548,0.00717030,0.31630138 -0.02218374,0.30263361,0.01826217,0.32089579 -0.01568628,0.29803923,0.01176471,0.32549021 -0.01109187,0.29154176,0.00717030,0.33198765 -0.02218374,0.31831989,0.01826217,0.33658206 -0.01568628,0.31372550,0.01176471,0.34117648 -0.01109187,0.30722803,0.00717030,0.34767395 -0.02218374,0.33400616,0.01826217,0.35226834 -0.01568628,0.32941177,0.01176471,0.35686275 -0.01109187,0.32291430,0.00717030,0.36336023 -0.02218374,0.34969243,0.01826217,0.36795461 -0.01568628,0.34509805,0.01176471,0.37254903 -0.01109187,0.33860058,0.00717030,0.37904650 -0.02218374,0.36537871,0.01826217,0.38364089 -0.01568628,0.36078432,0.01176471,0.38823530 -0.01109187,0.35428685,0.00717030,0.39473277 -0.02218374,0.38106498,0.01826217,0.39932716 -0.01568628,0.37647060,0.01176471,0.40392157 -0.01109187,0.36997312,0.00717030,0.41041905 -0.02218374,0.39675125,0.01826217,0.41501343 -0.01568628,0.39215687,0.01176471,0.41960785 -0.01109187,0.38565940,0.00717030,0.42610532 -0.02218374,0.41243753,0.01826217,0.43069971 -0.01568628,0.40784314,0.01176471,0.43529412 -0.01109187,0.40134567,0.00717030,0.44179159 -0.02218374,0.42812380,0.01826217,0.44638598 -0.01568628,0.42352942,0.01176471,0.45098040 -0.01109187,0.41703194,0.00717030,0.45747787 -0.02218374,0.44381008,0.01826217,0.46207225 -0.01568628,0.43921569,0.01176471,0.46666667 -0.01109187,0.43271822,0.00717030,0.47316414 -0.02218374,0.45949638,0.01826217,0.47775853 -0.01568628,0.45490196,0.01176471,0.48235294 -0.01109187,0.44840449,0.00717030,0.48885041 -0.02218374,0.47518265,0.01826217,0.49344480 -0.01568628,0.47058824,0.01176471,0.49803922 -0.01109187,0.46409076,0.00717030,0.50453669 -0.02218374,0.49086893,0.01826217,0.50913107 -0.01568628,0.48627451,0.01176471,0.51372552 -0.01109187,0.47977704,0.00717030,0.52022296 -0.02218374,0.50655520,0.01826217,0.52481735 -0.01568628,0.50196081,0.01176471,0.52941179 -0.01109187,0.49546331,0.00717030,0.53590924 -0.02218374,0.52224147,0.01826217,0.54050362 -0.01568628,0.51764709,0.01176471,0.54509807 -0.01109187,0.51114959,0.00717030,0.55159551 -0.02218374,0.53792775,0.01826217,0.55618989 -0.01568628,0.53333336,0.01176471,0.56078434 -0.01109187,0.52683586,0.00717030,0.56728178 -0.02218374,0.55361402,0.01826217,0.57187617 -0.01568628,0.54901963,0.01176471,0.57647061 -0.01109187,0.54252213,0.00717030,0.58296806 -0.02218374,0.56930029,0.01826217,0.58756244 -0.01568628,0.56470591,0.01176471,0.59215689 -0.01109187,0.55820841,0.00717030,0.59865433 -0.02218374,0.58498657,0.01826217,0.60324872 -0.01568628,0.58039218,0.01176471,0.60784316 -0.01109187,0.57389468,0.00717030,0.61434060 -0.02218374,0.60067284,0.01826217,0.61893499 -0.01568628,0.59607846,0.01176471,0.62352943 -0.01109187,0.58958095,0.00717030,0.63002688 -0.02218374,0.61635911,0.01826217,0.63462126 -0.01568628,0.61176473,0.01176471,0.63921571 -0.01109187,0.60526723,0.00717030,0.64571315 -0.02218374,0.63204539,0.01826217,0.65030754 -0.01568628,0.62745100,0.01176471,0.65490198 -0.01109187,0.62095350,0.00717030,0.66139942 -0.02218374,0.64773166,0.01826217,0.66599381 -0.01568628,0.64313728,0.01176471,0.67058825 -0.01109187,0.63663977,0.00717030,0.67708570 -0.02218374,0.66341794,0.01826217,0.68168008 -0.01568628,0.65882355,0.01176471,0.68627453 -0.01109187,0.65232605,0.00717030,0.69277197 -0.02218374,0.67910421,0.01826217,0.69736636 -0.01568628,0.67450982,0.01176471,0.70196080 -0.01109187,0.66801232,0.00717030,0.70845824 -0.02218374,0.69479048,0.01826217,0.71305263 -0.01568628,0.69019610,0.01176471,0.71764708 -0.01109187,0.68369859,0.00717030,0.72414452 -0.02218374,0.71047676,0.01826217,0.72873890 -0.01568628,0.70588237,0.01176471,0.73333335 -0.01109187,0.69938487,0.00717030,0.73983079 -0.02218374,0.72616303,0.01826217,0.74442518 -0.01568628,0.72156864,0.01176471,0.74901962 -0.01109187,0.71507114,0.00717030,0.75551707 -0.02218374,0.74184930,0.01826217,0.76011145 -0.01568628,0.73725492,0.01176471,0.76470590 -0.01109187,0.73075742,0.00717030,0.77120334 -0.02218374,0.75753558,0.01826217,0.77579772 -0.01568628,0.75294119,0.01176471,0.78039217 -0.01109187,0.74644369,0.00717030,0.78688961 -0.02218374,0.77322185,0.01826217,0.79148400 -0.01568628,0.76862746,0.01176471,0.79607844 -0.01109187,0.76212996,0.00717030,0.80257589 -0.02218374,0.78890812,0.01826217,0.80717033 -0.01568628,0.78431374,0.01176471,0.81176472 -0.01109187,0.77781624,0.00717030,0.81826216 -0.02218374,0.80459440,0.01826217,0.82285661 -0.01568628,0.80000001,0.01176471,0.82745099 -0.01109187,0.79350251,0.00717030,0.83394843 -0.02218374,0.82028067,0.01826217,0.83854288 -0.01568628,0.81568629,0.01176471,0.84313726 -0.01109187,0.80918878,0.00717030,0.84963471 -0.02218374,0.83596694,0.01826217,0.85422915 -0.01568628,0.83137256,0.01176471,0.85882354 -0.01109187,0.82487506,0.00717030,0.86532098 -0.02218374,0.85165322,0.01826217,0.86991543 -0.01568628,0.84705883,0.01176471,0.87450981 -0.01109187,0.84056133,0.00717030,0.88100725 -0.02218374,0.86733949,0.01826217,0.88560170 -0.01568628,0.86274511,0.01176471,0.89019608 -0.01109187,0.85624760,0.00717030,0.89669353 -0.02218374,0.88302577,0.01826217,0.90128797 -0.01568628,0.87843138,0.01176471,0.90588236 -0.01109187,0.87193388,0.00717030,0.91237980 -0.02218374,0.89871204,0.01826217,0.91697425 -0.01568628,0.89411765,0.01176471,0.92156863 -0.01109187,0.88762015,0.00717030,0.92806607 -0.02218374,0.91439831,0.01826217,0.93266052 -0.01568628,0.90980393,0.01176471,0.93725491 -0.01109187,0.90330642,0.00717030,0.94375235 -0.02218374,0.93008459,0.01826217,0.94834679 -0.01568628,0.92549020,0.01176471,0.95294118 -0.01109187,0.91899276,0.00717030,0.95943862 -0.02218374,0.94577086,0.01826217,0.96403307 -0.01568628,0.94117647,0.01176471,0.96862745 -0.01109187,0.93467903,0.00717030,0.97512490 -0.02218374,0.96145713,0.01826217,0.97971934 -0.01568628,0.95686275,0.01176471,0.98431373 -0.01109187,0.95036530,0.00717030,0.99081117 -0.02218374,0.97714341,0.01826217,0.99540561 -0.01568628,0.97254902,0.01176471,1.00000000 -0.01109187,0.96605158,0.00717030,1.00649750 -0.00649747,-0.01109187,0.03394845,0.00717030 0.00000000,-0.01568628,0.02745098,0.01176471 0.00459440,-0.02218374,0.02285658,0.01826217 -0.00649747,0.00459440,0.03394845,0.02285658 0.00000000,0.00000000,0.02745098,0.02745098 0.00459440,-0.00649747,0.02285658,0.03394845 -0.00649747,0.02028068,0.03394845,0.03854285 0.00000000,0.01568628,0.02745098,0.04313726 0.00459440,0.00918881,0.02285658,0.04963472 -0.00649747,0.03596695,0.03394845,0.05422913 0.00000000,0.03137255,0.02745098,0.05882353 0.00459440,0.02487508,0.02285658,0.06532100 -0.00649747,0.05165323,0.03394845,0.06991540 0.00000000,0.04705882,0.02745098,0.07450981 0.00459440,0.04056136,0.02285658,0.08100727 -0.00649747,0.06733950,0.03394845,0.08560167 0.00000000,0.06274510,0.02745098,0.09019608 0.00459440,0.05624763,0.02285658,0.09669355 -0.00649747,0.08302578,0.03394845,0.10128795 0.00000000,0.07843138,0.02745098,0.10588235 0.00459440,0.07193390,0.02285658,0.11237982 -0.00649747,0.09871205,0.03394845,0.11697423 0.00000000,0.09411765,0.02745098,0.12156863 0.00459440,0.08762018,0.02285658,0.12806609 -0.00649747,0.11439832,0.03394845,0.13266049 0.00000000,0.10980392,0.02745098,0.13725491 0.00459440,0.10330646,0.02285658,0.14375237 -0.00649747,0.13008460,0.03394845,0.14834677 0.00000000,0.12549020,0.02745098,0.15294118 0.00459440,0.11899273,0.02285658,0.15943864 -0.00649747,0.14577088,0.03394845,0.16403304 0.00000000,0.14117648,0.02745098,0.16862746 0.00459440,0.13467900,0.02285658,0.17512491 -0.00649747,0.16145715,0.03394845,0.17971933 0.00000000,0.15686275,0.02745098,0.18431373 0.00459440,0.15036528,0.02285658,0.19081119 -0.00649747,0.17714342,0.03394845,0.19540560 0.00000000,0.17254902,0.02745098,0.20000000 0.00459440,0.16605155,0.02285658,0.20649746 -0.00649747,0.19282970,0.03394845,0.21109188 0.00000000,0.18823530,0.02745098,0.21568628 0.00459440,0.18173783,0.02285658,0.22218375 -0.00649747,0.20851597,0.03394845,0.22677815 0.00000000,0.20392157,0.02745098,0.23137255 0.00459440,0.19742410,0.02285658,0.23787002 -0.00649747,0.22420225,0.03394845,0.24246442 0.00000000,0.21960784,0.02745098,0.24705882 0.00459440,0.21311037,0.02285658,0.25355628 -0.00649747,0.23988852,0.03394845,0.25815070 0.00000000,0.23529412,0.02745098,0.26274511 0.00459440,0.22879665,0.02285658,0.26924255 -0.00649747,0.25557479,0.03394845,0.27383697 0.00000000,0.25098041,0.02745098,0.27843139 0.00459440,0.24448292,0.02285658,0.28492883 -0.00649747,0.27126107,0.03394845,0.28952324 0.00000000,0.26666668,0.02745098,0.29411766 0.00459440,0.26016921,0.02285658,0.30061510 -0.00649747,0.28694734,0.03394845,0.30520952 0.00000000,0.28235295,0.02745098,0.30980393 0.00459440,0.27585548,0.02285658,0.31630138 -0.00649747,0.30263361,0.03394845,0.32089579 0.00000000,0.29803923,0.02745098,0.32549021 0.00459440,0.29154176,0.02285658,0.33198765 -0.00649747,0.31831989,0.03394845,0.33658206 0.00000000,0.31372550,0.02745098,0.34117648 0.00459440,0.30722803,0.02285658,0.34767395 -0.00649747,0.33400616,0.03394845,0.35226834 0.00000000,0.32941177,0.02745098,0.35686275 0.00459440,0.32291430,0.02285658,0.36336023 -0.00649747,0.34969243,0.03394845,0.36795461 0.00000000,0.34509805,0.02745098,0.37254903 0.00459440,0.33860058,0.02285658,0.37904650 -0.00649747,0.36537871,0.03394845,0.38364089 0.00000000,0.36078432,0.02745098,0.38823530 0.00459440,0.35428685,0.02285658,0.39473277 -0.00649747,0.38106498,0.03394845,0.39932716 0.00000000,0.37647060,0.02745098,0.40392157 0.00459440,0.36997312,0.02285658,0.41041905 -0.00649747,0.39675125,0.03394845,0.41501343 0.00000000,0.39215687,0.02745098,0.41960785 0.00459440,0.38565940,0.02285658,0.42610532 -0.00649747,0.41243753,0.03394845,0.43069971 0.00000000,0.40784314,0.02745098,0.43529412 0.00459440,0.40134567,0.02285658,0.44179159 -0.00649747,0.42812380,0.03394845,0.44638598 0.00000000,0.42352942,0.02745098,0.45098040 0.00459440,0.41703194,0.02285658,0.45747787 -0.00649747,0.44381008,0.03394845,0.46207225 0.00000000,0.43921569,0.02745098,0.46666667 0.00459440,0.43271822,0.02285658,0.47316414 -0.00649747,0.45949638,0.03394845,0.47775853 0.00000000,0.45490196,0.02745098,0.48235294 0.00459440,0.44840449,0.02285658,0.48885041 -0.00649747,0.47518265,0.03394845,0.49344480 0.00000000,0.47058824,0.02745098,0.49803922 0.00459440,0.46409076,0.02285658,0.50453669 -0.00649747,0.49086893,0.03394845,0.50913107 0.00000000,0.48627451,0.02745098,0.51372552 0.00459440,0.47977704,0.02285658,0.52022296 -0.00649747,0.50655520,0.03394845,0.52481735 0.00000000,0.50196081,0.02745098,0.52941179 0.00459440,0.49546331,0.02285658,0.53590924 -0.00649747,0.52224147,0.03394845,0.54050362 0.00000000,0.51764709,0.02745098,0.54509807 0.00459440,0.51114959,0.02285658,0.55159551 -0.00649747,0.53792775,0.03394845,0.55618989 0.00000000,0.53333336,0.02745098,0.56078434 0.00459440,0.52683586,0.02285658,0.56728178 -0.00649747,0.55361402,0.03394845,0.57187617 0.00000000,0.54901963,0.02745098,0.57647061 0.00459440,0.54252213,0.02285658,0.58296806 -0.00649747,0.56930029,0.03394845,0.58756244 0.00000000,0.56470591,0.02745098,0.59215689 0.00459440,0.55820841,0.02285658,0.59865433 -0.00649747,0.58498657,0.03394845,0.60324872 0.00000000,0.58039218,0.02745098,0.60784316 0.00459440,0.57389468,0.02285658,0.61434060 -0.00649747,0.60067284,0.03394845,0.61893499 0.00000000,0.59607846,0.02745098,0.62352943 0.00459440,0.58958095,0.02285658,0.63002688 -0.00649747,0.61635911,0.03394845,0.63462126 0.00000000,0.61176473,0.02745098,0.63921571 0.00459440,0.60526723,0.02285658,0.64571315 -0.00649747,0.63204539,0.03394845,0.65030754 0.00000000,0.62745100,0.02745098,0.65490198 0.00459440,0.62095350,0.02285658,0.66139942 -0.00649747,0.64773166,0.03394845,0.66599381 0.00000000,0.64313728,0.02745098,0.67058825 0.00459440,0.63663977,0.02285658,0.67708570 -0.00649747,0.66341794,0.03394845,0.68168008 0.00000000,0.65882355,0.02745098,0.68627453 0.00459440,0.65232605,0.02285658,0.69277197 -0.00649747,0.67910421,0.03394845,0.69736636 0.00000000,0.67450982,0.02745098,0.70196080 0.00459440,0.66801232,0.02285658,0.70845824 -0.00649747,0.69479048,0.03394845,0.71305263 0.00000000,0.69019610,0.02745098,0.71764708 0.00459440,0.68369859,0.02285658,0.72414452 -0.00649747,0.71047676,0.03394845,0.72873890 0.00000000,0.70588237,0.02745098,0.73333335 0.00459440,0.69938487,0.02285658,0.73983079 -0.00649747,0.72616303,0.03394845,0.74442518 0.00000000,0.72156864,0.02745098,0.74901962 0.00459440,0.71507114,0.02285658,0.75551707 -0.00649747,0.74184930,0.03394845,0.76011145 0.00000000,0.73725492,0.02745098,0.76470590 0.00459440,0.73075742,0.02285658,0.77120334 -0.00649747,0.75753558,0.03394845,0.77579772 0.00000000,0.75294119,0.02745098,0.78039217 0.00459440,0.74644369,0.02285658,0.78688961 -0.00649747,0.77322185,0.03394845,0.79148400 0.00000000,0.76862746,0.02745098,0.79607844 0.00459440,0.76212996,0.02285658,0.80257589 -0.00649747,0.78890812,0.03394845,0.80717033 0.00000000,0.78431374,0.02745098,0.81176472 0.00459440,0.77781624,0.02285658,0.81826216 -0.00649747,0.80459440,0.03394845,0.82285661 0.00000000,0.80000001,0.02745098,0.82745099 0.00459440,0.79350251,0.02285658,0.83394843 -0.00649747,0.82028067,0.03394845,0.83854288 0.00000000,0.81568629,0.02745098,0.84313726 0.00459440,0.80918878,0.02285658,0.84963471 -0.00649747,0.83596694,0.03394845,0.85422915 0.00000000,0.83137256,0.02745098,0.85882354 0.00459440,0.82487506,0.02285658,0.86532098 -0.00649747,0.85165322,0.03394845,0.86991543 0.00000000,0.84705883,0.02745098,0.87450981 0.00459440,0.84056133,0.02285658,0.88100725 -0.00649747,0.86733949,0.03394845,0.88560170 0.00000000,0.86274511,0.02745098,0.89019608 0.00459440,0.85624760,0.02285658,0.89669353 -0.00649747,0.88302577,0.03394845,0.90128797 0.00000000,0.87843138,0.02745098,0.90588236 0.00459440,0.87193388,0.02285658,0.91237980 -0.00649747,0.89871204,0.03394845,0.91697425 0.00000000,0.89411765,0.02745098,0.92156863 0.00459440,0.88762015,0.02285658,0.92806607 -0.00649747,0.91439831,0.03394845,0.93266052 0.00000000,0.90980393,0.02745098,0.93725491 0.00459440,0.90330642,0.02285658,0.94375235 -0.00649747,0.93008459,0.03394845,0.94834679 0.00000000,0.92549020,0.02745098,0.95294118 0.00459440,0.91899276,0.02285658,0.95943862 -0.00649747,0.94577086,0.03394845,0.96403307 0.00000000,0.94117647,0.02745098,0.96862745 0.00459440,0.93467903,0.02285658,0.97512490 -0.00649747,0.96145713,0.03394845,0.97971934 0.00000000,0.95686275,0.02745098,0.98431373 0.00459440,0.95036530,0.02285658,0.99081117 -0.00649747,0.97714341,0.03394845,0.99540561 0.00000000,0.97254902,0.02745098,1.00000000 0.00459440,0.96605158,0.02285658,1.00649750 0.00918881,-0.01109187,0.04963472,0.00717030 0.01568628,-0.01568628,0.04313726,0.01176471 0.02028068,-0.02218374,0.03854285,0.01826217 0.00918881,0.00459440,0.04963472,0.02285658 0.01568628,0.00000000,0.04313726,0.02745098 0.02028068,-0.00649747,0.03854285,0.03394845 0.00918881,0.02028068,0.04963472,0.03854285 0.01568628,0.01568628,0.04313726,0.04313726 0.02028068,0.00918881,0.03854285,0.04963472 0.00918881,0.03596695,0.04963472,0.05422913 0.01568628,0.03137255,0.04313726,0.05882353 0.02028068,0.02487508,0.03854285,0.06532100 0.00918881,0.05165323,0.04963472,0.06991540 0.01568628,0.04705882,0.04313726,0.07450981 0.02028068,0.04056136,0.03854285,0.08100727 0.00918881,0.06733950,0.04963472,0.08560167 0.01568628,0.06274510,0.04313726,0.09019608 0.02028068,0.05624763,0.03854285,0.09669355 0.00918881,0.08302578,0.04963472,0.10128795 0.01568628,0.07843138,0.04313726,0.10588235 0.02028068,0.07193390,0.03854285,0.11237982 0.00918881,0.09871205,0.04963472,0.11697423 0.01568628,0.09411765,0.04313726,0.12156863 0.02028068,0.08762018,0.03854285,0.12806609 0.00918881,0.11439832,0.04963472,0.13266049 0.01568628,0.10980392,0.04313726,0.13725491 0.02028068,0.10330646,0.03854285,0.14375237 0.00918881,0.13008460,0.04963472,0.14834677 0.01568628,0.12549020,0.04313726,0.15294118 0.02028068,0.11899273,0.03854285,0.15943864 0.00918881,0.14577088,0.04963472,0.16403304 0.01568628,0.14117648,0.04313726,0.16862746 0.02028068,0.13467900,0.03854285,0.17512491 0.00918881,0.16145715,0.04963472,0.17971933 0.01568628,0.15686275,0.04313726,0.18431373 0.02028068,0.15036528,0.03854285,0.19081119 0.00918881,0.17714342,0.04963472,0.19540560 0.01568628,0.17254902,0.04313726,0.20000000 0.02028068,0.16605155,0.03854285,0.20649746 0.00918881,0.19282970,0.04963472,0.21109188 0.01568628,0.18823530,0.04313726,0.21568628 0.02028068,0.18173783,0.03854285,0.22218375 0.00918881,0.20851597,0.04963472,0.22677815 0.01568628,0.20392157,0.04313726,0.23137255 0.02028068,0.19742410,0.03854285,0.23787002 0.00918881,0.22420225,0.04963472,0.24246442 0.01568628,0.21960784,0.04313726,0.24705882 0.02028068,0.21311037,0.03854285,0.25355628 0.00918881,0.23988852,0.04963472,0.25815070 0.01568628,0.23529412,0.04313726,0.26274511 0.02028068,0.22879665,0.03854285,0.26924255 0.00918881,0.25557479,0.04963472,0.27383697 0.01568628,0.25098041,0.04313726,0.27843139 0.02028068,0.24448292,0.03854285,0.28492883 0.00918881,0.27126107,0.04963472,0.28952324 0.01568628,0.26666668,0.04313726,0.29411766 0.02028068,0.26016921,0.03854285,0.30061510 0.00918881,0.28694734,0.04963472,0.30520952 0.01568628,0.28235295,0.04313726,0.30980393 0.02028068,0.27585548,0.03854285,0.31630138 0.00918881,0.30263361,0.04963472,0.32089579 0.01568628,0.29803923,0.04313726,0.32549021 0.02028068,0.29154176,0.03854285,0.33198765 0.00918881,0.31831989,0.04963472,0.33658206 0.01568628,0.31372550,0.04313726,0.34117648 0.02028068,0.30722803,0.03854285,0.34767395 0.00918881,0.33400616,0.04963472,0.35226834 0.01568628,0.32941177,0.04313726,0.35686275 0.02028068,0.32291430,0.03854285,0.36336023 0.00918881,0.34969243,0.04963472,0.36795461 0.01568628,0.34509805,0.04313726,0.37254903 0.02028068,0.33860058,0.03854285,0.37904650 0.00918881,0.36537871,0.04963472,0.38364089 0.01568628,0.36078432,0.04313726,0.38823530 0.02028068,0.35428685,0.03854285,0.39473277 0.00918881,0.38106498,0.04963472,0.39932716 0.01568628,0.37647060,0.04313726,0.40392157 0.02028068,0.36997312,0.03854285,0.41041905 0.00918881,0.39675125,0.04963472,0.41501343 0.01568628,0.39215687,0.04313726,0.41960785 0.02028068,0.38565940,0.03854285,0.42610532 0.00918881,0.41243753,0.04963472,0.43069971 0.01568628,0.40784314,0.04313726,0.43529412 0.02028068,0.40134567,0.03854285,0.44179159 0.00918881,0.42812380,0.04963472,0.44638598 0.01568628,0.42352942,0.04313726,0.45098040 0.02028068,0.41703194,0.03854285,0.45747787 0.00918881,0.44381008,0.04963472,0.46207225 0.01568628,0.43921569,0.04313726,0.46666667 0.02028068,0.43271822,0.03854285,0.47316414 0.00918881,0.45949638,0.04963472,0.47775853 0.01568628,0.45490196,0.04313726,0.48235294 0.02028068,0.44840449,0.03854285,0.48885041 0.00918881,0.47518265,0.04963472,0.49344480 0.01568628,0.47058824,0.04313726,0.49803922 0.02028068,0.46409076,0.03854285,0.50453669 0.00918881,0.49086893,0.04963472,0.50913107 0.01568628,0.48627451,0.04313726,0.51372552 0.02028068,0.47977704,0.03854285,0.52022296 0.00918881,0.50655520,0.04963472,0.52481735 0.01568628,0.50196081,0.04313726,0.52941179 0.02028068,0.49546331,0.03854285,0.53590924 0.00918881,0.52224147,0.04963472,0.54050362 0.01568628,0.51764709,0.04313726,0.54509807 0.02028068,0.51114959,0.03854285,0.55159551 0.00918881,0.53792775,0.04963472,0.55618989 0.01568628,0.53333336,0.04313726,0.56078434 0.02028068,0.52683586,0.03854285,0.56728178 0.00918881,0.55361402,0.04963472,0.57187617 0.01568628,0.54901963,0.04313726,0.57647061 0.02028068,0.54252213,0.03854285,0.58296806 0.00918881,0.56930029,0.04963472,0.58756244 0.01568628,0.56470591,0.04313726,0.59215689 0.02028068,0.55820841,0.03854285,0.59865433 0.00918881,0.58498657,0.04963472,0.60324872 0.01568628,0.58039218,0.04313726,0.60784316 0.02028068,0.57389468,0.03854285,0.61434060 0.00918881,0.60067284,0.04963472,0.61893499 0.01568628,0.59607846,0.04313726,0.62352943 0.02028068,0.58958095,0.03854285,0.63002688 0.00918881,0.61635911,0.04963472,0.63462126 0.01568628,0.61176473,0.04313726,0.63921571 0.02028068,0.60526723,0.03854285,0.64571315 0.00918881,0.63204539,0.04963472,0.65030754 0.01568628,0.62745100,0.04313726,0.65490198 0.02028068,0.62095350,0.03854285,0.66139942 0.00918881,0.64773166,0.04963472,0.66599381 0.01568628,0.64313728,0.04313726,0.67058825 0.02028068,0.63663977,0.03854285,0.67708570 0.00918881,0.66341794,0.04963472,0.68168008 0.01568628,0.65882355,0.04313726,0.68627453 0.02028068,0.65232605,0.03854285,0.69277197 0.00918881,0.67910421,0.04963472,0.69736636 0.01568628,0.67450982,0.04313726,0.70196080 0.02028068,0.66801232,0.03854285,0.70845824 0.00918881,0.69479048,0.04963472,0.71305263 0.01568628,0.69019610,0.04313726,0.71764708 0.02028068,0.68369859,0.03854285,0.72414452 0.00918881,0.71047676,0.04963472,0.72873890 0.01568628,0.70588237,0.04313726,0.73333335 0.02028068,0.69938487,0.03854285,0.73983079 0.00918881,0.72616303,0.04963472,0.74442518 0.01568628,0.72156864,0.04313726,0.74901962 0.02028068,0.71507114,0.03854285,0.75551707 0.00918881,0.74184930,0.04963472,0.76011145 0.01568628,0.73725492,0.04313726,0.76470590 0.02028068,0.73075742,0.03854285,0.77120334 0.00918881,0.75753558,0.04963472,0.77579772 0.01568628,0.75294119,0.04313726,0.78039217 0.02028068,0.74644369,0.03854285,0.78688961 0.00918881,0.77322185,0.04963472,0.79148400 0.01568628,0.76862746,0.04313726,0.79607844 0.02028068,0.76212996,0.03854285,0.80257589 0.00918881,0.78890812,0.04963472,0.80717033 0.01568628,0.78431374,0.04313726,0.81176472 0.02028068,0.77781624,0.03854285,0.81826216 0.00918881,0.80459440,0.04963472,0.82285661 0.01568628,0.80000001,0.04313726,0.82745099 0.02028068,0.79350251,0.03854285,0.83394843 0.00918881,0.82028067,0.04963472,0.83854288 0.01568628,0.81568629,0.04313726,0.84313726 0.02028068,0.80918878,0.03854285,0.84963471 0.00918881,0.83596694,0.04963472,0.85422915 0.01568628,0.83137256,0.04313726,0.85882354 0.02028068,0.82487506,0.03854285,0.86532098 0.00918881,0.85165322,0.04963472,0.86991543 0.01568628,0.84705883,0.04313726,0.87450981 0.02028068,0.84056133,0.03854285,0.88100725 0.00918881,0.86733949,0.04963472,0.88560170 0.01568628,0.86274511,0.04313726,0.89019608 0.02028068,0.85624760,0.03854285,0.89669353 0.00918881,0.88302577,0.04963472,0.90128797 0.01568628,0.87843138,0.04313726,0.90588236 0.02028068,0.87193388,0.03854285,0.91237980 0.00918881,0.89871204,0.04963472,0.91697425 0.01568628,0.89411765,0.04313726,0.92156863 0.02028068,0.88762015,0.03854285,0.92806607 0.00918881,0.91439831,0.04963472,0.93266052 0.01568628,0.90980393,0.04313726,0.93725491 0.02028068,0.90330642,0.03854285,0.94375235 0.00918881,0.93008459,0.04963472,0.94834679 0.01568628,0.92549020,0.04313726,0.95294118 0.02028068,0.91899276,0.03854285,0.95943862 0.00918881,0.94577086,0.04963472,0.96403307 0.01568628,0.94117647,0.04313726,0.96862745 0.02028068,0.93467903,0.03854285,0.97512490 0.00918881,0.96145713,0.04963472,0.97971934 0.01568628,0.95686275,0.04313726,0.98431373 0.02028068,0.95036530,0.03854285,0.99081117 0.00918881,0.97714341,0.04963472,0.99540561 0.01568628,0.97254902,0.04313726,1.00000000 0.02028068,0.96605158,0.03854285,1.00649750 0.02487508,-0.01109187,0.06532100,0.00717030 0.03137255,-0.01568628,0.05882353,0.01176471 0.03596695,-0.02218374,0.05422913,0.01826217 0.02487508,0.00459440,0.06532100,0.02285658 0.03137255,0.00000000,0.05882353,0.02745098 0.03596695,-0.00649747,0.05422913,0.03394845 0.02487508,0.02028068,0.06532100,0.03854285 0.03137255,0.01568628,0.05882353,0.04313726 0.03596695,0.00918881,0.05422913,0.04963472 0.02487508,0.03596695,0.06532100,0.05422913 0.03137255,0.03137255,0.05882353,0.05882353 0.03596695,0.02487508,0.05422913,0.06532100 0.02487508,0.05165323,0.06532100,0.06991540 0.03137255,0.04705882,0.05882353,0.07450981 0.03596695,0.04056136,0.05422913,0.08100727 0.02487508,0.06733950,0.06532100,0.08560167 0.03137255,0.06274510,0.05882353,0.09019608 0.03596695,0.05624763,0.05422913,0.09669355 0.02487508,0.08302578,0.06532100,0.10128795 0.03137255,0.07843138,0.05882353,0.10588235 0.03596695,0.07193390,0.05422913,0.11237982 0.02487508,0.09871205,0.06532100,0.11697423 0.03137255,0.09411765,0.05882353,0.12156863 0.03596695,0.08762018,0.05422913,0.12806609 0.02487508,0.11439832,0.06532100,0.13266049 0.03137255,0.10980392,0.05882353,0.13725491 0.03596695,0.10330646,0.05422913,0.14375237 0.02487508,0.13008460,0.06532100,0.14834677 0.03137255,0.12549020,0.05882353,0.15294118 0.03596695,0.11899273,0.05422913,0.15943864 0.02487508,0.14577088,0.06532100,0.16403304 0.03137255,0.14117648,0.05882353,0.16862746 0.03596695,0.13467900,0.05422913,0.17512491 0.02487508,0.16145715,0.06532100,0.17971933 0.03137255,0.15686275,0.05882353,0.18431373 0.03596695,0.15036528,0.05422913,0.19081119 0.02487508,0.17714342,0.06532100,0.19540560 0.03137255,0.17254902,0.05882353,0.20000000 0.03596695,0.16605155,0.05422913,0.20649746 0.02487508,0.19282970,0.06532100,0.21109188 0.03137255,0.18823530,0.05882353,0.21568628 0.03596695,0.18173783,0.05422913,0.22218375 0.02487508,0.20851597,0.06532100,0.22677815 0.03137255,0.20392157,0.05882353,0.23137255 0.03596695,0.19742410,0.05422913,0.23787002 0.02487508,0.22420225,0.06532100,0.24246442 0.03137255,0.21960784,0.05882353,0.24705882 0.03596695,0.21311037,0.05422913,0.25355628 0.02487508,0.23988852,0.06532100,0.25815070 0.03137255,0.23529412,0.05882353,0.26274511 0.03596695,0.22879665,0.05422913,0.26924255 0.02487508,0.25557479,0.06532100,0.27383697 0.03137255,0.25098041,0.05882353,0.27843139 0.03596695,0.24448292,0.05422913,0.28492883 0.02487508,0.27126107,0.06532100,0.28952324 0.03137255,0.26666668,0.05882353,0.29411766 0.03596695,0.26016921,0.05422913,0.30061510 0.02487508,0.28694734,0.06532100,0.30520952 0.03137255,0.28235295,0.05882353,0.30980393 0.03596695,0.27585548,0.05422913,0.31630138 0.02487508,0.30263361,0.06532100,0.32089579 0.03137255,0.29803923,0.05882353,0.32549021 0.03596695,0.29154176,0.05422913,0.33198765 0.02487508,0.31831989,0.06532100,0.33658206 0.03137255,0.31372550,0.05882353,0.34117648 0.03596695,0.30722803,0.05422913,0.34767395 0.02487508,0.33400616,0.06532100,0.35226834 0.03137255,0.32941177,0.05882353,0.35686275 0.03596695,0.32291430,0.05422913,0.36336023 0.02487508,0.34969243,0.06532100,0.36795461 0.03137255,0.34509805,0.05882353,0.37254903 0.03596695,0.33860058,0.05422913,0.37904650 0.02487508,0.36537871,0.06532100,0.38364089 0.03137255,0.36078432,0.05882353,0.38823530 0.03596695,0.35428685,0.05422913,0.39473277 0.02487508,0.38106498,0.06532100,0.39932716 0.03137255,0.37647060,0.05882353,0.40392157 0.03596695,0.36997312,0.05422913,0.41041905 0.02487508,0.39675125,0.06532100,0.41501343 0.03137255,0.39215687,0.05882353,0.41960785 0.03596695,0.38565940,0.05422913,0.42610532 0.02487508,0.41243753,0.06532100,0.43069971 0.03137255,0.40784314,0.05882353,0.43529412 0.03596695,0.40134567,0.05422913,0.44179159 0.02487508,0.42812380,0.06532100,0.44638598 0.03137255,0.42352942,0.05882353,0.45098040 0.03596695,0.41703194,0.05422913,0.45747787 0.02487508,0.44381008,0.06532100,0.46207225 0.03137255,0.43921569,0.05882353,0.46666667 0.03596695,0.43271822,0.05422913,0.47316414 0.02487508,0.45949638,0.06532100,0.47775853 0.03137255,0.45490196,0.05882353,0.48235294 0.03596695,0.44840449,0.05422913,0.48885041 0.02487508,0.47518265,0.06532100,0.49344480 0.03137255,0.47058824,0.05882353,0.49803922 0.03596695,0.46409076,0.05422913,0.50453669 0.02487508,0.49086893,0.06532100,0.50913107 0.03137255,0.48627451,0.05882353,0.51372552 0.03596695,0.47977704,0.05422913,0.52022296 0.02487508,0.50655520,0.06532100,0.52481735 0.03137255,0.50196081,0.05882353,0.52941179 0.03596695,0.49546331,0.05422913,0.53590924 0.02487508,0.52224147,0.06532100,0.54050362 0.03137255,0.51764709,0.05882353,0.54509807 0.03596695,0.51114959,0.05422913,0.55159551 0.02487508,0.53792775,0.06532100,0.55618989 0.03137255,0.53333336,0.05882353,0.56078434 0.03596695,0.52683586,0.05422913,0.56728178 0.02487508,0.55361402,0.06532100,0.57187617 0.03137255,0.54901963,0.05882353,0.57647061 0.03596695,0.54252213,0.05422913,0.58296806 0.02487508,0.56930029,0.06532100,0.58756244 0.03137255,0.56470591,0.05882353,0.59215689 0.03596695,0.55820841,0.05422913,0.59865433 0.02487508,0.58498657,0.06532100,0.60324872 0.03137255,0.58039218,0.05882353,0.60784316 0.03596695,0.57389468,0.05422913,0.61434060 0.02487508,0.60067284,0.06532100,0.61893499 0.03137255,0.59607846,0.05882353,0.62352943 0.03596695,0.58958095,0.05422913,0.63002688 0.02487508,0.61635911,0.06532100,0.63462126 0.03137255,0.61176473,0.05882353,0.63921571 0.03596695,0.60526723,0.05422913,0.64571315 0.02487508,0.63204539,0.06532100,0.65030754 0.03137255,0.62745100,0.05882353,0.65490198 0.03596695,0.62095350,0.05422913,0.66139942 0.02487508,0.64773166,0.06532100,0.66599381 0.03137255,0.64313728,0.05882353,0.67058825 0.03596695,0.63663977,0.05422913,0.67708570 0.02487508,0.66341794,0.06532100,0.68168008 0.03137255,0.65882355,0.05882353,0.68627453 0.03596695,0.65232605,0.05422913,0.69277197 0.02487508,0.67910421,0.06532100,0.69736636 0.03137255,0.67450982,0.05882353,0.70196080 0.03596695,0.66801232,0.05422913,0.70845824 0.02487508,0.69479048,0.06532100,0.71305263 0.03137255,0.69019610,0.05882353,0.71764708 0.03596695,0.68369859,0.05422913,0.72414452 0.02487508,0.71047676,0.06532100,0.72873890 0.03137255,0.70588237,0.05882353,0.73333335 0.03596695,0.69938487,0.05422913,0.73983079 0.02487508,0.72616303,0.06532100,0.74442518 0.03137255,0.72156864,0.05882353,0.74901962 0.03596695,0.71507114,0.05422913,0.75551707 0.02487508,0.74184930,0.06532100,0.76011145 0.03137255,0.73725492,0.05882353,0.76470590 0.03596695,0.73075742,0.05422913,0.77120334 0.02487508,0.75753558,0.06532100,0.77579772 0.03137255,0.75294119,0.05882353,0.78039217 0.03596695,0.74644369,0.05422913,0.78688961 0.02487508,0.77322185,0.06532100,0.79148400 0.03137255,0.76862746,0.05882353,0.79607844 0.03596695,0.76212996,0.05422913,0.80257589 0.02487508,0.78890812,0.06532100,0.80717033 0.03137255,0.78431374,0.05882353,0.81176472 0.03596695,0.77781624,0.05422913,0.81826216 0.02487508,0.80459440,0.06532100,0.82285661 0.03137255,0.80000001,0.05882353,0.82745099 0.03596695,0.79350251,0.05422913,0.83394843 0.02487508,0.82028067,0.06532100,0.83854288 0.03137255,0.81568629,0.05882353,0.84313726 0.03596695,0.80918878,0.05422913,0.84963471 0.02487508,0.83596694,0.06532100,0.85422915 0.03137255,0.83137256,0.05882353,0.85882354 0.03596695,0.82487506,0.05422913,0.86532098 0.02487508,0.85165322,0.06532100,0.86991543 0.03137255,0.84705883,0.05882353,0.87450981 0.03596695,0.84056133,0.05422913,0.88100725 0.02487508,0.86733949,0.06532100,0.88560170 0.03137255,0.86274511,0.05882353,0.89019608 0.03596695,0.85624760,0.05422913,0.89669353 0.02487508,0.88302577,0.06532100,0.90128797 0.03137255,0.87843138,0.05882353,0.90588236 0.03596695,0.87193388,0.05422913,0.91237980 0.02487508,0.89871204,0.06532100,0.91697425 0.03137255,0.89411765,0.05882353,0.92156863 0.03596695,0.88762015,0.05422913,0.92806607 0.02487508,0.91439831,0.06532100,0.93266052 0.03137255,0.90980393,0.05882353,0.93725491 0.03596695,0.90330642,0.05422913,0.94375235 0.02487508,0.93008459,0.06532100,0.94834679 0.03137255,0.92549020,0.05882353,0.95294118 0.03596695,0.91899276,0.05422913,0.95943862 0.02487508,0.94577086,0.06532100,0.96403307 0.03137255,0.94117647,0.05882353,0.96862745 0.03596695,0.93467903,0.05422913,0.97512490 0.02487508,0.96145713,0.06532100,0.97971934 0.03137255,0.95686275,0.05882353,0.98431373 0.03596695,0.95036530,0.05422913,0.99081117 0.02487508,0.97714341,0.06532100,0.99540561 0.03137255,0.97254902,0.05882353,1.00000000 0.03596695,0.96605158,0.05422913,1.00649750 0.04056136,-0.01109187,0.08100727,0.00717030 0.04705882,-0.01568628,0.07450981,0.01176471 0.05165323,-0.02218374,0.06991540,0.01826217 0.04056136,0.00459440,0.08100727,0.02285658 0.04705882,0.00000000,0.07450981,0.02745098 0.05165323,-0.00649747,0.06991540,0.03394845 0.04056136,0.02028068,0.08100727,0.03854285 0.04705882,0.01568628,0.07450981,0.04313726 0.05165323,0.00918881,0.06991540,0.04963472 0.04056136,0.03596695,0.08100727,0.05422913 0.04705882,0.03137255,0.07450981,0.05882353 0.05165323,0.02487508,0.06991540,0.06532100 0.04056136,0.05165323,0.08100727,0.06991540 0.04705882,0.04705882,0.07450981,0.07450981 0.05165323,0.04056136,0.06991540,0.08100727 0.04056136,0.06733950,0.08100727,0.08560167 0.04705882,0.06274510,0.07450981,0.09019608 0.05165323,0.05624763,0.06991540,0.09669355 0.04056136,0.08302578,0.08100727,0.10128795 0.04705882,0.07843138,0.07450981,0.10588235 0.05165323,0.07193390,0.06991540,0.11237982 0.04056136,0.09871205,0.08100727,0.11697423 0.04705882,0.09411765,0.07450981,0.12156863 0.05165323,0.08762018,0.06991540,0.12806609 0.04056136,0.11439832,0.08100727,0.13266049 0.04705882,0.10980392,0.07450981,0.13725491 0.05165323,0.10330646,0.06991540,0.14375237 0.04056136,0.13008460,0.08100727,0.14834677 0.04705882,0.12549020,0.07450981,0.15294118 0.05165323,0.11899273,0.06991540,0.15943864 0.04056136,0.14577088,0.08100727,0.16403304 0.04705882,0.14117648,0.07450981,0.16862746 0.05165323,0.13467900,0.06991540,0.17512491 0.04056136,0.16145715,0.08100727,0.17971933 0.04705882,0.15686275,0.07450981,0.18431373 0.05165323,0.15036528,0.06991540,0.19081119 0.04056136,0.17714342,0.08100727,0.19540560 0.04705882,0.17254902,0.07450981,0.20000000 0.05165323,0.16605155,0.06991540,0.20649746 0.04056136,0.19282970,0.08100727,0.21109188 0.04705882,0.18823530,0.07450981,0.21568628 0.05165323,0.18173783,0.06991540,0.22218375 0.04056136,0.20851597,0.08100727,0.22677815 0.04705882,0.20392157,0.07450981,0.23137255 0.05165323,0.19742410,0.06991540,0.23787002 0.04056136,0.22420225,0.08100727,0.24246442 0.04705882,0.21960784,0.07450981,0.24705882 0.05165323,0.21311037,0.06991540,0.25355628 0.04056136,0.23988852,0.08100727,0.25815070 0.04705882,0.23529412,0.07450981,0.26274511 0.05165323,0.22879665,0.06991540,0.26924255 0.04056136,0.25557479,0.08100727,0.27383697 0.04705882,0.25098041,0.07450981,0.27843139 0.05165323,0.24448292,0.06991540,0.28492883 0.04056136,0.27126107,0.08100727,0.28952324 0.04705882,0.26666668,0.07450981,0.29411766 0.05165323,0.26016921,0.06991540,0.30061510 0.04056136,0.28694734,0.08100727,0.30520952 0.04705882,0.28235295,0.07450981,0.30980393 0.05165323,0.27585548,0.06991540,0.31630138 0.04056136,0.30263361,0.08100727,0.32089579 0.04705882,0.29803923,0.07450981,0.32549021 0.05165323,0.29154176,0.06991540,0.33198765 0.04056136,0.31831989,0.08100727,0.33658206 0.04705882,0.31372550,0.07450981,0.34117648 0.05165323,0.30722803,0.06991540,0.34767395 0.04056136,0.33400616,0.08100727,0.35226834 0.04705882,0.32941177,0.07450981,0.35686275 0.05165323,0.32291430,0.06991540,0.36336023 0.04056136,0.34969243,0.08100727,0.36795461 0.04705882,0.34509805,0.07450981,0.37254903 0.05165323,0.33860058,0.06991540,0.37904650 0.04056136,0.36537871,0.08100727,0.38364089 0.04705882,0.36078432,0.07450981,0.38823530 0.05165323,0.35428685,0.06991540,0.39473277 0.04056136,0.38106498,0.08100727,0.39932716 0.04705882,0.37647060,0.07450981,0.40392157 0.05165323,0.36997312,0.06991540,0.41041905 0.04056136,0.39675125,0.08100727,0.41501343 0.04705882,0.39215687,0.07450981,0.41960785 0.05165323,0.38565940,0.06991540,0.42610532 0.04056136,0.41243753,0.08100727,0.43069971 0.04705882,0.40784314,0.07450981,0.43529412 0.05165323,0.40134567,0.06991540,0.44179159 0.04056136,0.42812380,0.08100727,0.44638598 0.04705882,0.42352942,0.07450981,0.45098040 0.05165323,0.41703194,0.06991540,0.45747787 0.04056136,0.44381008,0.08100727,0.46207225 0.04705882,0.43921569,0.07450981,0.46666667 0.05165323,0.43271822,0.06991540,0.47316414 0.04056136,0.45949638,0.08100727,0.47775853 0.04705882,0.45490196,0.07450981,0.48235294 0.05165323,0.44840449,0.06991540,0.48885041 0.04056136,0.47518265,0.08100727,0.49344480 0.04705882,0.47058824,0.07450981,0.49803922 0.05165323,0.46409076,0.06991540,0.50453669 0.04056136,0.49086893,0.08100727,0.50913107 0.04705882,0.48627451,0.07450981,0.51372552 0.05165323,0.47977704,0.06991540,0.52022296 0.04056136,0.50655520,0.08100727,0.52481735 0.04705882,0.50196081,0.07450981,0.52941179 0.05165323,0.49546331,0.06991540,0.53590924 0.04056136,0.52224147,0.08100727,0.54050362 0.04705882,0.51764709,0.07450981,0.54509807 0.05165323,0.51114959,0.06991540,0.55159551 0.04056136,0.53792775,0.08100727,0.55618989 0.04705882,0.53333336,0.07450981,0.56078434 0.05165323,0.52683586,0.06991540,0.56728178 0.04056136,0.55361402,0.08100727,0.57187617 0.04705882,0.54901963,0.07450981,0.57647061 0.05165323,0.54252213,0.06991540,0.58296806 0.04056136,0.56930029,0.08100727,0.58756244 0.04705882,0.56470591,0.07450981,0.59215689 0.05165323,0.55820841,0.06991540,0.59865433 0.04056136,0.58498657,0.08100727,0.60324872 0.04705882,0.58039218,0.07450981,0.60784316 0.05165323,0.57389468,0.06991540,0.61434060 0.04056136,0.60067284,0.08100727,0.61893499 0.04705882,0.59607846,0.07450981,0.62352943 0.05165323,0.58958095,0.06991540,0.63002688 0.04056136,0.61635911,0.08100727,0.63462126 0.04705882,0.61176473,0.07450981,0.63921571 0.05165323,0.60526723,0.06991540,0.64571315 0.04056136,0.63204539,0.08100727,0.65030754 0.04705882,0.62745100,0.07450981,0.65490198 0.05165323,0.62095350,0.06991540,0.66139942 0.04056136,0.64773166,0.08100727,0.66599381 0.04705882,0.64313728,0.07450981,0.67058825 0.05165323,0.63663977,0.06991540,0.67708570 0.04056136,0.66341794,0.08100727,0.68168008 0.04705882,0.65882355,0.07450981,0.68627453 0.05165323,0.65232605,0.06991540,0.69277197 0.04056136,0.67910421,0.08100727,0.69736636 0.04705882,0.67450982,0.07450981,0.70196080 0.05165323,0.66801232,0.06991540,0.70845824 0.04056136,0.69479048,0.08100727,0.71305263 0.04705882,0.69019610,0.07450981,0.71764708 0.05165323,0.68369859,0.06991540,0.72414452 0.04056136,0.71047676,0.08100727,0.72873890 0.04705882,0.70588237,0.07450981,0.73333335 0.05165323,0.69938487,0.06991540,0.73983079 0.04056136,0.72616303,0.08100727,0.74442518 0.04705882,0.72156864,0.07450981,0.74901962 0.05165323,0.71507114,0.06991540,0.75551707 0.04056136,0.74184930,0.08100727,0.76011145 0.04705882,0.73725492,0.07450981,0.76470590 0.05165323,0.73075742,0.06991540,0.77120334 0.04056136,0.75753558,0.08100727,0.77579772 0.04705882,0.75294119,0.07450981,0.78039217 0.05165323,0.74644369,0.06991540,0.78688961 0.04056136,0.77322185,0.08100727,0.79148400 0.04705882,0.76862746,0.07450981,0.79607844 0.05165323,0.76212996,0.06991540,0.80257589 0.04056136,0.78890812,0.08100727,0.80717033 0.04705882,0.78431374,0.07450981,0.81176472 0.05165323,0.77781624,0.06991540,0.81826216 0.04056136,0.80459440,0.08100727,0.82285661 0.04705882,0.80000001,0.07450981,0.82745099 0.05165323,0.79350251,0.06991540,0.83394843 0.04056136,0.82028067,0.08100727,0.83854288 0.04705882,0.81568629,0.07450981,0.84313726 0.05165323,0.80918878,0.06991540,0.84963471 0.04056136,0.83596694,0.08100727,0.85422915 0.04705882,0.83137256,0.07450981,0.85882354 0.05165323,0.82487506,0.06991540,0.86532098 0.04056136,0.85165322,0.08100727,0.86991543 0.04705882,0.84705883,0.07450981,0.87450981 0.05165323,0.84056133,0.06991540,0.88100725 0.04056136,0.86733949,0.08100727,0.88560170 0.04705882,0.86274511,0.07450981,0.89019608 0.05165323,0.85624760,0.06991540,0.89669353 0.04056136,0.88302577,0.08100727,0.90128797 0.04705882,0.87843138,0.07450981,0.90588236 0.05165323,0.87193388,0.06991540,0.91237980 0.04056136,0.89871204,0.08100727,0.91697425 0.04705882,0.89411765,0.07450981,0.92156863 0.05165323,0.88762015,0.06991540,0.92806607 0.04056136,0.91439831,0.08100727,0.93266052 0.04705882,0.90980393,0.07450981,0.93725491 0.05165323,0.90330642,0.06991540,0.94375235 0.04056136,0.93008459,0.08100727,0.94834679 0.04705882,0.92549020,0.07450981,0.95294118 0.05165323,0.91899276,0.06991540,0.95943862 0.04056136,0.94577086,0.08100727,0.96403307 0.04705882,0.94117647,0.07450981,0.96862745 0.05165323,0.93467903,0.06991540,0.97512490 0.04056136,0.96145713,0.08100727,0.97971934 0.04705882,0.95686275,0.07450981,0.98431373 0.05165323,0.95036530,0.06991540,0.99081117 0.04056136,0.97714341,0.08100727,0.99540561 0.04705882,0.97254902,0.07450981,1.00000000 0.05165323,0.96605158,0.06991540,1.00649750 0.05624763,-0.01109187,0.09669355,0.00717030 0.06274510,-0.01568628,0.09019608,0.01176471 0.06733950,-0.02218374,0.08560167,0.01826217 0.05624763,0.00459440,0.09669355,0.02285658 0.06274510,0.00000000,0.09019608,0.02745098 0.06733950,-0.00649747,0.08560167,0.03394845 0.05624763,0.02028068,0.09669355,0.03854285 0.06274510,0.01568628,0.09019608,0.04313726 0.06733950,0.00918881,0.08560167,0.04963472 0.05624763,0.03596695,0.09669355,0.05422913 0.06274510,0.03137255,0.09019608,0.05882353 0.06733950,0.02487508,0.08560167,0.06532100 0.05624763,0.05165323,0.09669355,0.06991540 0.06274510,0.04705882,0.09019608,0.07450981 0.06733950,0.04056136,0.08560167,0.08100727 0.05624763,0.06733950,0.09669355,0.08560167 0.06274510,0.06274510,0.09019608,0.09019608 0.06733950,0.05624763,0.08560167,0.09669355 0.05624763,0.08302578,0.09669355,0.10128795 0.06274510,0.07843138,0.09019608,0.10588235 0.06733950,0.07193390,0.08560167,0.11237982 0.05624763,0.09871205,0.09669355,0.11697423 0.06274510,0.09411765,0.09019608,0.12156863 0.06733950,0.08762018,0.08560167,0.12806609 0.05624763,0.11439832,0.09669355,0.13266049 0.06274510,0.10980392,0.09019608,0.13725491 0.06733950,0.10330646,0.08560167,0.14375237 0.05624763,0.13008460,0.09669355,0.14834677 0.06274510,0.12549020,0.09019608,0.15294118 0.06733950,0.11899273,0.08560167,0.15943864 0.05624763,0.14577088,0.09669355,0.16403304 0.06274510,0.14117648,0.09019608,0.16862746 0.06733950,0.13467900,0.08560167,0.17512491 0.05624763,0.16145715,0.09669355,0.17971933 0.06274510,0.15686275,0.09019608,0.18431373 0.06733950,0.15036528,0.08560167,0.19081119 0.05624763,0.17714342,0.09669355,0.19540560 0.06274510,0.17254902,0.09019608,0.20000000 0.06733950,0.16605155,0.08560167,0.20649746 0.05624763,0.19282970,0.09669355,0.21109188 0.06274510,0.18823530,0.09019608,0.21568628 0.06733950,0.18173783,0.08560167,0.22218375 0.05624763,0.20851597,0.09669355,0.22677815 0.06274510,0.20392157,0.09019608,0.23137255 0.06733950,0.19742410,0.08560167,0.23787002 0.05624763,0.22420225,0.09669355,0.24246442 0.06274510,0.21960784,0.09019608,0.24705882 0.06733950,0.21311037,0.08560167,0.25355628 0.05624763,0.23988852,0.09669355,0.25815070 0.06274510,0.23529412,0.09019608,0.26274511 0.06733950,0.22879665,0.08560167,0.26924255 0.05624763,0.25557479,0.09669355,0.27383697 0.06274510,0.25098041,0.09019608,0.27843139 0.06733950,0.24448292,0.08560167,0.28492883 0.05624763,0.27126107,0.09669355,0.28952324 0.06274510,0.26666668,0.09019608,0.29411766 0.06733950,0.26016921,0.08560167,0.30061510 0.05624763,0.28694734,0.09669355,0.30520952 0.06274510,0.28235295,0.09019608,0.30980393 0.06733950,0.27585548,0.08560167,0.31630138 0.05624763,0.30263361,0.09669355,0.32089579 0.06274510,0.29803923,0.09019608,0.32549021 0.06733950,0.29154176,0.08560167,0.33198765 0.05624763,0.31831989,0.09669355,0.33658206 0.06274510,0.31372550,0.09019608,0.34117648 0.06733950,0.30722803,0.08560167,0.34767395 0.05624763,0.33400616,0.09669355,0.35226834 0.06274510,0.32941177,0.09019608,0.35686275 0.06733950,0.32291430,0.08560167,0.36336023 0.05624763,0.34969243,0.09669355,0.36795461 0.06274510,0.34509805,0.09019608,0.37254903 0.06733950,0.33860058,0.08560167,0.37904650 0.05624763,0.36537871,0.09669355,0.38364089 0.06274510,0.36078432,0.09019608,0.38823530 0.06733950,0.35428685,0.08560167,0.39473277 0.05624763,0.38106498,0.09669355,0.39932716 0.06274510,0.37647060,0.09019608,0.40392157 0.06733950,0.36997312,0.08560167,0.41041905 0.05624763,0.39675125,0.09669355,0.41501343 0.06274510,0.39215687,0.09019608,0.41960785 0.06733950,0.38565940,0.08560167,0.42610532 0.05624763,0.41243753,0.09669355,0.43069971 0.06274510,0.40784314,0.09019608,0.43529412 0.06733950,0.40134567,0.08560167,0.44179159 0.05624763,0.42812380,0.09669355,0.44638598 0.06274510,0.42352942,0.09019608,0.45098040 0.06733950,0.41703194,0.08560167,0.45747787 0.05624763,0.44381008,0.09669355,0.46207225 0.06274510,0.43921569,0.09019608,0.46666667 0.06733950,0.43271822,0.08560167,0.47316414 0.05624763,0.45949638,0.09669355,0.47775853 0.06274510,0.45490196,0.09019608,0.48235294 0.06733950,0.44840449,0.08560167,0.48885041 0.05624763,0.47518265,0.09669355,0.49344480 0.06274510,0.47058824,0.09019608,0.49803922 0.06733950,0.46409076,0.08560167,0.50453669 0.05624763,0.49086893,0.09669355,0.50913107 0.06274510,0.48627451,0.09019608,0.51372552 0.06733950,0.47977704,0.08560167,0.52022296 0.05624763,0.50655520,0.09669355,0.52481735 0.06274510,0.50196081,0.09019608,0.52941179 0.06733950,0.49546331,0.08560167,0.53590924 0.05624763,0.52224147,0.09669355,0.54050362 0.06274510,0.51764709,0.09019608,0.54509807 0.06733950,0.51114959,0.08560167,0.55159551 0.05624763,0.53792775,0.09669355,0.55618989 0.06274510,0.53333336,0.09019608,0.56078434 0.06733950,0.52683586,0.08560167,0.56728178 0.05624763,0.55361402,0.09669355,0.57187617 0.06274510,0.54901963,0.09019608,0.57647061 0.06733950,0.54252213,0.08560167,0.58296806 0.05624763,0.56930029,0.09669355,0.58756244 0.06274510,0.56470591,0.09019608,0.59215689 0.06733950,0.55820841,0.08560167,0.59865433 0.05624763,0.58498657,0.09669355,0.60324872 0.06274510,0.58039218,0.09019608,0.60784316 0.06733950,0.57389468,0.08560167,0.61434060 0.05624763,0.60067284,0.09669355,0.61893499 0.06274510,0.59607846,0.09019608,0.62352943 0.06733950,0.58958095,0.08560167,0.63002688 0.05624763,0.61635911,0.09669355,0.63462126 0.06274510,0.61176473,0.09019608,0.63921571 0.06733950,0.60526723,0.08560167,0.64571315 0.05624763,0.63204539,0.09669355,0.65030754 0.06274510,0.62745100,0.09019608,0.65490198 0.06733950,0.62095350,0.08560167,0.66139942 0.05624763,0.64773166,0.09669355,0.66599381 0.06274510,0.64313728,0.09019608,0.67058825 0.06733950,0.63663977,0.08560167,0.67708570 0.05624763,0.66341794,0.09669355,0.68168008 0.06274510,0.65882355,0.09019608,0.68627453 0.06733950,0.65232605,0.08560167,0.69277197 0.05624763,0.67910421,0.09669355,0.69736636 0.06274510,0.67450982,0.09019608,0.70196080 0.06733950,0.66801232,0.08560167,0.70845824 0.05624763,0.69479048,0.09669355,0.71305263 0.06274510,0.69019610,0.09019608,0.71764708 0.06733950,0.68369859,0.08560167,0.72414452 0.05624763,0.71047676,0.09669355,0.72873890 0.06274510,0.70588237,0.09019608,0.73333335 0.06733950,0.69938487,0.08560167,0.73983079 0.05624763,0.72616303,0.09669355,0.74442518 0.06274510,0.72156864,0.09019608,0.74901962 0.06733950,0.71507114,0.08560167,0.75551707 0.05624763,0.74184930,0.09669355,0.76011145 0.06274510,0.73725492,0.09019608,0.76470590 0.06733950,0.73075742,0.08560167,0.77120334 0.05624763,0.75753558,0.09669355,0.77579772 0.06274510,0.75294119,0.09019608,0.78039217 0.06733950,0.74644369,0.08560167,0.78688961 0.05624763,0.77322185,0.09669355,0.79148400 0.06274510,0.76862746,0.09019608,0.79607844 0.06733950,0.76212996,0.08560167,0.80257589 0.05624763,0.78890812,0.09669355,0.80717033 0.06274510,0.78431374,0.09019608,0.81176472 0.06733950,0.77781624,0.08560167,0.81826216 0.05624763,0.80459440,0.09669355,0.82285661 0.06274510,0.80000001,0.09019608,0.82745099 0.06733950,0.79350251,0.08560167,0.83394843 0.05624763,0.82028067,0.09669355,0.83854288 0.06274510,0.81568629,0.09019608,0.84313726 0.06733950,0.80918878,0.08560167,0.84963471 0.05624763,0.83596694,0.09669355,0.85422915 0.06274510,0.83137256,0.09019608,0.85882354 0.06733950,0.82487506,0.08560167,0.86532098 0.05624763,0.85165322,0.09669355,0.86991543 0.06274510,0.84705883,0.09019608,0.87450981 0.06733950,0.84056133,0.08560167,0.88100725 0.05624763,0.86733949,0.09669355,0.88560170 0.06274510,0.86274511,0.09019608,0.89019608 0.06733950,0.85624760,0.08560167,0.89669353 0.05624763,0.88302577,0.09669355,0.90128797 0.06274510,0.87843138,0.09019608,0.90588236 0.06733950,0.87193388,0.08560167,0.91237980 0.05624763,0.89871204,0.09669355,0.91697425 0.06274510,0.89411765,0.09019608,0.92156863 0.06733950,0.88762015,0.08560167,0.92806607 0.05624763,0.91439831,0.09669355,0.93266052 0.06274510,0.90980393,0.09019608,0.93725491 0.06733950,0.90330642,0.08560167,0.94375235 0.05624763,0.93008459,0.09669355,0.94834679 0.06274510,0.92549020,0.09019608,0.95294118 0.06733950,0.91899276,0.08560167,0.95943862 0.05624763,0.94577086,0.09669355,0.96403307 0.06274510,0.94117647,0.09019608,0.96862745 0.06733950,0.93467903,0.08560167,0.97512490 0.05624763,0.96145713,0.09669355,0.97971934 0.06274510,0.95686275,0.09019608,0.98431373 0.06733950,0.95036530,0.08560167,0.99081117 0.05624763,0.97714341,0.09669355,0.99540561 0.06274510,0.97254902,0.09019608,1.00000000 0.06733950,0.96605158,0.08560167,1.00649750 0.07193390,-0.01109187,0.11237982,0.00717030 0.07843138,-0.01568628,0.10588235,0.01176471 0.08302578,-0.02218374,0.10128795,0.01826217 0.07193390,0.00459440,0.11237982,0.02285658 0.07843138,0.00000000,0.10588235,0.02745098 0.08302578,-0.00649747,0.10128795,0.03394845 0.07193390,0.02028068,0.11237982,0.03854285 0.07843138,0.01568628,0.10588235,0.04313726 0.08302578,0.00918881,0.10128795,0.04963472 0.07193390,0.03596695,0.11237982,0.05422913 0.07843138,0.03137255,0.10588235,0.05882353 0.08302578,0.02487508,0.10128795,0.06532100 0.07193390,0.05165323,0.11237982,0.06991540 0.07843138,0.04705882,0.10588235,0.07450981 0.08302578,0.04056136,0.10128795,0.08100727 0.07193390,0.06733950,0.11237982,0.08560167 0.07843138,0.06274510,0.10588235,0.09019608 0.08302578,0.05624763,0.10128795,0.09669355 0.07193390,0.08302578,0.11237982,0.10128795 0.07843138,0.07843138,0.10588235,0.10588235 0.08302578,0.07193390,0.10128795,0.11237982 0.07193390,0.09871205,0.11237982,0.11697423 0.07843138,0.09411765,0.10588235,0.12156863 0.08302578,0.08762018,0.10128795,0.12806609 0.07193390,0.11439832,0.11237982,0.13266049 0.07843138,0.10980392,0.10588235,0.13725491 0.08302578,0.10330646,0.10128795,0.14375237 0.07193390,0.13008460,0.11237982,0.14834677 0.07843138,0.12549020,0.10588235,0.15294118 0.08302578,0.11899273,0.10128795,0.15943864 0.07193390,0.14577088,0.11237982,0.16403304 0.07843138,0.14117648,0.10588235,0.16862746 0.08302578,0.13467900,0.10128795,0.17512491 0.07193390,0.16145715,0.11237982,0.17971933 0.07843138,0.15686275,0.10588235,0.18431373 0.08302578,0.15036528,0.10128795,0.19081119 0.07193390,0.17714342,0.11237982,0.19540560 0.07843138,0.17254902,0.10588235,0.20000000 0.08302578,0.16605155,0.10128795,0.20649746 0.07193390,0.19282970,0.11237982,0.21109188 0.07843138,0.18823530,0.10588235,0.21568628 0.08302578,0.18173783,0.10128795,0.22218375 0.07193390,0.20851597,0.11237982,0.22677815 0.07843138,0.20392157,0.10588235,0.23137255 0.08302578,0.19742410,0.10128795,0.23787002 0.07193390,0.22420225,0.11237982,0.24246442 0.07843138,0.21960784,0.10588235,0.24705882 0.08302578,0.21311037,0.10128795,0.25355628 0.07193390,0.23988852,0.11237982,0.25815070 0.07843138,0.23529412,0.10588235,0.26274511 0.08302578,0.22879665,0.10128795,0.26924255 0.07193390,0.25557479,0.11237982,0.27383697 0.07843138,0.25098041,0.10588235,0.27843139 0.08302578,0.24448292,0.10128795,0.28492883 0.07193390,0.27126107,0.11237982,0.28952324 0.07843138,0.26666668,0.10588235,0.29411766 0.08302578,0.26016921,0.10128795,0.30061510 0.07193390,0.28694734,0.11237982,0.30520952 0.07843138,0.28235295,0.10588235,0.30980393 0.08302578,0.27585548,0.10128795,0.31630138 0.07193390,0.30263361,0.11237982,0.32089579 0.07843138,0.29803923,0.10588235,0.32549021 0.08302578,0.29154176,0.10128795,0.33198765 0.07193390,0.31831989,0.11237982,0.33658206 0.07843138,0.31372550,0.10588235,0.34117648 0.08302578,0.30722803,0.10128795,0.34767395 0.07193390,0.33400616,0.11237982,0.35226834 0.07843138,0.32941177,0.10588235,0.35686275 0.08302578,0.32291430,0.10128795,0.36336023 0.07193390,0.34969243,0.11237982,0.36795461 0.07843138,0.34509805,0.10588235,0.37254903 0.08302578,0.33860058,0.10128795,0.37904650 0.07193390,0.36537871,0.11237982,0.38364089 0.07843138,0.36078432,0.10588235,0.38823530 0.08302578,0.35428685,0.10128795,0.39473277 0.07193390,0.38106498,0.11237982,0.39932716 0.07843138,0.37647060,0.10588235,0.40392157 0.08302578,0.36997312,0.10128795,0.41041905 0.07193390,0.39675125,0.11237982,0.41501343 0.07843138,0.39215687,0.10588235,0.41960785 0.08302578,0.38565940,0.10128795,0.42610532 0.07193390,0.41243753,0.11237982,0.43069971 0.07843138,0.40784314,0.10588235,0.43529412 0.08302578,0.40134567,0.10128795,0.44179159 0.07193390,0.42812380,0.11237982,0.44638598 0.07843138,0.42352942,0.10588235,0.45098040 0.08302578,0.41703194,0.10128795,0.45747787 0.07193390,0.44381008,0.11237982,0.46207225 0.07843138,0.43921569,0.10588235,0.46666667 0.08302578,0.43271822,0.10128795,0.47316414 0.07193390,0.45949638,0.11237982,0.47775853 0.07843138,0.45490196,0.10588235,0.48235294 0.08302578,0.44840449,0.10128795,0.48885041 0.07193390,0.47518265,0.11237982,0.49344480 0.07843138,0.47058824,0.10588235,0.49803922 0.08302578,0.46409076,0.10128795,0.50453669 0.07193390,0.49086893,0.11237982,0.50913107 0.07843138,0.48627451,0.10588235,0.51372552 0.08302578,0.47977704,0.10128795,0.52022296 0.07193390,0.50655520,0.11237982,0.52481735 0.07843138,0.50196081,0.10588235,0.52941179 0.08302578,0.49546331,0.10128795,0.53590924 0.07193390,0.52224147,0.11237982,0.54050362 0.07843138,0.51764709,0.10588235,0.54509807 0.08302578,0.51114959,0.10128795,0.55159551 0.07193390,0.53792775,0.11237982,0.55618989 0.07843138,0.53333336,0.10588235,0.56078434 0.08302578,0.52683586,0.10128795,0.56728178 0.07193390,0.55361402,0.11237982,0.57187617 0.07843138,0.54901963,0.10588235,0.57647061 0.08302578,0.54252213,0.10128795,0.58296806 0.07193390,0.56930029,0.11237982,0.58756244 0.07843138,0.56470591,0.10588235,0.59215689 0.08302578,0.55820841,0.10128795,0.59865433 0.07193390,0.58498657,0.11237982,0.60324872 0.07843138,0.58039218,0.10588235,0.60784316 0.08302578,0.57389468,0.10128795,0.61434060 0.07193390,0.60067284,0.11237982,0.61893499 0.07843138,0.59607846,0.10588235,0.62352943 0.08302578,0.58958095,0.10128795,0.63002688 0.07193390,0.61635911,0.11237982,0.63462126 0.07843138,0.61176473,0.10588235,0.63921571 0.08302578,0.60526723,0.10128795,0.64571315 0.07193390,0.63204539,0.11237982,0.65030754 0.07843138,0.62745100,0.10588235,0.65490198 0.08302578,0.62095350,0.10128795,0.66139942 0.07193390,0.64773166,0.11237982,0.66599381 0.07843138,0.64313728,0.10588235,0.67058825 0.08302578,0.63663977,0.10128795,0.67708570 0.07193390,0.66341794,0.11237982,0.68168008 0.07843138,0.65882355,0.10588235,0.68627453 0.08302578,0.65232605,0.10128795,0.69277197 0.07193390,0.67910421,0.11237982,0.69736636 0.07843138,0.67450982,0.10588235,0.70196080 0.08302578,0.66801232,0.10128795,0.70845824 0.07193390,0.69479048,0.11237982,0.71305263 0.07843138,0.69019610,0.10588235,0.71764708 0.08302578,0.68369859,0.10128795,0.72414452 0.07193390,0.71047676,0.11237982,0.72873890 0.07843138,0.70588237,0.10588235,0.73333335 0.08302578,0.69938487,0.10128795,0.73983079 0.07193390,0.72616303,0.11237982,0.74442518 0.07843138,0.72156864,0.10588235,0.74901962 0.08302578,0.71507114,0.10128795,0.75551707 0.07193390,0.74184930,0.11237982,0.76011145 0.07843138,0.73725492,0.10588235,0.76470590 0.08302578,0.73075742,0.10128795,0.77120334 0.07193390,0.75753558,0.11237982,0.77579772 0.07843138,0.75294119,0.10588235,0.78039217 0.08302578,0.74644369,0.10128795,0.78688961 0.07193390,0.77322185,0.11237982,0.79148400 0.07843138,0.76862746,0.10588235,0.79607844 0.08302578,0.76212996,0.10128795,0.80257589 0.07193390,0.78890812,0.11237982,0.80717033 0.07843138,0.78431374,0.10588235,0.81176472 0.08302578,0.77781624,0.10128795,0.81826216 0.07193390,0.80459440,0.11237982,0.82285661 0.07843138,0.80000001,0.10588235,0.82745099 0.08302578,0.79350251,0.10128795,0.83394843 0.07193390,0.82028067,0.11237982,0.83854288 0.07843138,0.81568629,0.10588235,0.84313726 0.08302578,0.80918878,0.10128795,0.84963471 0.07193390,0.83596694,0.11237982,0.85422915 0.07843138,0.83137256,0.10588235,0.85882354 0.08302578,0.82487506,0.10128795,0.86532098 0.07193390,0.85165322,0.11237982,0.86991543 0.07843138,0.84705883,0.10588235,0.87450981 0.08302578,0.84056133,0.10128795,0.88100725 0.07193390,0.86733949,0.11237982,0.88560170 0.07843138,0.86274511,0.10588235,0.89019608 0.08302578,0.85624760,0.10128795,0.89669353 0.07193390,0.88302577,0.11237982,0.90128797 0.07843138,0.87843138,0.10588235,0.90588236 0.08302578,0.87193388,0.10128795,0.91237980 0.07193390,0.89871204,0.11237982,0.91697425 0.07843138,0.89411765,0.10588235,0.92156863 0.08302578,0.88762015,0.10128795,0.92806607 0.07193390,0.91439831,0.11237982,0.93266052 0.07843138,0.90980393,0.10588235,0.93725491 0.08302578,0.90330642,0.10128795,0.94375235 0.07193390,0.93008459,0.11237982,0.94834679 0.07843138,0.92549020,0.10588235,0.95294118 0.08302578,0.91899276,0.10128795,0.95943862 0.07193390,0.94577086,0.11237982,0.96403307 0.07843138,0.94117647,0.10588235,0.96862745 0.08302578,0.93467903,0.10128795,0.97512490 0.07193390,0.96145713,0.11237982,0.97971934 0.07843138,0.95686275,0.10588235,0.98431373 0.08302578,0.95036530,0.10128795,0.99081117 0.07193390,0.97714341,0.11237982,0.99540561 0.07843138,0.97254902,0.10588235,1.00000000 0.08302578,0.96605158,0.10128795,1.00649750 0.08762018,-0.01109187,0.12806609,0.00717030 0.09411765,-0.01568628,0.12156863,0.01176471 0.09871205,-0.02218374,0.11697423,0.01826217 0.08762018,0.00459440,0.12806609,0.02285658 0.09411765,0.00000000,0.12156863,0.02745098 0.09871205,-0.00649747,0.11697423,0.03394845 0.08762018,0.02028068,0.12806609,0.03854285 0.09411765,0.01568628,0.12156863,0.04313726 0.09871205,0.00918881,0.11697423,0.04963472 0.08762018,0.03596695,0.12806609,0.05422913 0.09411765,0.03137255,0.12156863,0.05882353 0.09871205,0.02487508,0.11697423,0.06532100 0.08762018,0.05165323,0.12806609,0.06991540 0.09411765,0.04705882,0.12156863,0.07450981 0.09871205,0.04056136,0.11697423,0.08100727 0.08762018,0.06733950,0.12806609,0.08560167 0.09411765,0.06274510,0.12156863,0.09019608 0.09871205,0.05624763,0.11697423,0.09669355 0.08762018,0.08302578,0.12806609,0.10128795 0.09411765,0.07843138,0.12156863,0.10588235 0.09871205,0.07193390,0.11697423,0.11237982 0.08762018,0.09871205,0.12806609,0.11697423 0.09411765,0.09411765,0.12156863,0.12156863 0.09871205,0.08762018,0.11697423,0.12806609 0.08762018,0.11439832,0.12806609,0.13266049 0.09411765,0.10980392,0.12156863,0.13725491 0.09871205,0.10330646,0.11697423,0.14375237 0.08762018,0.13008460,0.12806609,0.14834677 0.09411765,0.12549020,0.12156863,0.15294118 0.09871205,0.11899273,0.11697423,0.15943864 0.08762018,0.14577088,0.12806609,0.16403304 0.09411765,0.14117648,0.12156863,0.16862746 0.09871205,0.13467900,0.11697423,0.17512491 0.08762018,0.16145715,0.12806609,0.17971933 0.09411765,0.15686275,0.12156863,0.18431373 0.09871205,0.15036528,0.11697423,0.19081119 0.08762018,0.17714342,0.12806609,0.19540560 0.09411765,0.17254902,0.12156863,0.20000000 0.09871205,0.16605155,0.11697423,0.20649746 0.08762018,0.19282970,0.12806609,0.21109188 0.09411765,0.18823530,0.12156863,0.21568628 0.09871205,0.18173783,0.11697423,0.22218375 0.08762018,0.20851597,0.12806609,0.22677815 0.09411765,0.20392157,0.12156863,0.23137255 0.09871205,0.19742410,0.11697423,0.23787002 0.08762018,0.22420225,0.12806609,0.24246442 0.09411765,0.21960784,0.12156863,0.24705882 0.09871205,0.21311037,0.11697423,0.25355628 0.08762018,0.23988852,0.12806609,0.25815070 0.09411765,0.23529412,0.12156863,0.26274511 0.09871205,0.22879665,0.11697423,0.26924255 0.08762018,0.25557479,0.12806609,0.27383697 0.09411765,0.25098041,0.12156863,0.27843139 0.09871205,0.24448292,0.11697423,0.28492883 0.08762018,0.27126107,0.12806609,0.28952324 0.09411765,0.26666668,0.12156863,0.29411766 0.09871205,0.26016921,0.11697423,0.30061510 0.08762018,0.28694734,0.12806609,0.30520952 0.09411765,0.28235295,0.12156863,0.30980393 0.09871205,0.27585548,0.11697423,0.31630138 0.08762018,0.30263361,0.12806609,0.32089579 0.09411765,0.29803923,0.12156863,0.32549021 0.09871205,0.29154176,0.11697423,0.33198765 0.08762018,0.31831989,0.12806609,0.33658206 0.09411765,0.31372550,0.12156863,0.34117648 0.09871205,0.30722803,0.11697423,0.34767395 0.08762018,0.33400616,0.12806609,0.35226834 0.09411765,0.32941177,0.12156863,0.35686275 0.09871205,0.32291430,0.11697423,0.36336023 0.08762018,0.34969243,0.12806609,0.36795461 0.09411765,0.34509805,0.12156863,0.37254903 0.09871205,0.33860058,0.11697423,0.37904650 0.08762018,0.36537871,0.12806609,0.38364089 0.09411765,0.36078432,0.12156863,0.38823530 0.09871205,0.35428685,0.11697423,0.39473277 0.08762018,0.38106498,0.12806609,0.39932716 0.09411765,0.37647060,0.12156863,0.40392157 0.09871205,0.36997312,0.11697423,0.41041905 0.08762018,0.39675125,0.12806609,0.41501343 0.09411765,0.39215687,0.12156863,0.41960785 0.09871205,0.38565940,0.11697423,0.42610532 0.08762018,0.41243753,0.12806609,0.43069971 0.09411765,0.40784314,0.12156863,0.43529412 0.09871205,0.40134567,0.11697423,0.44179159 0.08762018,0.42812380,0.12806609,0.44638598 0.09411765,0.42352942,0.12156863,0.45098040 0.09871205,0.41703194,0.1169742

Hello,my dear friend ,can you send your tensorflow.dll, tensorflow.lib and include files to me ?I can't compile the dll from tensorflow source files. I really need it, my email:121649982@qq.com. thanks a lot

参考 https://github.com/guikarist/tensorflow-windows-build-script

@huyang7788
Copy link

you can get some special settings from infer_from_pb.ipynb, and getAnchors.ipynb can help you generate anchor files, the example file is main.cpp
mask.tar.gz

Thank you very much! I almost get the final result, but when I generate mask from the model output, I find it is so hard. Have you done this?

Hello,have you ever solved this problem? I also want to generate mask and box from the model output, please give me some hint if you solved it. Thank you

@yiakwy
Copy link

yiakwy commented Aug 25, 2020

@HardworkingPearl Hi I have resolved the problem several days ago and I provide an fully functional cpp inference engine in my open source project (POC status) SVSO. More details cound be found here :

https://github.com/yiakwy/SEMANTIC_VISUAL_SUPPORTED_ODEMETRY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants