├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── annotations ├── eval │ ├── expert │ │ ├── 2300.xml │ │ ├── 2301.xml │ │ ├── 2303.xml │ │ ├── 2304.xml │ │ ├── 2305.xml │ │ ├── 2306.xml │ │ ├── 2307.xml │ │ ├── 2308.xml │ │ ├── 2309.xml │ │ ├── 2310.xml │ │ ├── 2311.xml │ │ ├── 2312.xml │ │ ├── 2313.xml │ │ ├── 2316.xml │ │ ├── 2317.xml │ │ ├── 2318.xml │ │ ├── 2319.xml │ │ ├── 2320.xml │ │ ├── 2321.xml │ │ ├── 2322.xml │ │ ├── 2323.xml │ │ ├── 2324.xml │ │ ├── 2325.xml │ │ ├── 2326.xml │ │ ├── 2327.xml │ │ ├── 2328.xml │ │ ├── 2329.xml │ │ ├── 2330.xml │ │ ├── 2331.xml │ │ ├── 2332.xml │ │ ├── 2333.xml │ │ ├── 2336.xml │ │ ├── 2337.xml │ │ ├── 2339.xml │ │ ├── 2340.xml │ │ ├── 2341.xml │ │ ├── 2342.xml │ │ ├── 2343.xml │ │ ├── 2344.xml │ │ ├── 2345.xml │ │ ├── 2346.xml │ │ ├── 2347.xml │ │ ├── 2348.xml │ │ ├── 2349.xml │ │ ├── 2350.xml │ │ ├── 2351.xml │ │ ├── 2352.xml │ │ ├── 2353.xml │ │ ├── 2354.xml │ │ ├── 2355.xml │ │ ├── 2356.xml │ │ ├── 2357.xml │ │ ├── 2358.xml │ │ ├── 2359.xml │ │ ├── 2360.xml │ │ ├── 2361.xml │ │ ├── 2363.xml │ │ ├── 2364.xml │ │ ├── 2365.xml │ │ ├── 2366.xml │ │ ├── 2367.xml │ │ ├── 2368.xml │ │ ├── 2369.xml │ │ ├── 2370.xml │ │ ├── 2371.xml │ │ ├── 2372.xml │ │ ├── 2373.xml │ │ ├── 2374.xml │ │ ├── 2375.xml │ │ ├── 2376.xml │ │ ├── 2378.xml │ │ ├── 2379.xml │ │ ├── 2380.xml │ │ ├── 2381.xml │ │ ├── 2382.xml │ │ ├── 2383.xml │ │ ├── 2384.xml │ │ ├── 2385.xml │ │ ├── 2386.xml │ │ ├── 2387.xml │ │ ├── 2388.xml │ │ ├── 2389.xml │ │ ├── 2390.xml │ │ ├── 2391.xml │ │ ├── 2393.xml │ │ ├── 2394.xml │ │ ├── 2395.xml │ │ ├── 2396.xml │ │ └── 2398.xml │ └── nonexpert │ │ ├── 2300.xml │ │ ├── 2301.xml │ │ ├── 2303.xml │ │ ├── 2304.xml │ │ ├── 2305.xml │ │ ├── 2306.xml │ │ ├── 2307.xml │ │ ├── 2308.xml │ │ ├── 2309.xml │ │ ├── 2310.xml │ │ ├── 2311.xml │ │ ├── 2312.xml │ │ ├── 2313.xml │ │ ├── 2316.xml │ │ ├── 2317.xml │ │ ├── 2318.xml │ │ ├── 2319.xml │ │ ├── 2320.xml │ │ ├── 2321.xml │ │ ├── 2322.xml │ │ ├── 2323.xml │ │ ├── 2324.xml │ │ ├── 2325.xml │ │ ├── 2326.xml │ │ ├── 2327.xml │ │ ├── 2328.xml │ │ ├── 2329.xml │ │ ├── 2330.xml │ │ ├── 2331.xml │ │ ├── 2332.xml │ │ ├── 2333.xml │ │ ├── 2336.xml │ │ ├── 2337.xml │ │ ├── 2339.xml │ │ ├── 2340.xml │ │ ├── 2341.xml │ │ ├── 2342.xml │ │ ├── 2343.xml │ │ ├── 2344.xml │ │ ├── 2345.xml │ │ ├── 2346.xml │ │ ├── 2347.xml │ │ ├── 2348.xml │ │ ├── 2349.xml │ │ ├── 2350.xml │ │ ├── 2351.xml │ │ ├── 2352.xml │ │ ├── 2353.xml │ │ ├── 2354.xml │ │ ├── 2355.xml │ │ ├── 2356.xml │ │ ├── 2357.xml │ │ ├── 2358.xml │ │ ├── 2359.xml │ │ ├── 2360.xml │ │ ├── 2361.xml │ │ ├── 2363.xml │ │ ├── 2364.xml │ │ ├── 2365.xml │ │ ├── 2366.xml │ │ ├── 2367.xml │ │ ├── 2368.xml │ │ ├── 2369.xml │ │ ├── 2370.xml │ │ ├── 2371.xml │ │ ├── 2372.xml │ │ ├── 2373.xml │ │ ├── 2374.xml │ │ ├── 2375.xml │ │ ├── 2376.xml │ │ ├── 2378.xml │ │ ├── 2379.xml │ │ ├── 2380.xml │ │ ├── 2381.xml │ │ ├── 2382.xml │ │ ├── 2383.xml │ │ ├── 2384.xml │ │ ├── 2385.xml │ │ ├── 2386.xml │ │ ├── 2387.xml │ │ ├── 2388.xml │ │ ├── 2389.xml │ │ ├── 2390.xml │ │ ├── 2391.xml │ │ ├── 2393.xml │ │ ├── 2394.xml │ │ ├── 2395.xml │ │ ├── 2396.xml │ │ └── 2398.xml └── train │ ├── 4200.xml │ ├── 4201.xml │ ├── 4202.xml │ ├── 4203.xml │ ├── 4204.xml │ ├── 4205.xml │ ├── 4206.xml │ ├── 4207.xml │ ├── 4208.xml │ ├── 4209.xml │ ├── 4210.xml │ ├── 4211.xml │ ├── 4212.xml │ ├── 4213.xml │ ├── 4214.xml │ ├── 4215.xml │ ├── 4216.xml │ ├── 4217.xml │ ├── 4218.xml │ ├── 4219.xml │ ├── 4220.xml │ ├── 4221.xml │ ├── 4222.xml │ ├── 4223.xml │ ├── 4224.xml │ ├── 4225.xml │ ├── 4227.xml │ ├── 4228.xml │ ├── 4229.xml │ ├── 4230.xml │ ├── 4231.xml │ ├── 4232.xml │ ├── 4233.xml │ ├── 4234.xml │ ├── 4235.xml │ ├── 4236.xml │ ├── 4237.xml │ ├── 4238.xml │ ├── 4239.xml │ ├── 4240.xml │ ├── 4241.xml │ ├── 4243.xml │ ├── 4244.xml │ ├── 4245.xml │ ├── 4246.xml │ ├── 4247.xml │ ├── 4248.xml │ ├── 4249.xml │ ├── 4250.xml │ ├── 4252.xml │ ├── 4253.xml │ ├── 4254.xml │ ├── 4255.xml │ ├── 4256.xml │ ├── 4257.xml │ ├── 4258.xml │ ├── 4259.xml │ ├── 4260.xml │ ├── 4262.xml │ ├── 4263.xml │ ├── 4264.xml │ ├── 4265.xml │ ├── 4266.xml │ ├── 4268.xml │ ├── 4269.xml │ ├── 4270.xml │ ├── 4271.xml │ ├── 4272.xml │ ├── 4273.xml │ ├── 4275.xml │ ├── 4276.xml │ ├── 4277.xml │ ├── 4278.xml │ ├── 4279.xml │ ├── 4280.xml │ ├── 4281.xml │ ├── 4282.xml │ ├── 4284.xml │ ├── 4285.xml │ ├── 4286.xml │ ├── 4287.xml │ ├── 4288.xml │ ├── 4289.xml │ ├── 4290.xml │ ├── 4291.xml │ ├── 4293.xml │ ├── 4294.xml │ ├── 4295.xml │ ├── 4296.xml │ ├── 4297.xml │ ├── 4298.xml │ ├── 4299.xml │ ├── 4300.xml │ ├── 4301.xml │ ├── 4302.xml │ ├── 4303.xml │ ├── 4304.xml │ ├── 4305.xml │ ├── 4306.xml │ ├── 4307.xml │ ├── 4308.xml │ ├── 4309.xml │ ├── 4310.xml │ ├── 4311.xml │ ├── 4312.xml │ ├── 4313.xml │ ├── 4314.xml │ ├── 4315.xml │ ├── 4316.xml │ ├── 4318.xml │ ├── 4319.xml │ ├── 4320.xml │ ├── 4321.xml │ ├── 4322.xml │ ├── 4323.xml │ ├── 4324.xml │ ├── 4325.xml │ ├── 4326.xml │ ├── 4327.xml │ ├── 4328.xml │ ├── 4329.xml │ ├── 4330.xml │ ├── 4331.xml │ ├── 4332.xml │ ├── 4333.xml │ ├── 4334.xml │ ├── 4337.xml │ ├── 4339.xml │ ├── 4340.xml │ ├── 4341.xml │ ├── 4342.xml │ ├── 4343.xml │ ├── 4344.xml │ ├── 4345.xml │ ├── 4346.xml │ ├── 4347.xml │ ├── 4350.xml │ ├── 4351.xml │ ├── 4352.xml │ ├── 4353.xml │ ├── 4354.xml │ ├── 4355.xml │ ├── 4356.xml │ ├── 4357.xml │ ├── 4358.xml │ ├── 4359.xml │ ├── 6111.xml │ ├── 6400.xml │ ├── 6401.xml │ ├── 6402.xml │ ├── 6403.xml │ ├── 6405.xml │ ├── 6406.xml │ ├── 6407.xml │ ├── 6408.xml │ ├── 6409.xml │ ├── 6410.xml │ ├── 6411.xml │ ├── 6412.xml │ ├── 6413.xml │ ├── 6414.xml │ ├── 6415.xml │ ├── 6416.xml │ ├── 6417.xml │ ├── 6418.xml │ ├── 6419.xml │ ├── 6420.xml │ ├── 6421.xml │ ├── 6422.xml │ ├── 6423.xml │ ├── 6424.xml │ ├── 6425.xml │ ├── 6426.xml │ ├── 6427.xml │ ├── 6428.xml │ ├── 6429.xml │ ├── 6430.xml │ ├── 6431.xml │ ├── 6432.xml │ ├── 6433.xml │ ├── 6434.xml │ ├── 6435.xml │ ├── 6436.xml │ ├── 6437.xml │ ├── 6438.xml │ ├── 6439.xml │ ├── 6440.xml │ ├── 6441.xml │ ├── 6442.xml │ ├── 6443.xml │ ├── 6444.xml │ ├── 6445.xml │ ├── 6446.xml │ ├── 6447.xml │ ├── 6449.xml │ ├── 6450.xml │ ├── 6451.xml │ ├── 6452.xml │ ├── 6453.xml │ ├── 6454.xml │ ├── 6455.xml │ ├── 6456.xml │ ├── 6457.xml │ ├── 6458.xml │ ├── 6460.xml │ ├── 6461.xml │ ├── 6462.xml │ ├── 6463.xml │ ├── 6464.xml │ ├── 6465.xml │ ├── 6466.xml │ ├── 6468.xml │ ├── 6469.xml │ ├── 6470.xml │ ├── 6471.xml │ ├── 6473.xml │ ├── 6474.xml │ ├── 6475.xml │ ├── 6476.xml │ ├── 6478.xml │ ├── 6479.xml │ ├── 6480.xml │ ├── 6481.xml │ ├── 6482.xml │ ├── 6483.xml │ ├── 6484.xml │ ├── 6485.xml │ ├── 6486.xml │ ├── 6487.xml │ ├── 6488.xml │ ├── 6489.xml │ ├── 6490.xml │ ├── 6491.xml │ ├── 6492.xml │ ├── 6493.xml │ ├── 6494.xml │ ├── 6495.xml │ ├── 6497.xml │ ├── 6498.xml │ └── 6499.xml ├── example.png └── source ├── benchmark.sh ├── faster_rcnn_inception_resnet_v2_atrous_boneage.config.template ├── helper ├── eval_detection_centers.py ├── generate_tfrecord.py ├── image_preprocessing.py └── xml_to_csv.py ├── label_map.pbtxt └── prepare.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/README.md -------------------------------------------------------------------------------- /annotations/eval/expert/2300.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2300.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2301.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2301.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2303.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2303.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2304.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2304.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2305.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2305.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2306.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2306.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2307.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2307.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2308.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2308.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2309.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2309.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2310.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2310.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2311.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2311.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2312.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2312.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2313.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2313.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2316.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2316.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2317.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2317.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2318.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2318.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2319.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2319.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2320.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2320.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2321.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2321.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2322.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2322.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2323.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2323.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2324.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2324.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2325.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2325.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2326.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2326.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2327.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2327.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2328.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2328.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2329.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2329.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2330.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2330.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2331.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2331.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2332.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2332.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2333.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2333.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2336.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2336.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2337.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2337.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2339.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2339.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2340.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2340.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2341.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2341.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2342.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2342.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2343.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2343.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2344.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2344.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2345.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2345.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2346.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2346.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2347.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2347.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2348.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2348.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2349.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2349.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2350.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2350.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2351.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2351.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2352.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2352.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2353.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2353.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2354.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2354.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2355.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2355.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2356.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2356.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2357.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2357.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2358.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2358.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2359.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2359.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2360.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2360.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2361.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2361.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2363.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2363.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2364.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2364.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2365.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2365.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2366.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2366.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2367.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2367.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2368.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2368.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2369.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2369.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2370.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2370.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2371.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2371.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2372.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2372.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2373.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2373.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2374.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2374.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2375.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2375.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2376.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2376.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2378.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2378.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2379.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2379.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2380.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2380.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2381.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2381.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2382.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2382.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2383.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2383.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2384.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2384.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2385.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2385.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2386.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2386.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2387.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2387.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2388.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2388.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2389.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2389.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2390.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2390.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2391.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2391.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2393.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2393.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2394.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2394.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2395.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2395.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2396.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2396.xml -------------------------------------------------------------------------------- /annotations/eval/expert/2398.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/expert/2398.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2300.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2300.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2301.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2301.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2303.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2303.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2304.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2304.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2305.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2305.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2306.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2306.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2307.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2307.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2308.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2308.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2309.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2309.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2310.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2310.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2311.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2311.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2312.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2312.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2313.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2313.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2316.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2316.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2317.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2317.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2318.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2318.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2319.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2319.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2320.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2320.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2321.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2321.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2322.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2322.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2323.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2323.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2324.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2324.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2325.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2325.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2326.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2326.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2327.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2327.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2328.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2328.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2329.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2329.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2330.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2330.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2331.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2331.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2332.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2332.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2333.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2333.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2336.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2336.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2337.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2337.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2339.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2339.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2340.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2340.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2341.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2341.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2342.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2342.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2343.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2343.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2344.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2344.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2345.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2345.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2346.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2346.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2347.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2347.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2348.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2348.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2349.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2349.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2350.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2350.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2351.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2351.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2352.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2352.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2353.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2353.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2354.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2354.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2355.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2355.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2356.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2356.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2357.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2357.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2358.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2358.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2359.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2359.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2360.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2360.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2361.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2361.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2363.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2363.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2364.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2364.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2365.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2365.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2366.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2366.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2367.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2367.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2368.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2368.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2369.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2369.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2370.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2370.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2371.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2371.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2372.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2372.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2373.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2373.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2374.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2374.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2375.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2375.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2376.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2376.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2378.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2378.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2379.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2379.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2380.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2380.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2381.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2381.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2382.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2382.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2383.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2383.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2384.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2384.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2385.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2385.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2386.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2386.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2387.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2387.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2388.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2388.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2389.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2389.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2390.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2390.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2391.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2391.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2393.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2393.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2394.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2394.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2395.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2395.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2396.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2396.xml -------------------------------------------------------------------------------- /annotations/eval/nonexpert/2398.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/eval/nonexpert/2398.xml -------------------------------------------------------------------------------- /annotations/train/4200.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4200.xml -------------------------------------------------------------------------------- /annotations/train/4201.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4201.xml -------------------------------------------------------------------------------- /annotations/train/4202.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4202.xml -------------------------------------------------------------------------------- /annotations/train/4203.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4203.xml -------------------------------------------------------------------------------- /annotations/train/4204.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4204.xml -------------------------------------------------------------------------------- /annotations/train/4205.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4205.xml -------------------------------------------------------------------------------- /annotations/train/4206.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4206.xml -------------------------------------------------------------------------------- /annotations/train/4207.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4207.xml -------------------------------------------------------------------------------- /annotations/train/4208.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4208.xml -------------------------------------------------------------------------------- /annotations/train/4209.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4209.xml -------------------------------------------------------------------------------- /annotations/train/4210.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4210.xml -------------------------------------------------------------------------------- /annotations/train/4211.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4211.xml -------------------------------------------------------------------------------- /annotations/train/4212.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4212.xml -------------------------------------------------------------------------------- /annotations/train/4213.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4213.xml -------------------------------------------------------------------------------- /annotations/train/4214.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4214.xml -------------------------------------------------------------------------------- /annotations/train/4215.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4215.xml -------------------------------------------------------------------------------- /annotations/train/4216.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4216.xml -------------------------------------------------------------------------------- /annotations/train/4217.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4217.xml -------------------------------------------------------------------------------- /annotations/train/4218.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4218.xml -------------------------------------------------------------------------------- /annotations/train/4219.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4219.xml -------------------------------------------------------------------------------- /annotations/train/4220.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4220.xml -------------------------------------------------------------------------------- /annotations/train/4221.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4221.xml -------------------------------------------------------------------------------- /annotations/train/4222.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4222.xml -------------------------------------------------------------------------------- /annotations/train/4223.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4223.xml -------------------------------------------------------------------------------- /annotations/train/4224.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4224.xml -------------------------------------------------------------------------------- /annotations/train/4225.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4225.xml -------------------------------------------------------------------------------- /annotations/train/4227.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4227.xml -------------------------------------------------------------------------------- /annotations/train/4228.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4228.xml -------------------------------------------------------------------------------- /annotations/train/4229.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4229.xml -------------------------------------------------------------------------------- /annotations/train/4230.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4230.xml -------------------------------------------------------------------------------- /annotations/train/4231.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4231.xml -------------------------------------------------------------------------------- /annotations/train/4232.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4232.xml -------------------------------------------------------------------------------- /annotations/train/4233.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4233.xml -------------------------------------------------------------------------------- /annotations/train/4234.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4234.xml -------------------------------------------------------------------------------- /annotations/train/4235.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4235.xml -------------------------------------------------------------------------------- /annotations/train/4236.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4236.xml -------------------------------------------------------------------------------- /annotations/train/4237.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4237.xml -------------------------------------------------------------------------------- /annotations/train/4238.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4238.xml -------------------------------------------------------------------------------- /annotations/train/4239.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4239.xml -------------------------------------------------------------------------------- /annotations/train/4240.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4240.xml -------------------------------------------------------------------------------- /annotations/train/4241.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4241.xml -------------------------------------------------------------------------------- /annotations/train/4243.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4243.xml -------------------------------------------------------------------------------- /annotations/train/4244.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4244.xml -------------------------------------------------------------------------------- /annotations/train/4245.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4245.xml -------------------------------------------------------------------------------- /annotations/train/4246.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4246.xml -------------------------------------------------------------------------------- /annotations/train/4247.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4247.xml -------------------------------------------------------------------------------- /annotations/train/4248.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4248.xml -------------------------------------------------------------------------------- /annotations/train/4249.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4249.xml -------------------------------------------------------------------------------- /annotations/train/4250.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4250.xml -------------------------------------------------------------------------------- /annotations/train/4252.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4252.xml -------------------------------------------------------------------------------- /annotations/train/4253.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4253.xml -------------------------------------------------------------------------------- /annotations/train/4254.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4254.xml -------------------------------------------------------------------------------- /annotations/train/4255.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4255.xml -------------------------------------------------------------------------------- /annotations/train/4256.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4256.xml -------------------------------------------------------------------------------- /annotations/train/4257.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4257.xml -------------------------------------------------------------------------------- /annotations/train/4258.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4258.xml -------------------------------------------------------------------------------- /annotations/train/4259.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4259.xml -------------------------------------------------------------------------------- /annotations/train/4260.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4260.xml -------------------------------------------------------------------------------- /annotations/train/4262.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4262.xml -------------------------------------------------------------------------------- /annotations/train/4263.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4263.xml -------------------------------------------------------------------------------- /annotations/train/4264.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4264.xml -------------------------------------------------------------------------------- /annotations/train/4265.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4265.xml -------------------------------------------------------------------------------- /annotations/train/4266.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4266.xml -------------------------------------------------------------------------------- /annotations/train/4268.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4268.xml -------------------------------------------------------------------------------- /annotations/train/4269.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4269.xml -------------------------------------------------------------------------------- /annotations/train/4270.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4270.xml -------------------------------------------------------------------------------- /annotations/train/4271.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4271.xml -------------------------------------------------------------------------------- /annotations/train/4272.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4272.xml -------------------------------------------------------------------------------- /annotations/train/4273.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4273.xml -------------------------------------------------------------------------------- /annotations/train/4275.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4275.xml -------------------------------------------------------------------------------- /annotations/train/4276.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4276.xml -------------------------------------------------------------------------------- /annotations/train/4277.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4277.xml -------------------------------------------------------------------------------- /annotations/train/4278.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4278.xml -------------------------------------------------------------------------------- /annotations/train/4279.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4279.xml -------------------------------------------------------------------------------- /annotations/train/4280.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4280.xml -------------------------------------------------------------------------------- /annotations/train/4281.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4281.xml -------------------------------------------------------------------------------- /annotations/train/4282.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4282.xml -------------------------------------------------------------------------------- /annotations/train/4284.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4284.xml -------------------------------------------------------------------------------- /annotations/train/4285.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4285.xml -------------------------------------------------------------------------------- /annotations/train/4286.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4286.xml -------------------------------------------------------------------------------- /annotations/train/4287.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4287.xml -------------------------------------------------------------------------------- /annotations/train/4288.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4288.xml -------------------------------------------------------------------------------- /annotations/train/4289.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4289.xml -------------------------------------------------------------------------------- /annotations/train/4290.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4290.xml -------------------------------------------------------------------------------- /annotations/train/4291.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4291.xml -------------------------------------------------------------------------------- /annotations/train/4293.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4293.xml -------------------------------------------------------------------------------- /annotations/train/4294.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4294.xml -------------------------------------------------------------------------------- /annotations/train/4295.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4295.xml -------------------------------------------------------------------------------- /annotations/train/4296.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4296.xml -------------------------------------------------------------------------------- /annotations/train/4297.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4297.xml -------------------------------------------------------------------------------- /annotations/train/4298.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4298.xml -------------------------------------------------------------------------------- /annotations/train/4299.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4299.xml -------------------------------------------------------------------------------- /annotations/train/4300.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4300.xml -------------------------------------------------------------------------------- /annotations/train/4301.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4301.xml -------------------------------------------------------------------------------- /annotations/train/4302.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4302.xml -------------------------------------------------------------------------------- /annotations/train/4303.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4303.xml -------------------------------------------------------------------------------- /annotations/train/4304.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4304.xml -------------------------------------------------------------------------------- /annotations/train/4305.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4305.xml -------------------------------------------------------------------------------- /annotations/train/4306.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4306.xml -------------------------------------------------------------------------------- /annotations/train/4307.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4307.xml -------------------------------------------------------------------------------- /annotations/train/4308.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4308.xml -------------------------------------------------------------------------------- /annotations/train/4309.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4309.xml -------------------------------------------------------------------------------- /annotations/train/4310.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4310.xml -------------------------------------------------------------------------------- /annotations/train/4311.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4311.xml -------------------------------------------------------------------------------- /annotations/train/4312.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4312.xml -------------------------------------------------------------------------------- /annotations/train/4313.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4313.xml -------------------------------------------------------------------------------- /annotations/train/4314.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4314.xml -------------------------------------------------------------------------------- /annotations/train/4315.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4315.xml -------------------------------------------------------------------------------- /annotations/train/4316.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4316.xml -------------------------------------------------------------------------------- /annotations/train/4318.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4318.xml -------------------------------------------------------------------------------- /annotations/train/4319.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4319.xml -------------------------------------------------------------------------------- /annotations/train/4320.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4320.xml -------------------------------------------------------------------------------- /annotations/train/4321.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4321.xml -------------------------------------------------------------------------------- /annotations/train/4322.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4322.xml -------------------------------------------------------------------------------- /annotations/train/4323.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4323.xml -------------------------------------------------------------------------------- /annotations/train/4324.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4324.xml -------------------------------------------------------------------------------- /annotations/train/4325.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4325.xml -------------------------------------------------------------------------------- /annotations/train/4326.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4326.xml -------------------------------------------------------------------------------- /annotations/train/4327.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4327.xml -------------------------------------------------------------------------------- /annotations/train/4328.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4328.xml -------------------------------------------------------------------------------- /annotations/train/4329.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4329.xml -------------------------------------------------------------------------------- /annotations/train/4330.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4330.xml -------------------------------------------------------------------------------- /annotations/train/4331.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4331.xml -------------------------------------------------------------------------------- /annotations/train/4332.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4332.xml -------------------------------------------------------------------------------- /annotations/train/4333.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4333.xml -------------------------------------------------------------------------------- /annotations/train/4334.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4334.xml -------------------------------------------------------------------------------- /annotations/train/4337.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4337.xml -------------------------------------------------------------------------------- /annotations/train/4339.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4339.xml -------------------------------------------------------------------------------- /annotations/train/4340.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4340.xml -------------------------------------------------------------------------------- /annotations/train/4341.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4341.xml -------------------------------------------------------------------------------- /annotations/train/4342.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4342.xml -------------------------------------------------------------------------------- /annotations/train/4343.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4343.xml -------------------------------------------------------------------------------- /annotations/train/4344.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4344.xml -------------------------------------------------------------------------------- /annotations/train/4345.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4345.xml -------------------------------------------------------------------------------- /annotations/train/4346.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4346.xml -------------------------------------------------------------------------------- /annotations/train/4347.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4347.xml -------------------------------------------------------------------------------- /annotations/train/4350.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4350.xml -------------------------------------------------------------------------------- /annotations/train/4351.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4351.xml -------------------------------------------------------------------------------- /annotations/train/4352.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4352.xml -------------------------------------------------------------------------------- /annotations/train/4353.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4353.xml -------------------------------------------------------------------------------- /annotations/train/4354.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4354.xml -------------------------------------------------------------------------------- /annotations/train/4355.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4355.xml -------------------------------------------------------------------------------- /annotations/train/4356.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4356.xml -------------------------------------------------------------------------------- /annotations/train/4357.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4357.xml -------------------------------------------------------------------------------- /annotations/train/4358.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4358.xml -------------------------------------------------------------------------------- /annotations/train/4359.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/4359.xml -------------------------------------------------------------------------------- /annotations/train/6111.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6111.xml -------------------------------------------------------------------------------- /annotations/train/6400.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6400.xml -------------------------------------------------------------------------------- /annotations/train/6401.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6401.xml -------------------------------------------------------------------------------- /annotations/train/6402.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6402.xml -------------------------------------------------------------------------------- /annotations/train/6403.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6403.xml -------------------------------------------------------------------------------- /annotations/train/6405.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6405.xml -------------------------------------------------------------------------------- /annotations/train/6406.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6406.xml -------------------------------------------------------------------------------- /annotations/train/6407.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6407.xml -------------------------------------------------------------------------------- /annotations/train/6408.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6408.xml -------------------------------------------------------------------------------- /annotations/train/6409.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6409.xml -------------------------------------------------------------------------------- /annotations/train/6410.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6410.xml -------------------------------------------------------------------------------- /annotations/train/6411.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6411.xml -------------------------------------------------------------------------------- /annotations/train/6412.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6412.xml -------------------------------------------------------------------------------- /annotations/train/6413.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6413.xml -------------------------------------------------------------------------------- /annotations/train/6414.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6414.xml -------------------------------------------------------------------------------- /annotations/train/6415.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6415.xml -------------------------------------------------------------------------------- /annotations/train/6416.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6416.xml -------------------------------------------------------------------------------- /annotations/train/6417.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6417.xml -------------------------------------------------------------------------------- /annotations/train/6418.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6418.xml -------------------------------------------------------------------------------- /annotations/train/6419.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6419.xml -------------------------------------------------------------------------------- /annotations/train/6420.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6420.xml -------------------------------------------------------------------------------- /annotations/train/6421.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6421.xml -------------------------------------------------------------------------------- /annotations/train/6422.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6422.xml -------------------------------------------------------------------------------- /annotations/train/6423.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6423.xml -------------------------------------------------------------------------------- /annotations/train/6424.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6424.xml -------------------------------------------------------------------------------- /annotations/train/6425.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6425.xml -------------------------------------------------------------------------------- /annotations/train/6426.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6426.xml -------------------------------------------------------------------------------- /annotations/train/6427.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6427.xml -------------------------------------------------------------------------------- /annotations/train/6428.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6428.xml -------------------------------------------------------------------------------- /annotations/train/6429.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6429.xml -------------------------------------------------------------------------------- /annotations/train/6430.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6430.xml -------------------------------------------------------------------------------- /annotations/train/6431.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6431.xml -------------------------------------------------------------------------------- /annotations/train/6432.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6432.xml -------------------------------------------------------------------------------- /annotations/train/6433.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6433.xml -------------------------------------------------------------------------------- /annotations/train/6434.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6434.xml -------------------------------------------------------------------------------- /annotations/train/6435.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6435.xml -------------------------------------------------------------------------------- /annotations/train/6436.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6436.xml -------------------------------------------------------------------------------- /annotations/train/6437.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6437.xml -------------------------------------------------------------------------------- /annotations/train/6438.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6438.xml -------------------------------------------------------------------------------- /annotations/train/6439.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6439.xml -------------------------------------------------------------------------------- /annotations/train/6440.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6440.xml -------------------------------------------------------------------------------- /annotations/train/6441.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6441.xml -------------------------------------------------------------------------------- /annotations/train/6442.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6442.xml -------------------------------------------------------------------------------- /annotations/train/6443.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6443.xml -------------------------------------------------------------------------------- /annotations/train/6444.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6444.xml -------------------------------------------------------------------------------- /annotations/train/6445.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6445.xml -------------------------------------------------------------------------------- /annotations/train/6446.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6446.xml -------------------------------------------------------------------------------- /annotations/train/6447.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6447.xml -------------------------------------------------------------------------------- /annotations/train/6449.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6449.xml -------------------------------------------------------------------------------- /annotations/train/6450.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6450.xml -------------------------------------------------------------------------------- /annotations/train/6451.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6451.xml -------------------------------------------------------------------------------- /annotations/train/6452.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6452.xml -------------------------------------------------------------------------------- /annotations/train/6453.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6453.xml -------------------------------------------------------------------------------- /annotations/train/6454.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6454.xml -------------------------------------------------------------------------------- /annotations/train/6455.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6455.xml -------------------------------------------------------------------------------- /annotations/train/6456.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6456.xml -------------------------------------------------------------------------------- /annotations/train/6457.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6457.xml -------------------------------------------------------------------------------- /annotations/train/6458.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6458.xml -------------------------------------------------------------------------------- /annotations/train/6460.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6460.xml -------------------------------------------------------------------------------- /annotations/train/6461.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6461.xml -------------------------------------------------------------------------------- /annotations/train/6462.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6462.xml -------------------------------------------------------------------------------- /annotations/train/6463.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6463.xml -------------------------------------------------------------------------------- /annotations/train/6464.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6464.xml -------------------------------------------------------------------------------- /annotations/train/6465.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6465.xml -------------------------------------------------------------------------------- /annotations/train/6466.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6466.xml -------------------------------------------------------------------------------- /annotations/train/6468.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6468.xml -------------------------------------------------------------------------------- /annotations/train/6469.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6469.xml -------------------------------------------------------------------------------- /annotations/train/6470.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6470.xml -------------------------------------------------------------------------------- /annotations/train/6471.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6471.xml -------------------------------------------------------------------------------- /annotations/train/6473.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6473.xml -------------------------------------------------------------------------------- /annotations/train/6474.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6474.xml -------------------------------------------------------------------------------- /annotations/train/6475.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6475.xml -------------------------------------------------------------------------------- /annotations/train/6476.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6476.xml -------------------------------------------------------------------------------- /annotations/train/6478.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6478.xml -------------------------------------------------------------------------------- /annotations/train/6479.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6479.xml -------------------------------------------------------------------------------- /annotations/train/6480.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6480.xml -------------------------------------------------------------------------------- /annotations/train/6481.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6481.xml -------------------------------------------------------------------------------- /annotations/train/6482.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6482.xml -------------------------------------------------------------------------------- /annotations/train/6483.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6483.xml -------------------------------------------------------------------------------- /annotations/train/6484.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6484.xml -------------------------------------------------------------------------------- /annotations/train/6485.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6485.xml -------------------------------------------------------------------------------- /annotations/train/6486.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6486.xml -------------------------------------------------------------------------------- /annotations/train/6487.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6487.xml -------------------------------------------------------------------------------- /annotations/train/6488.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6488.xml -------------------------------------------------------------------------------- /annotations/train/6489.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6489.xml -------------------------------------------------------------------------------- /annotations/train/6490.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6490.xml -------------------------------------------------------------------------------- /annotations/train/6491.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6491.xml -------------------------------------------------------------------------------- /annotations/train/6492.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6492.xml -------------------------------------------------------------------------------- /annotations/train/6493.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6493.xml -------------------------------------------------------------------------------- /annotations/train/6494.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6494.xml -------------------------------------------------------------------------------- /annotations/train/6495.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6495.xml -------------------------------------------------------------------------------- /annotations/train/6497.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6497.xml -------------------------------------------------------------------------------- /annotations/train/6498.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6498.xml -------------------------------------------------------------------------------- /annotations/train/6499.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/annotations/train/6499.xml -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/example.png -------------------------------------------------------------------------------- /source/benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/benchmark.sh -------------------------------------------------------------------------------- /source/faster_rcnn_inception_resnet_v2_atrous_boneage.config.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/faster_rcnn_inception_resnet_v2_atrous_boneage.config.template -------------------------------------------------------------------------------- /source/helper/eval_detection_centers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/helper/eval_detection_centers.py -------------------------------------------------------------------------------- /source/helper/generate_tfrecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/helper/generate_tfrecord.py -------------------------------------------------------------------------------- /source/helper/image_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/helper/image_preprocessing.py -------------------------------------------------------------------------------- /source/helper/xml_to_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/helper/xml_to_csv.py -------------------------------------------------------------------------------- /source/label_map.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/label_map.pbtxt -------------------------------------------------------------------------------- /source/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razorx89/rsna-boneage-ossification-roi-detection/HEAD/source/prepare.sh --------------------------------------------------------------------------------