├── .DS_Store ├── .gitignore ├── .idea ├── data-preprocessing-for-traj-pred.iml ├── misc.xml ├── modules.xml ├── vcs.xml └── workspace.xml ├── README.md ├── Representation.py ├── data └── train │ ├── biwi │ └── biwi_hotel.txt │ ├── crowds │ ├── arxiepiskopi1.txt │ ├── crowds_zara02.txt │ ├── crowds_zara03.txt │ ├── students001.txt │ └── students003.txt │ ├── mot │ └── PETS09-S2L1.txt │ └── stanford │ ├── bookstore_0.txt │ ├── bookstore_1.txt │ ├── bookstore_2.txt │ ├── bookstore_3.txt │ ├── coupa_3.txt │ ├── deathCircle_0.txt │ ├── deathCircle_1.txt │ ├── deathCircle_2.txt │ ├── deathCircle_3.txt │ ├── deathCircle_4.txt │ ├── gates_0.txt │ ├── gates_1.txt │ ├── gates_3.txt │ ├── gates_4.txt │ ├── gates_5.txt │ ├── gates_6.txt │ ├── gates_7.txt │ ├── gates_8.txt │ ├── hyang_4.txt │ ├── hyang_5.txt │ ├── hyang_6.txt │ ├── hyang_7.txt │ ├── hyang_9.txt │ ├── nexus_0.txt │ ├── nexus_1.txt │ ├── nexus_2.txt │ ├── nexus_3.txt │ ├── nexus_4.txt │ ├── nexus_7.txt │ ├── nexus_8.txt │ └── nexus_9.txt ├── example.py ├── figure ├── 0_biwi_md.png ├── 120_biwi_md.png ├── 15_biwi_md.png ├── 22_biwi_md.png ├── 54_cr1_md.png ├── 6_biwi_md.png ├── afterrot.png ├── beforerot.png ├── dyn_120_biwi.gif ├── linear_md.png └── non_linear_md.png └── new_data ├── 1 ├── biwi_10.txt ├── biwi_101.txt ├── biwi_102.txt ├── biwi_110.txt ├── biwi_111.txt ├── biwi_112.txt ├── biwi_115.txt ├── biwi_116.txt ├── biwi_117.txt ├── biwi_118.txt ├── biwi_32.txt ├── biwi_39.txt ├── biwi_46.txt ├── biwi_51.txt ├── biwi_52.txt ├── biwi_58.txt ├── biwi_6.txt ├── biwi_64.txt ├── biwi_7.txt ├── biwi_72.txt ├── biwi_8.txt ├── biwi_83.txt ├── biwi_9.txt ├── biwi_94.txt ├── biwi_95.txt ├── cr2_208.txt ├── cr2_332.txt ├── cr2_333.txt ├── cr2_334.txt ├── cr2_335.txt ├── cr2_363.txt ├── cr2_53.txt ├── cr2_58.txt ├── cr2_59.txt ├── cr2_60.txt ├── cr2_61.txt ├── cr2_62.txt ├── cr2_63.txt ├── cr2_64.txt ├── cr2_65.txt ├── cr2_66.txt ├── cr2_67.txt ├── cr3_120.txt ├── cr3_122.txt ├── cr3_124.txt ├── cr3_125.txt ├── cr3_156.txt ├── cr3_157.txt ├── cr3_39.txt ├── cr3_40.txt ├── cr3_43.txt ├── cr3_76.txt ├── cr3_77.txt ├── cr4_153.txt ├── cr4_24.txt ├── cr4_260.txt ├── cr4_265.txt ├── cr4_304.txt ├── cr4_305.txt ├── cr4_326.txt ├── cr4_48.txt ├── cr4_49.txt ├── cr4_687.txt ├── cr4_99.txt ├── cr5_126.txt ├── cr5_255.txt ├── cr5_258.txt ├── cr5_281.txt ├── cr5_375.txt ├── cr5_486.txt ├── cr5_487.txt ├── cr5_58.txt ├── cr5_586.txt ├── cr5_59.txt ├── cr5_643.txt ├── cr5_647.txt ├── cr5_675.txt ├── cr5_80.txt ├── mot_103.txt ├── mot_12.txt ├── mot_21.txt ├── mot_30.txt ├── mot_4.txt ├── mot_58.txt ├── mot_8.txt └── mot_9.txt ├── 2 ├── biwi_0.txt ├── biwi_1.txt ├── biwi_100.txt ├── biwi_11.txt ├── biwi_12.txt ├── biwi_123.txt ├── biwi_124.txt ├── biwi_125.txt ├── biwi_126.txt ├── biwi_127.txt ├── biwi_128.txt ├── biwi_18.txt ├── biwi_19.txt ├── biwi_2.txt ├── biwi_20.txt ├── biwi_21.txt ├── biwi_23.txt ├── biwi_33.txt ├── biwi_34.txt ├── biwi_35.txt ├── biwi_36.txt ├── biwi_47.txt ├── biwi_48.txt ├── biwi_62.txt ├── biwi_89.txt ├── biwi_90.txt ├── biwi_91.txt ├── biwi_99.txt ├── cr2_100.txt ├── cr2_101.txt ├── cr2_102.txt ├── cr2_103.txt ├── cr2_105.txt ├── cr2_106.txt ├── cr2_107.txt ├── cr2_108.txt ├── cr2_109.txt ├── cr2_110.txt ├── cr2_111.txt ├── cr2_112.txt ├── cr2_113.txt ├── cr2_114.txt ├── cr2_115.txt ├── cr2_116.txt ├── cr2_117.txt ├── cr2_118.txt ├── cr2_119.txt ├── cr2_125.txt ├── cr2_126.txt ├── cr2_127.txt ├── cr2_128.txt ├── cr2_129.txt ├── cr2_130.txt ├── cr2_131.txt ├── cr2_132.txt ├── cr2_133.txt ├── cr2_134.txt ├── cr2_137.txt ├── cr2_138.txt ├── cr2_139.txt ├── cr2_140.txt ├── cr2_141.txt ├── cr2_142.txt ├── cr2_143.txt ├── cr2_144.txt ├── cr2_145.txt ├── cr2_146.txt ├── cr2_147.txt ├── cr2_148.txt ├── cr2_154.txt ├── cr2_155.txt ├── cr2_156.txt ├── cr2_157.txt ├── cr2_158.txt ├── cr2_159.txt ├── cr2_160.txt ├── cr2_161.txt ├── cr2_162.txt ├── cr2_163.txt ├── cr2_164.txt ├── cr2_171.txt ├── cr2_173.txt ├── cr2_176.txt ├── cr2_177.txt ├── cr2_178.txt ├── cr2_187.txt ├── cr2_214.txt ├── cr2_215.txt ├── cr2_217.txt ├── cr2_218.txt ├── cr2_219.txt ├── cr2_220.txt ├── cr2_221.txt ├── cr2_222.txt ├── cr2_223.txt ├── cr2_224.txt ├── cr2_225.txt ├── cr2_226.txt ├── cr2_227.txt ├── cr2_228.txt ├── cr2_229.txt ├── cr2_230.txt ├── cr2_231.txt ├── cr2_235.txt ├── cr2_237.txt ├── cr2_238.txt ├── cr2_239.txt ├── cr2_240.txt ├── cr2_241.txt ├── cr2_242.txt ├── cr2_243.txt ├── cr2_244.txt ├── cr2_245.txt ├── cr2_246.txt ├── cr2_247.txt ├── cr2_248.txt ├── cr2_249.txt ├── cr2_250.txt ├── cr2_251.txt ├── cr2_273.txt ├── cr2_277.txt ├── cr2_328.txt ├── cr2_329.txt ├── cr2_340.txt ├── cr2_341.txt ├── cr2_346.txt ├── cr2_350.txt ├── cr2_50.txt ├── cr2_55.txt ├── cr2_56.txt ├── cr2_96.txt ├── cr2_97.txt ├── cr2_98.txt ├── cr2_99.txt ├── cr3_127.txt ├── cr3_152.txt ├── cr3_26.txt ├── cr3_27.txt ├── cr3_28.txt ├── cr3_29.txt ├── cr3_32.txt ├── cr3_33.txt ├── cr3_34.txt ├── cr3_35.txt ├── cr3_44.txt ├── cr3_88.txt ├── cr4_346.txt ├── cr4_47.txt ├── cr4_512.txt ├── cr4_529.txt ├── cr4_532.txt ├── cr4_54.txt ├── cr4_655.txt ├── cr4_659.txt ├── cr4_818.txt ├── cr4_850.txt ├── cr5_182.txt ├── cr5_279.txt ├── cr5_280.txt ├── cr5_363.txt ├── cr5_412.txt ├── cr5_425.txt ├── cr5_426.txt ├── cr5_440.txt ├── cr5_462.txt ├── cr5_463.txt ├── cr5_468.txt ├── cr5_469.txt ├── cr5_470.txt ├── cr5_472.txt ├── cr5_616.txt ├── cr5_627.txt ├── cr5_676.txt ├── mot_49.txt ├── mot_50.txt ├── mot_76.txt └── mot_93.txt ├── 3 ├── biwi_22.txt ├── cr1_57.txt ├── cr2_104.txt ├── cr2_120.txt ├── cr2_121.txt ├── cr2_122.txt ├── cr2_135.txt ├── cr2_136.txt ├── cr2_149.txt ├── cr2_150.txt ├── cr2_151.txt ├── cr2_172.txt ├── cr2_216.txt ├── cr2_232.txt ├── cr2_234.txt ├── cr2_236.txt ├── cr2_272.txt ├── cr2_278.txt ├── cr2_330.txt ├── cr2_331.txt ├── cr2_347.txt ├── cr2_349.txt ├── cr2_351.txt ├── cr2_42.txt ├── cr2_43.txt ├── cr2_45.txt ├── cr2_51.txt ├── cr2_52.txt ├── cr2_68.txt ├── cr2_69.txt ├── cr3_126.txt ├── cr3_128.txt ├── cr3_129.txt ├── cr3_153.txt ├── cr3_154.txt ├── cr3_36.txt ├── cr3_41.txt ├── cr4_100.txt ├── cr4_101.txt ├── cr4_104.txt ├── cr4_115.txt ├── cr4_131.txt ├── cr4_132.txt ├── cr4_136.txt ├── cr4_147.txt ├── cr4_151.txt ├── cr4_154.txt ├── cr4_157.txt ├── cr4_158.txt ├── cr4_172.txt ├── cr4_176.txt ├── cr4_177.txt ├── cr4_180.txt ├── cr4_187.txt ├── cr4_189.txt ├── cr4_191.txt ├── cr4_193.txt ├── cr4_198.txt ├── cr4_201.txt ├── cr4_208.txt ├── cr4_209.txt ├── cr4_210.txt ├── cr4_211.txt ├── cr4_212.txt ├── cr4_213.txt ├── cr4_214.txt ├── cr4_217.txt ├── cr4_223.txt ├── cr4_227.txt ├── cr4_233.txt ├── cr4_234.txt ├── cr4_235.txt ├── cr4_247.txt ├── cr4_27.txt ├── cr4_28.txt ├── cr4_292.txt ├── cr4_318.txt ├── cr4_319.txt ├── cr4_320.txt ├── cr4_321.txt ├── cr4_322.txt ├── cr4_323.txt ├── cr4_327.txt ├── cr4_328.txt ├── cr4_329.txt ├── cr4_33.txt ├── cr4_331.txt ├── cr4_332.txt ├── cr4_333.txt ├── cr4_334.txt ├── cr4_335.txt ├── cr4_336.txt ├── cr4_337.txt ├── cr4_34.txt ├── cr4_340.txt ├── cr4_342.txt ├── cr4_343.txt ├── cr4_344.txt ├── cr4_345.txt ├── cr4_347.txt ├── cr4_348.txt ├── cr4_349.txt ├── cr4_352.txt ├── cr4_357.txt ├── cr4_358.txt ├── cr4_361.txt ├── cr4_362.txt ├── cr4_363.txt ├── cr4_364.txt ├── cr4_365.txt ├── cr4_366.txt ├── cr4_367.txt ├── cr4_368.txt ├── cr4_370.txt ├── cr4_372.txt ├── cr4_374.txt ├── cr4_375.txt ├── cr4_376.txt ├── cr4_377.txt ├── cr4_378.txt ├── cr4_396.txt ├── cr4_397.txt ├── cr4_398.txt ├── cr4_399.txt ├── cr4_40.txt ├── cr4_400.txt ├── cr4_401.txt ├── cr4_424.txt ├── cr4_425.txt ├── cr4_426.txt ├── cr4_430.txt ├── cr4_431.txt ├── cr4_432.txt ├── cr4_437.txt ├── cr4_439.txt ├── cr4_453.txt ├── cr4_457.txt ├── cr4_46.txt ├── cr4_461.txt ├── cr4_473.txt ├── cr4_474.txt ├── cr4_510.txt ├── cr4_513.txt ├── cr4_514.txt ├── cr4_515.txt ├── cr4_516.txt ├── cr4_519.txt ├── cr4_523.txt ├── cr4_53.txt ├── cr4_530.txt ├── cr4_531.txt ├── cr4_533.txt ├── cr4_544.txt ├── cr4_546.txt ├── cr4_547.txt ├── cr4_548.txt ├── cr4_549.txt ├── cr4_552.txt ├── cr4_553.txt ├── cr4_554.txt ├── cr4_555.txt ├── cr4_556.txt ├── cr4_558.txt ├── cr4_559.txt ├── cr4_560.txt ├── cr4_561.txt ├── cr4_563.txt ├── cr4_574.txt ├── cr4_575.txt ├── cr4_576.txt ├── cr4_577.txt ├── cr4_578.txt ├── cr4_579.txt ├── cr4_58.txt ├── cr4_580.txt ├── cr4_581.txt ├── cr4_582.txt ├── cr4_583.txt ├── cr4_584.txt ├── cr4_585.txt ├── cr4_586.txt ├── cr4_588.txt ├── cr4_597.txt ├── cr4_598.txt ├── cr4_599.txt ├── cr4_600.txt ├── cr4_606.txt ├── cr4_607.txt ├── cr4_61.txt ├── cr4_610.txt ├── cr4_611.txt ├── cr4_622.txt ├── cr4_623.txt ├── cr4_624.txt ├── cr4_625.txt ├── cr4_626.txt ├── cr4_630.txt ├── cr4_638.txt ├── cr4_639.txt ├── cr4_640.txt ├── cr4_641.txt ├── cr4_642.txt ├── cr4_643.txt ├── cr4_648.txt ├── cr4_651.txt ├── cr4_652.txt ├── cr4_653.txt ├── cr4_654.txt ├── cr4_656.txt ├── cr4_657.txt ├── cr4_660.txt ├── cr4_661.txt ├── cr4_662.txt ├── cr4_665.txt ├── cr4_666.txt ├── cr4_667.txt ├── cr4_673.txt ├── cr4_675.txt ├── cr4_676.txt ├── cr4_685.txt ├── cr4_712.txt ├── cr4_713.txt ├── cr4_729.txt ├── cr4_73.txt ├── cr4_730.txt ├── cr4_74.txt ├── cr4_750.txt ├── cr4_752.txt ├── cr4_762.txt ├── cr4_765.txt ├── cr4_775.txt ├── cr4_780.txt ├── cr4_781.txt ├── cr4_782.txt ├── cr4_785.txt ├── cr4_790.txt ├── cr4_794.txt ├── cr4_807.txt ├── cr4_809.txt ├── cr4_81.txt ├── cr4_810.txt ├── cr4_811.txt ├── cr4_812.txt ├── cr4_815.txt ├── cr4_816.txt ├── cr4_82.txt ├── cr4_827.txt ├── cr4_83.txt ├── cr4_831.txt ├── cr4_832.txt ├── cr4_833.txt ├── cr4_837.txt ├── cr4_838.txt ├── cr4_839.txt ├── cr4_84.txt ├── cr4_840.txt ├── cr4_841.txt ├── cr4_842.txt ├── cr4_843.txt ├── cr4_844.txt ├── cr4_845.txt ├── cr4_846.txt ├── cr4_847.txt ├── cr4_848.txt ├── cr4_849.txt ├── cr4_851.txt ├── cr4_852.txt ├── cr4_855.txt ├── cr4_860.txt ├── cr4_862.txt ├── cr4_865.txt ├── cr4_869.txt ├── cr4_87.txt ├── cr4_873.txt ├── cr4_875.txt ├── cr4_876.txt ├── cr4_877.txt ├── cr4_884.txt ├── cr4_885.txt ├── cr4_886.txt ├── cr4_888.txt ├── cr4_889.txt ├── cr4_89.txt ├── cr4_96.txt ├── cr4_97.txt ├── cr4_98.txt ├── cr5_1.txt ├── cr5_123.txt ├── cr5_127.txt ├── cr5_128.txt ├── cr5_130.txt ├── cr5_131.txt ├── cr5_2.txt ├── cr5_213.txt ├── cr5_214.txt ├── cr5_218.txt ├── cr5_24.txt ├── cr5_256.txt ├── cr5_257.txt ├── cr5_259.txt ├── cr5_260.txt ├── cr5_261.txt ├── cr5_289.txt ├── cr5_3.txt ├── cr5_320.txt ├── cr5_352.txt ├── cr5_365.txt ├── cr5_367.txt ├── cr5_371.txt ├── cr5_378.txt ├── cr5_379.txt ├── cr5_380.txt ├── cr5_382.txt ├── cr5_4.txt ├── cr5_406.txt ├── cr5_407.txt ├── cr5_409.txt ├── cr5_410.txt ├── cr5_411.txt ├── cr5_413.txt ├── cr5_414.txt ├── cr5_419.txt ├── cr5_420.txt ├── cr5_421.txt ├── cr5_423.txt ├── cr5_427.txt ├── cr5_428.txt ├── cr5_437.txt ├── cr5_438.txt ├── cr5_439.txt ├── cr5_441.txt ├── cr5_442.txt ├── cr5_461.txt ├── cr5_464.txt ├── cr5_465.txt ├── cr5_471.txt ├── cr5_484.txt ├── cr5_538.txt ├── cr5_567.txt ├── cr5_572.txt ├── cr5_573.txt ├── cr5_575.txt ├── cr5_577.txt ├── cr5_578.txt ├── cr5_580.txt ├── cr5_581.txt ├── cr5_592.txt ├── cr5_593.txt ├── cr5_594.txt ├── cr5_596.txt ├── cr5_597.txt ├── cr5_61.txt ├── cr5_613.txt ├── cr5_617.txt ├── cr5_632.txt ├── cr5_639.txt ├── cr5_640.txt ├── cr5_641.txt ├── cr5_642.txt ├── cr5_645.txt ├── cr5_646.txt ├── cr5_71.txt ├── mot_29.txt ├── mot_68.txt ├── mot_7.txt └── mot_94.txt ├── 4 ├── biwi_106.txt ├── biwi_107.txt ├── biwi_108.txt ├── biwi_109.txt ├── biwi_132.txt ├── biwi_137.txt ├── biwi_141.txt ├── biwi_142.txt ├── biwi_15.txt ├── biwi_28.txt ├── biwi_29.txt ├── biwi_40.txt ├── biwi_41.txt ├── biwi_81.txt ├── biwi_82.txt ├── biwi_84.txt ├── biwi_85.txt ├── biwi_86.txt ├── biwi_98.txt ├── cr1_2.txt ├── cr1_49.txt ├── cr1_5.txt ├── cr1_52.txt ├── cr2_10.txt ├── cr2_188.txt ├── cr2_198.txt ├── cr2_2.txt ├── cr2_21.txt ├── cr2_253.txt ├── cr2_257.txt ├── cr2_259.txt ├── cr2_280.txt ├── cr2_284.txt ├── cr2_299.txt ├── cr2_3.txt ├── cr2_316.txt ├── cr2_321.txt ├── cr2_322.txt ├── cr2_323.txt ├── cr2_361.txt ├── cr2_362.txt ├── cr2_376.txt ├── cr2_47.txt ├── cr2_73.txt ├── cr2_80.txt ├── cr2_81.txt ├── cr2_82.txt ├── cr2_93.txt ├── cr2_94.txt ├── cr3_108.txt ├── cr3_109.txt ├── cr3_110.txt ├── cr3_116.txt ├── cr3_117.txt ├── cr3_118.txt ├── cr3_119.txt ├── cr3_121.txt ├── cr3_123.txt ├── cr3_130.txt ├── cr3_136.txt ├── cr3_149.txt ├── cr3_150.txt ├── cr3_173.txt ├── cr3_175.txt ├── cr3_179.txt ├── cr3_38.txt ├── cr3_42.txt ├── cr3_45.txt ├── cr3_46.txt ├── cr3_72.txt ├── cr3_73.txt ├── cr3_78.txt ├── cr3_86.txt ├── cr3_91.txt ├── cr3_93.txt ├── cr3_94.txt ├── cr3_95.txt ├── cr3_96.txt ├── cr4_161.txt ├── cr4_163.txt ├── cr4_173.txt ├── cr4_179.txt ├── cr4_203.txt ├── cr4_232.txt ├── cr4_239.txt ├── cr4_277.txt ├── cr4_3.txt ├── cr4_303.txt ├── cr4_338.txt ├── cr4_355.txt ├── cr4_359.txt ├── cr4_391.txt ├── cr4_403.txt ├── cr4_404.txt ├── cr4_416.txt ├── cr4_444.txt ├── cr4_468.txt ├── cr4_482.txt ├── cr4_507.txt ├── cr4_538.txt ├── cr4_573.txt ├── cr4_593.txt ├── cr4_601.txt ├── cr4_65.txt ├── cr4_67.txt ├── cr4_680.txt ├── cr4_70.txt ├── cr4_722.txt ├── cr4_725.txt ├── cr4_727.txt ├── cr4_747.txt ├── cr4_755.txt ├── cr4_791.txt ├── cr4_8.txt ├── cr4_800.txt ├── cr4_824.txt ├── cr4_834.txt ├── cr4_868.txt ├── cr4_9.txt ├── cr4_94.txt ├── cr4_95.txt ├── cr5_0.txt ├── cr5_113.txt ├── cr5_124.txt ├── cr5_141.txt ├── cr5_149.txt ├── cr5_150.txt ├── cr5_154.txt ├── cr5_167.txt ├── cr5_183.txt ├── cr5_196.txt ├── cr5_200.txt ├── cr5_274.txt ├── cr5_284.txt ├── cr5_290.txt ├── cr5_317.txt ├── cr5_319.txt ├── cr5_327.txt ├── cr5_329.txt ├── cr5_34.txt ├── cr5_347.txt ├── cr5_349.txt ├── cr5_350.txt ├── cr5_353.txt ├── cr5_36.txt ├── cr5_364.txt ├── cr5_368.txt ├── cr5_37.txt ├── cr5_372.txt ├── cr5_39.txt ├── cr5_390.txt ├── cr5_395.txt ├── cr5_399.txt ├── cr5_430.txt ├── cr5_435.txt ├── cr5_443.txt ├── cr5_476.txt ├── cr5_481.txt ├── cr5_482.txt ├── cr5_483.txt ├── cr5_485.txt ├── cr5_513.txt ├── cr5_517.txt ├── cr5_518.txt ├── cr5_52.txt ├── cr5_53.txt ├── cr5_541.txt ├── cr5_547.txt ├── cr5_583.txt ├── cr5_585.txt ├── cr5_587.txt ├── cr5_588.txt ├── cr5_591.txt ├── cr5_6.txt ├── cr5_60.txt ├── cr5_619.txt ├── cr5_636.txt ├── cr5_649.txt ├── cr5_650.txt ├── cr5_657.txt ├── cr5_658.txt ├── cr5_668.txt ├── cr5_673.txt ├── cr5_674.txt ├── cr5_693.txt ├── cr5_700.txt ├── cr5_79.txt ├── cr5_81.txt ├── cr5_87.txt ├── mot_0.txt ├── mot_1.txt ├── mot_100.txt ├── mot_101.txt ├── mot_102.txt ├── mot_104.txt ├── mot_105.txt ├── mot_106.txt ├── mot_11.txt ├── mot_13.txt ├── mot_15.txt ├── mot_16.txt ├── mot_17.txt ├── mot_18.txt ├── mot_23.txt ├── mot_24.txt ├── mot_25.txt ├── mot_26.txt ├── mot_27.txt ├── mot_28.txt ├── mot_31.txt ├── mot_32.txt ├── mot_33.txt ├── mot_34.txt ├── mot_35.txt ├── mot_36.txt ├── mot_37.txt ├── mot_40.txt ├── mot_41.txt ├── mot_42.txt ├── mot_43.txt ├── mot_45.txt ├── mot_46.txt ├── mot_47.txt ├── mot_48.txt ├── mot_5.txt ├── mot_55.txt ├── mot_56.txt ├── mot_57.txt ├── mot_59.txt ├── mot_6.txt ├── mot_61.txt ├── mot_62.txt ├── mot_63.txt ├── mot_81.txt ├── mot_82.txt ├── mot_83.txt ├── mot_84.txt ├── mot_85.txt ├── mot_90.txt ├── mot_91.txt ├── mot_92.txt ├── mot_97.txt ├── mot_98.txt └── mot_99.txt ├── 5 ├── cr1_54.txt ├── cr2_186.txt ├── cr2_207.txt ├── cr2_252.txt ├── cr2_345.txt ├── cr2_352.txt ├── cr2_41.txt ├── cr2_44.txt ├── cr2_57.txt ├── cr3_30.txt ├── cr4_110.txt ├── cr4_237.txt ├── cr4_383.txt ├── cr4_384.txt ├── cr4_441.txt ├── cr4_528.txt ├── cr4_536.txt ├── cr4_674.txt ├── cr4_721.txt ├── cr4_866.txt ├── cr4_870.txt ├── cr5_125.txt ├── cr5_181.txt ├── cr5_570.txt ├── mot_14.txt ├── mot_22.txt └── mot_60.txt └── 6 ├── biwi_103.txt ├── biwi_104.txt ├── biwi_105.txt ├── biwi_113.txt ├── biwi_114.txt ├── biwi_119.txt ├── biwi_120.txt ├── biwi_121.txt ├── biwi_122.txt ├── biwi_129.txt ├── biwi_13.txt ├── biwi_130.txt ├── biwi_131.txt ├── biwi_133.txt ├── biwi_134.txt ├── biwi_135.txt ├── biwi_136.txt ├── biwi_138.txt ├── biwi_139.txt ├── biwi_14.txt ├── biwi_140.txt ├── biwi_143.txt ├── biwi_144.txt ├── biwi_16.txt ├── biwi_17.txt ├── biwi_24.txt ├── biwi_25.txt ├── biwi_26.txt ├── biwi_27.txt ├── biwi_3.txt ├── biwi_30.txt ├── biwi_31.txt ├── biwi_37.txt ├── biwi_38.txt ├── biwi_4.txt ├── biwi_42.txt ├── biwi_43.txt ├── biwi_44.txt ├── biwi_45.txt ├── biwi_49.txt ├── biwi_5.txt ├── biwi_50.txt ├── biwi_53.txt ├── biwi_54.txt ├── biwi_55.txt ├── biwi_56.txt ├── biwi_57.txt ├── biwi_59.txt ├── biwi_60.txt ├── biwi_61.txt ├── biwi_63.txt ├── biwi_65.txt ├── biwi_66.txt ├── biwi_67.txt ├── biwi_68.txt ├── biwi_69.txt ├── biwi_70.txt ├── biwi_71.txt ├── biwi_73.txt ├── biwi_74.txt ├── biwi_75.txt ├── biwi_76.txt ├── biwi_77.txt ├── biwi_78.txt ├── biwi_79.txt ├── biwi_80.txt ├── biwi_87.txt ├── biwi_88.txt ├── biwi_92.txt ├── biwi_93.txt ├── biwi_96.txt ├── biwi_97.txt ├── cr1_0.txt ├── cr1_1.txt ├── cr1_10.txt ├── cr1_11.txt ├── cr1_12.txt ├── cr1_13.txt ├── cr1_14.txt ├── cr1_15.txt ├── cr1_16.txt ├── cr1_17.txt ├── cr1_18.txt ├── cr1_19.txt ├── cr1_20.txt ├── cr1_21.txt ├── cr1_22.txt ├── cr1_23.txt ├── cr1_24.txt ├── cr1_25.txt ├── cr1_26.txt ├── cr1_27.txt ├── cr1_28.txt ├── cr1_29.txt ├── cr1_3.txt ├── cr1_30.txt ├── cr1_31.txt ├── cr1_32.txt ├── cr1_33.txt ├── cr1_34.txt ├── cr1_35.txt ├── cr1_36.txt ├── cr1_37.txt ├── cr1_38.txt ├── cr1_39.txt ├── cr1_4.txt ├── cr1_40.txt ├── cr1_41.txt ├── cr1_42.txt ├── cr1_43.txt ├── cr1_44.txt ├── cr1_45.txt ├── cr1_46.txt ├── cr1_47.txt ├── cr1_48.txt ├── cr1_50.txt ├── cr1_51.txt ├── cr1_53.txt ├── cr1_55.txt ├── cr1_56.txt ├── cr1_58.txt ├── cr1_59.txt ├── cr1_6.txt ├── cr1_7.txt ├── cr1_8.txt ├── cr1_9.txt ├── cr2_0.txt ├── cr2_1.txt ├── cr2_11.txt ├── cr2_12.txt ├── cr2_123.txt ├── cr2_124.txt ├── cr2_13.txt ├── cr2_14.txt ├── cr2_15.txt ├── cr2_152.txt ├── cr2_153.txt ├── cr2_16.txt ├── cr2_165.txt ├── cr2_166.txt ├── cr2_167.txt ├── cr2_168.txt ├── cr2_169.txt ├── cr2_17.txt ├── cr2_170.txt ├── cr2_174.txt ├── cr2_175.txt ├── cr2_179.txt ├── cr2_18.txt ├── cr2_180.txt ├── cr2_181.txt ├── cr2_182.txt ├── cr2_183.txt ├── cr2_184.txt ├── cr2_185.txt ├── cr2_189.txt ├── cr2_19.txt ├── cr2_190.txt ├── cr2_191.txt ├── cr2_192.txt ├── cr2_193.txt ├── cr2_194.txt ├── cr2_195.txt ├── cr2_196.txt ├── cr2_197.txt ├── cr2_199.txt ├── cr2_20.txt ├── cr2_200.txt ├── cr2_201.txt ├── cr2_202.txt ├── cr2_203.txt ├── cr2_204.txt ├── cr2_205.txt ├── cr2_206.txt ├── cr2_209.txt ├── cr2_210.txt ├── cr2_211.txt ├── cr2_212.txt ├── cr2_213.txt ├── cr2_22.txt ├── cr2_23.txt ├── cr2_233.txt ├── cr2_24.txt ├── cr2_25.txt ├── cr2_254.txt ├── cr2_255.txt ├── cr2_256.txt ├── cr2_258.txt ├── cr2_26.txt ├── cr2_260.txt ├── cr2_261.txt ├── cr2_262.txt ├── cr2_263.txt ├── cr2_264.txt ├── cr2_265.txt ├── cr2_266.txt ├── cr2_267.txt ├── cr2_268.txt ├── cr2_269.txt ├── cr2_27.txt ├── cr2_270.txt ├── cr2_271.txt ├── cr2_274.txt ├── cr2_275.txt ├── cr2_276.txt ├── cr2_279.txt ├── cr2_28.txt ├── cr2_281.txt ├── cr2_282.txt ├── cr2_283.txt ├── cr2_285.txt ├── cr2_286.txt ├── cr2_287.txt ├── cr2_288.txt ├── cr2_289.txt ├── cr2_29.txt ├── cr2_290.txt ├── cr2_291.txt ├── cr2_292.txt ├── cr2_293.txt ├── cr2_294.txt ├── cr2_295.txt ├── cr2_296.txt ├── cr2_297.txt ├── cr2_298.txt ├── cr2_30.txt ├── cr2_300.txt ├── cr2_301.txt ├── cr2_302.txt ├── cr2_303.txt ├── cr2_304.txt ├── cr2_305.txt ├── cr2_306.txt ├── cr2_307.txt ├── cr2_308.txt ├── cr2_309.txt ├── cr2_31.txt ├── cr2_310.txt ├── cr2_311.txt ├── cr2_312.txt ├── cr2_313.txt ├── cr2_314.txt ├── cr2_315.txt ├── cr2_317.txt ├── cr2_318.txt ├── cr2_319.txt ├── cr2_32.txt ├── cr2_320.txt ├── cr2_324.txt ├── cr2_325.txt ├── cr2_326.txt ├── cr2_327.txt ├── cr2_33.txt ├── cr2_336.txt ├── cr2_337.txt ├── cr2_338.txt ├── cr2_339.txt ├── cr2_34.txt ├── cr2_342.txt ├── cr2_343.txt ├── cr2_344.txt ├── cr2_348.txt ├── cr2_35.txt ├── cr2_353.txt ├── cr2_354.txt ├── cr2_355.txt ├── cr2_356.txt ├── cr2_357.txt ├── cr2_358.txt ├── cr2_359.txt ├── cr2_36.txt ├── cr2_360.txt ├── cr2_364.txt ├── cr2_365.txt ├── cr2_366.txt ├── cr2_367.txt ├── cr2_368.txt ├── cr2_369.txt ├── cr2_37.txt ├── cr2_370.txt ├── cr2_371.txt ├── cr2_372.txt ├── cr2_373.txt ├── cr2_374.txt ├── cr2_375.txt ├── cr2_377.txt ├── cr2_378.txt ├── cr2_38.txt ├── cr2_39.txt ├── cr2_4.txt ├── cr2_40.txt ├── cr2_46.txt ├── cr2_48.txt ├── cr2_49.txt ├── cr2_5.txt ├── cr2_54.txt ├── cr2_6.txt ├── cr2_7.txt ├── cr2_70.txt ├── cr2_71.txt ├── cr2_72.txt ├── cr2_74.txt ├── cr2_75.txt ├── cr2_76.txt ├── cr2_77.txt ├── cr2_78.txt ├── cr2_79.txt ├── cr2_8.txt ├── cr2_83.txt ├── cr2_84.txt ├── cr2_85.txt ├── cr2_86.txt ├── cr2_87.txt ├── cr2_88.txt ├── cr2_89.txt ├── cr2_9.txt ├── cr2_90.txt ├── cr2_91.txt ├── cr2_92.txt ├── cr2_95.txt ├── cr3_0.txt ├── cr3_1.txt ├── cr3_10.txt ├── cr3_100.txt ├── cr3_101.txt ├── cr3_102.txt ├── cr3_103.txt ├── cr3_104.txt ├── cr3_105.txt ├── cr3_106.txt ├── cr3_107.txt ├── cr3_11.txt ├── cr3_111.txt ├── cr3_112.txt ├── cr3_113.txt ├── cr3_114.txt ├── cr3_115.txt ├── cr3_12.txt ├── cr3_13.txt ├── cr3_131.txt ├── cr3_132.txt ├── cr3_133.txt ├── cr3_134.txt ├── cr3_135.txt ├── cr3_137.txt ├── cr3_138.txt ├── cr3_139.txt ├── cr3_14.txt ├── cr3_140.txt ├── cr3_141.txt ├── cr3_142.txt ├── cr3_143.txt ├── cr3_144.txt ├── cr3_145.txt ├── cr3_146.txt ├── cr3_147.txt ├── cr3_148.txt ├── cr3_15.txt ├── cr3_151.txt ├── cr3_155.txt ├── cr3_158.txt ├── cr3_159.txt ├── cr3_16.txt ├── cr3_160.txt ├── cr3_161.txt ├── cr3_162.txt ├── cr3_163.txt ├── cr3_164.txt ├── cr3_165.txt ├── cr3_166.txt ├── cr3_167.txt ├── cr3_168.txt ├── cr3_169.txt ├── cr3_17.txt ├── cr3_170.txt ├── cr3_171.txt ├── cr3_172.txt ├── cr3_174.txt ├── cr3_176.txt ├── cr3_177.txt ├── cr3_178.txt ├── cr3_18.txt ├── cr3_19.txt ├── cr3_2.txt ├── cr3_20.txt ├── cr3_21.txt ├── cr3_22.txt ├── cr3_23.txt ├── cr3_24.txt ├── cr3_25.txt ├── cr3_3.txt ├── cr3_31.txt ├── cr3_37.txt ├── cr3_4.txt ├── cr3_47.txt ├── cr3_48.txt ├── cr3_49.txt ├── cr3_5.txt ├── cr3_50.txt ├── cr3_51.txt ├── cr3_52.txt ├── cr3_53.txt ├── cr3_54.txt ├── cr3_55.txt ├── cr3_56.txt ├── cr3_57.txt ├── cr3_58.txt ├── cr3_59.txt ├── cr3_6.txt ├── cr3_60.txt ├── cr3_61.txt ├── cr3_62.txt ├── cr3_63.txt ├── cr3_64.txt ├── cr3_65.txt ├── cr3_66.txt ├── cr3_67.txt ├── cr3_68.txt ├── cr3_69.txt ├── cr3_7.txt ├── cr3_70.txt ├── cr3_71.txt ├── cr3_74.txt ├── cr3_75.txt ├── cr3_79.txt ├── cr3_8.txt ├── cr3_80.txt ├── cr3_81.txt ├── cr3_82.txt ├── cr3_83.txt ├── cr3_84.txt ├── cr3_85.txt ├── cr3_87.txt ├── cr3_89.txt ├── cr3_9.txt ├── cr3_90.txt ├── cr3_92.txt ├── cr3_97.txt ├── cr3_98.txt ├── cr3_99.txt ├── cr4_0.txt ├── cr4_1.txt ├── cr4_10.txt ├── cr4_102.txt ├── cr4_103.txt ├── cr4_105.txt ├── cr4_106.txt ├── cr4_107.txt ├── cr4_108.txt ├── cr4_109.txt ├── cr4_11.txt ├── cr4_111.txt ├── cr4_112.txt ├── cr4_113.txt ├── cr4_114.txt ├── cr4_116.txt ├── cr4_117.txt ├── cr4_118.txt ├── cr4_119.txt ├── cr4_12.txt ├── cr4_120.txt ├── cr4_121.txt ├── cr4_122.txt ├── cr4_123.txt ├── cr4_124.txt ├── cr4_125.txt ├── cr4_126.txt ├── cr4_127.txt ├── cr4_128.txt ├── cr4_129.txt ├── cr4_13.txt ├── cr4_130.txt ├── cr4_133.txt ├── cr4_134.txt ├── cr4_135.txt ├── cr4_137.txt ├── cr4_138.txt ├── cr4_139.txt ├── cr4_14.txt ├── cr4_140.txt ├── cr4_141.txt ├── cr4_142.txt ├── cr4_143.txt ├── cr4_144.txt ├── cr4_145.txt ├── cr4_146.txt ├── cr4_148.txt ├── cr4_149.txt ├── cr4_15.txt ├── cr4_150.txt ├── cr4_152.txt ├── cr4_155.txt ├── cr4_156.txt ├── cr4_159.txt ├── cr4_16.txt ├── cr4_160.txt ├── cr4_162.txt ├── cr4_164.txt ├── cr4_165.txt ├── cr4_166.txt ├── cr4_167.txt ├── cr4_168.txt ├── cr4_169.txt ├── cr4_17.txt ├── cr4_170.txt ├── cr4_171.txt ├── cr4_174.txt ├── cr4_175.txt ├── cr4_178.txt ├── cr4_18.txt ├── cr4_181.txt ├── cr4_182.txt ├── cr4_183.txt ├── cr4_184.txt ├── cr4_185.txt ├── cr4_186.txt ├── cr4_188.txt ├── cr4_19.txt ├── cr4_190.txt ├── cr4_192.txt ├── cr4_194.txt ├── cr4_195.txt ├── cr4_196.txt ├── cr4_197.txt ├── cr4_199.txt ├── cr4_2.txt ├── cr4_20.txt ├── cr4_200.txt ├── cr4_202.txt ├── cr4_204.txt ├── cr4_205.txt ├── cr4_206.txt ├── cr4_207.txt ├── cr4_21.txt ├── cr4_215.txt ├── cr4_216.txt ├── cr4_218.txt ├── cr4_219.txt ├── cr4_22.txt ├── cr4_220.txt ├── cr4_221.txt ├── cr4_222.txt ├── cr4_224.txt ├── cr4_225.txt ├── cr4_226.txt ├── cr4_228.txt ├── cr4_229.txt ├── cr4_23.txt ├── cr4_230.txt ├── cr4_231.txt ├── cr4_236.txt ├── cr4_238.txt ├── cr4_240.txt ├── cr4_241.txt ├── cr4_242.txt ├── cr4_243.txt ├── cr4_244.txt ├── cr4_245.txt ├── cr4_246.txt ├── cr4_248.txt ├── cr4_249.txt ├── cr4_25.txt ├── cr4_250.txt ├── cr4_251.txt ├── cr4_252.txt ├── cr4_253.txt ├── cr4_254.txt ├── cr4_255.txt ├── cr4_256.txt ├── cr4_257.txt ├── cr4_258.txt ├── cr4_259.txt ├── cr4_26.txt ├── cr4_261.txt ├── cr4_262.txt ├── cr4_263.txt ├── cr4_264.txt ├── cr4_266.txt ├── cr4_267.txt ├── cr4_268.txt ├── cr4_269.txt ├── cr4_270.txt ├── cr4_271.txt ├── cr4_272.txt ├── cr4_273.txt ├── cr4_274.txt ├── cr4_275.txt ├── cr4_276.txt ├── cr4_278.txt ├── cr4_279.txt ├── cr4_280.txt ├── cr4_281.txt ├── cr4_282.txt ├── cr4_283.txt ├── cr4_284.txt ├── cr4_285.txt ├── cr4_286.txt ├── cr4_287.txt ├── cr4_288.txt ├── cr4_289.txt ├── cr4_29.txt ├── cr4_290.txt ├── cr4_291.txt ├── cr4_293.txt ├── cr4_294.txt ├── cr4_295.txt ├── cr4_296.txt ├── cr4_297.txt ├── cr4_298.txt ├── cr4_299.txt ├── cr4_30.txt ├── cr4_300.txt ├── cr4_301.txt ├── cr4_302.txt ├── cr4_306.txt ├── cr4_307.txt ├── cr4_308.txt ├── cr4_309.txt ├── cr4_31.txt ├── cr4_310.txt ├── cr4_311.txt ├── cr4_312.txt ├── cr4_313.txt ├── cr4_314.txt ├── cr4_315.txt ├── cr4_316.txt ├── cr4_317.txt ├── cr4_32.txt ├── cr4_324.txt ├── cr4_325.txt ├── cr4_330.txt ├── cr4_339.txt ├── cr4_341.txt ├── cr4_35.txt ├── cr4_350.txt ├── cr4_351.txt ├── cr4_353.txt ├── cr4_354.txt ├── cr4_356.txt ├── cr4_36.txt ├── cr4_360.txt ├── cr4_369.txt ├── cr4_37.txt ├── cr4_371.txt ├── cr4_373.txt ├── cr4_379.txt ├── cr4_38.txt ├── cr4_380.txt ├── cr4_381.txt ├── cr4_382.txt ├── cr4_385.txt ├── cr4_386.txt ├── cr4_387.txt ├── cr4_388.txt ├── cr4_389.txt ├── cr4_39.txt ├── cr4_390.txt ├── cr4_392.txt ├── cr4_393.txt ├── cr4_394.txt ├── cr4_395.txt ├── cr4_4.txt ├── cr4_402.txt ├── cr4_405.txt ├── cr4_406.txt ├── cr4_407.txt ├── cr4_408.txt ├── cr4_409.txt ├── cr4_41.txt ├── cr4_410.txt ├── cr4_411.txt ├── cr4_412.txt ├── cr4_413.txt ├── cr4_414.txt ├── cr4_415.txt ├── cr4_417.txt ├── cr4_418.txt ├── cr4_419.txt ├── cr4_42.txt ├── cr4_420.txt ├── cr4_421.txt ├── cr4_422.txt ├── cr4_423.txt ├── cr4_427.txt ├── cr4_428.txt ├── cr4_429.txt ├── cr4_43.txt ├── cr4_433.txt ├── cr4_434.txt ├── cr4_435.txt ├── cr4_436.txt ├── cr4_438.txt ├── cr4_44.txt ├── cr4_440.txt ├── cr4_442.txt ├── cr4_443.txt ├── cr4_445.txt ├── cr4_446.txt ├── cr4_447.txt ├── cr4_448.txt ├── cr4_449.txt ├── cr4_45.txt ├── cr4_450.txt ├── cr4_451.txt ├── cr4_452.txt ├── cr4_454.txt ├── cr4_455.txt ├── cr4_456.txt ├── cr4_458.txt ├── cr4_459.txt ├── cr4_460.txt ├── cr4_462.txt ├── cr4_463.txt ├── cr4_464.txt ├── cr4_465.txt ├── cr4_466.txt ├── cr4_467.txt ├── cr4_469.txt ├── cr4_470.txt ├── cr4_471.txt ├── cr4_472.txt ├── cr4_475.txt ├── cr4_476.txt ├── cr4_477.txt ├── cr4_478.txt ├── cr4_479.txt ├── cr4_480.txt ├── cr4_481.txt ├── cr4_483.txt ├── cr4_484.txt ├── cr4_485.txt ├── cr4_486.txt ├── cr4_487.txt ├── cr4_488.txt ├── cr4_489.txt ├── cr4_490.txt ├── cr4_491.txt ├── cr4_492.txt ├── cr4_493.txt ├── cr4_494.txt ├── cr4_495.txt ├── cr4_496.txt ├── cr4_497.txt ├── cr4_498.txt ├── cr4_499.txt ├── cr4_5.txt ├── cr4_50.txt ├── cr4_500.txt ├── cr4_501.txt ├── cr4_502.txt ├── cr4_503.txt ├── cr4_504.txt ├── cr4_505.txt ├── cr4_506.txt ├── cr4_508.txt ├── cr4_509.txt ├── cr4_51.txt ├── cr4_511.txt ├── cr4_517.txt ├── cr4_518.txt ├── cr4_52.txt ├── cr4_520.txt ├── cr4_521.txt ├── cr4_522.txt ├── cr4_524.txt ├── cr4_525.txt ├── cr4_526.txt ├── cr4_527.txt ├── cr4_534.txt ├── cr4_535.txt ├── cr4_537.txt ├── cr4_539.txt ├── cr4_540.txt ├── cr4_541.txt ├── cr4_542.txt ├── cr4_543.txt ├── cr4_545.txt ├── cr4_55.txt ├── cr4_550.txt ├── cr4_551.txt ├── cr4_557.txt ├── cr4_56.txt ├── cr4_562.txt ├── cr4_564.txt ├── cr4_565.txt ├── cr4_566.txt ├── cr4_567.txt ├── cr4_568.txt ├── cr4_569.txt ├── cr4_57.txt ├── cr4_570.txt ├── cr4_571.txt ├── cr4_572.txt ├── cr4_587.txt ├── cr4_589.txt ├── cr4_59.txt ├── cr4_590.txt ├── cr4_591.txt ├── cr4_592.txt ├── cr4_594.txt ├── cr4_595.txt ├── cr4_596.txt ├── cr4_6.txt ├── cr4_60.txt ├── cr4_602.txt ├── cr4_603.txt ├── cr4_604.txt ├── cr4_605.txt ├── cr4_608.txt ├── cr4_609.txt ├── cr4_612.txt ├── cr4_613.txt ├── cr4_614.txt ├── cr4_615.txt ├── cr4_616.txt ├── cr4_617.txt ├── cr4_618.txt ├── cr4_619.txt ├── cr4_62.txt ├── cr4_620.txt ├── cr4_621.txt ├── cr4_627.txt ├── cr4_628.txt ├── cr4_629.txt ├── cr4_63.txt ├── cr4_631.txt ├── cr4_632.txt ├── cr4_633.txt ├── cr4_634.txt ├── cr4_635.txt ├── cr4_636.txt ├── cr4_637.txt ├── cr4_64.txt ├── cr4_644.txt ├── cr4_645.txt ├── cr4_646.txt ├── cr4_647.txt ├── cr4_649.txt ├── cr4_650.txt ├── cr4_658.txt ├── cr4_66.txt ├── cr4_663.txt ├── cr4_664.txt ├── cr4_668.txt ├── cr4_669.txt ├── cr4_670.txt ├── cr4_671.txt ├── cr4_672.txt ├── cr4_677.txt ├── cr4_678.txt ├── cr4_679.txt ├── cr4_68.txt ├── cr4_681.txt ├── cr4_682.txt ├── cr4_683.txt ├── cr4_684.txt ├── cr4_686.txt ├── cr4_688.txt ├── cr4_689.txt ├── cr4_69.txt ├── cr4_690.txt ├── cr4_691.txt ├── cr4_692.txt ├── cr4_693.txt ├── cr4_694.txt ├── cr4_695.txt ├── cr4_696.txt ├── cr4_697.txt ├── cr4_698.txt ├── cr4_699.txt ├── cr4_7.txt ├── cr4_700.txt ├── cr4_701.txt ├── cr4_702.txt ├── cr4_703.txt ├── cr4_704.txt ├── cr4_705.txt ├── cr4_706.txt ├── cr4_707.txt ├── cr4_708.txt ├── cr4_709.txt ├── cr4_71.txt ├── cr4_710.txt ├── cr4_711.txt ├── cr4_714.txt ├── cr4_715.txt ├── cr4_716.txt ├── cr4_717.txt ├── cr4_718.txt ├── cr4_719.txt ├── cr4_72.txt ├── cr4_720.txt ├── cr4_723.txt ├── cr4_724.txt ├── cr4_726.txt ├── cr4_728.txt ├── cr4_731.txt ├── cr4_732.txt ├── cr4_733.txt ├── cr4_734.txt ├── cr4_735.txt ├── cr4_736.txt ├── cr4_737.txt ├── cr4_738.txt ├── cr4_739.txt ├── cr4_740.txt ├── cr4_741.txt ├── cr4_742.txt ├── cr4_743.txt ├── cr4_744.txt ├── cr4_745.txt ├── cr4_746.txt ├── cr4_748.txt ├── cr4_749.txt ├── cr4_75.txt ├── cr4_751.txt ├── cr4_753.txt ├── cr4_754.txt ├── cr4_756.txt ├── cr4_757.txt ├── cr4_758.txt ├── cr4_759.txt ├── cr4_76.txt ├── cr4_760.txt ├── cr4_761.txt ├── cr4_763.txt ├── cr4_764.txt ├── cr4_766.txt ├── cr4_767.txt ├── cr4_768.txt ├── cr4_769.txt ├── cr4_77.txt ├── cr4_770.txt ├── cr4_771.txt ├── cr4_772.txt ├── cr4_773.txt ├── cr4_774.txt ├── cr4_776.txt ├── cr4_777.txt ├── cr4_778.txt ├── cr4_779.txt ├── cr4_78.txt ├── cr4_783.txt ├── cr4_784.txt ├── cr4_786.txt ├── cr4_787.txt ├── cr4_788.txt ├── cr4_789.txt ├── cr4_79.txt ├── cr4_792.txt ├── cr4_793.txt ├── cr4_795.txt ├── cr4_796.txt ├── cr4_797.txt ├── cr4_798.txt ├── cr4_799.txt ├── cr4_80.txt ├── cr4_801.txt ├── cr4_802.txt ├── cr4_803.txt ├── cr4_804.txt ├── cr4_805.txt ├── cr4_806.txt ├── cr4_808.txt ├── cr4_813.txt ├── cr4_814.txt ├── cr4_817.txt ├── cr4_819.txt ├── cr4_820.txt ├── cr4_821.txt ├── cr4_822.txt ├── cr4_823.txt ├── cr4_825.txt ├── cr4_826.txt ├── cr4_828.txt ├── cr4_829.txt ├── cr4_830.txt ├── cr4_835.txt ├── cr4_836.txt ├── cr4_85.txt ├── cr4_853.txt ├── cr4_854.txt ├── cr4_856.txt ├── cr4_857.txt ├── cr4_858.txt ├── cr4_859.txt ├── cr4_86.txt ├── cr4_861.txt ├── cr4_863.txt ├── cr4_864.txt ├── cr4_867.txt ├── cr4_871.txt ├── cr4_872.txt ├── cr4_874.txt ├── cr4_878.txt ├── cr4_879.txt ├── cr4_88.txt ├── cr4_880.txt ├── cr4_881.txt ├── cr4_882.txt ├── cr4_883.txt ├── cr4_887.txt ├── cr4_890.txt ├── cr4_90.txt ├── cr4_91.txt ├── cr4_92.txt ├── cr4_93.txt ├── cr5_10.txt ├── cr5_100.txt ├── cr5_101.txt ├── cr5_102.txt ├── cr5_103.txt ├── cr5_104.txt ├── cr5_105.txt ├── cr5_106.txt ├── cr5_107.txt ├── cr5_108.txt ├── cr5_109.txt ├── cr5_11.txt ├── cr5_110.txt ├── cr5_111.txt ├── cr5_112.txt ├── cr5_114.txt ├── cr5_115.txt ├── cr5_116.txt ├── cr5_117.txt ├── cr5_118.txt ├── cr5_119.txt ├── cr5_12.txt ├── cr5_120.txt ├── cr5_121.txt ├── cr5_122.txt ├── cr5_129.txt ├── cr5_13.txt ├── cr5_132.txt ├── cr5_133.txt ├── cr5_134.txt ├── cr5_135.txt ├── cr5_136.txt ├── cr5_137.txt ├── cr5_138.txt ├── cr5_139.txt ├── cr5_14.txt ├── cr5_140.txt ├── cr5_142.txt ├── cr5_143.txt ├── cr5_144.txt ├── cr5_145.txt ├── cr5_146.txt ├── cr5_147.txt ├── cr5_148.txt ├── cr5_15.txt ├── cr5_151.txt ├── cr5_152.txt ├── cr5_153.txt ├── cr5_155.txt ├── cr5_156.txt ├── cr5_157.txt ├── cr5_158.txt ├── cr5_159.txt ├── cr5_16.txt ├── cr5_160.txt ├── cr5_161.txt ├── cr5_162.txt ├── cr5_163.txt ├── cr5_164.txt ├── cr5_165.txt ├── cr5_166.txt ├── cr5_168.txt ├── cr5_169.txt ├── cr5_17.txt ├── cr5_170.txt ├── cr5_171.txt ├── cr5_172.txt ├── cr5_173.txt ├── cr5_174.txt ├── cr5_175.txt ├── cr5_176.txt ├── cr5_177.txt ├── cr5_178.txt ├── cr5_179.txt ├── cr5_18.txt ├── cr5_180.txt ├── cr5_184.txt ├── cr5_185.txt ├── cr5_186.txt ├── cr5_187.txt ├── cr5_188.txt ├── cr5_189.txt ├── cr5_19.txt ├── cr5_190.txt ├── cr5_191.txt ├── cr5_192.txt ├── cr5_193.txt ├── cr5_194.txt ├── cr5_195.txt ├── cr5_197.txt ├── cr5_198.txt ├── cr5_199.txt ├── cr5_20.txt ├── cr5_201.txt ├── cr5_202.txt ├── cr5_203.txt ├── cr5_204.txt ├── cr5_205.txt ├── cr5_206.txt ├── cr5_207.txt ├── cr5_208.txt ├── cr5_209.txt ├── cr5_21.txt ├── cr5_210.txt ├── cr5_211.txt ├── cr5_212.txt ├── cr5_215.txt ├── cr5_216.txt ├── cr5_217.txt ├── cr5_219.txt ├── cr5_22.txt ├── cr5_220.txt ├── cr5_221.txt ├── cr5_222.txt ├── cr5_223.txt ├── cr5_224.txt ├── cr5_225.txt ├── cr5_226.txt ├── cr5_227.txt ├── cr5_228.txt ├── cr5_229.txt ├── cr5_23.txt ├── cr5_230.txt ├── cr5_231.txt ├── cr5_232.txt ├── cr5_233.txt ├── cr5_234.txt ├── cr5_235.txt ├── cr5_236.txt ├── cr5_237.txt ├── cr5_238.txt ├── cr5_239.txt ├── cr5_240.txt ├── cr5_241.txt ├── cr5_242.txt ├── cr5_243.txt ├── cr5_244.txt ├── cr5_245.txt ├── cr5_246.txt ├── cr5_247.txt ├── cr5_248.txt ├── cr5_249.txt ├── cr5_25.txt ├── cr5_250.txt ├── cr5_251.txt ├── cr5_252.txt ├── cr5_253.txt ├── cr5_254.txt ├── cr5_26.txt ├── cr5_262.txt ├── cr5_263.txt ├── cr5_264.txt ├── cr5_265.txt ├── cr5_266.txt ├── cr5_267.txt ├── cr5_268.txt ├── cr5_269.txt ├── cr5_27.txt ├── cr5_270.txt ├── cr5_271.txt ├── cr5_272.txt ├── cr5_273.txt ├── cr5_275.txt ├── cr5_276.txt ├── cr5_277.txt ├── cr5_278.txt ├── cr5_28.txt ├── cr5_282.txt ├── cr5_283.txt ├── cr5_285.txt ├── cr5_286.txt ├── cr5_287.txt ├── cr5_288.txt ├── cr5_29.txt ├── cr5_291.txt ├── cr5_292.txt ├── cr5_293.txt ├── cr5_294.txt ├── cr5_295.txt ├── cr5_296.txt ├── cr5_297.txt ├── cr5_298.txt ├── cr5_299.txt ├── cr5_30.txt ├── cr5_300.txt ├── cr5_301.txt ├── cr5_302.txt ├── cr5_303.txt ├── cr5_304.txt ├── cr5_305.txt ├── cr5_306.txt ├── cr5_307.txt ├── cr5_308.txt ├── cr5_309.txt ├── cr5_31.txt ├── cr5_310.txt ├── cr5_311.txt ├── cr5_312.txt ├── cr5_313.txt ├── cr5_314.txt ├── cr5_315.txt ├── cr5_316.txt ├── cr5_318.txt ├── cr5_32.txt ├── cr5_321.txt ├── cr5_322.txt ├── cr5_323.txt ├── cr5_324.txt ├── cr5_325.txt ├── cr5_326.txt ├── cr5_328.txt ├── cr5_33.txt ├── cr5_330.txt ├── cr5_331.txt ├── cr5_332.txt ├── cr5_333.txt ├── cr5_334.txt ├── cr5_335.txt ├── cr5_336.txt ├── cr5_337.txt ├── cr5_338.txt ├── cr5_339.txt ├── cr5_340.txt ├── cr5_341.txt ├── cr5_342.txt ├── cr5_343.txt ├── cr5_344.txt ├── cr5_345.txt ├── cr5_346.txt ├── cr5_348.txt ├── cr5_35.txt ├── cr5_351.txt ├── cr5_354.txt ├── cr5_355.txt ├── cr5_356.txt ├── cr5_357.txt ├── cr5_358.txt ├── cr5_359.txt ├── cr5_360.txt ├── cr5_361.txt ├── cr5_362.txt ├── cr5_366.txt ├── cr5_369.txt ├── cr5_370.txt ├── cr5_373.txt ├── cr5_374.txt ├── cr5_376.txt ├── cr5_377.txt ├── cr5_38.txt ├── cr5_381.txt ├── cr5_383.txt ├── cr5_384.txt ├── cr5_385.txt ├── cr5_386.txt ├── cr5_387.txt ├── cr5_388.txt ├── cr5_389.txt ├── cr5_391.txt ├── cr5_392.txt ├── cr5_393.txt ├── cr5_394.txt ├── cr5_396.txt ├── cr5_397.txt ├── cr5_398.txt ├── cr5_40.txt ├── cr5_400.txt ├── cr5_401.txt ├── cr5_402.txt ├── cr5_403.txt ├── cr5_404.txt ├── cr5_405.txt ├── cr5_408.txt ├── cr5_41.txt ├── cr5_415.txt ├── cr5_416.txt ├── cr5_417.txt ├── cr5_418.txt ├── cr5_42.txt ├── cr5_422.txt ├── cr5_424.txt ├── cr5_429.txt ├── cr5_43.txt ├── cr5_431.txt ├── cr5_432.txt ├── cr5_433.txt ├── cr5_434.txt ├── cr5_436.txt ├── cr5_44.txt ├── cr5_444.txt ├── cr5_445.txt ├── cr5_446.txt ├── cr5_447.txt ├── cr5_448.txt ├── cr5_449.txt ├── cr5_45.txt ├── cr5_450.txt ├── cr5_451.txt ├── cr5_452.txt ├── cr5_453.txt ├── cr5_454.txt ├── cr5_455.txt ├── cr5_456.txt ├── cr5_457.txt ├── cr5_458.txt ├── cr5_459.txt ├── cr5_46.txt ├── cr5_460.txt ├── cr5_466.txt ├── cr5_467.txt ├── cr5_47.txt ├── cr5_473.txt ├── cr5_474.txt ├── cr5_475.txt ├── cr5_477.txt ├── cr5_478.txt ├── cr5_479.txt ├── cr5_48.txt ├── cr5_480.txt ├── cr5_488.txt ├── cr5_489.txt ├── cr5_49.txt ├── cr5_490.txt ├── cr5_491.txt ├── cr5_492.txt ├── cr5_493.txt ├── cr5_494.txt ├── cr5_495.txt ├── cr5_496.txt ├── cr5_497.txt ├── cr5_498.txt ├── cr5_499.txt ├── cr5_5.txt ├── cr5_50.txt ├── cr5_500.txt ├── cr5_501.txt ├── cr5_502.txt ├── cr5_503.txt ├── cr5_504.txt ├── cr5_505.txt ├── cr5_506.txt ├── cr5_507.txt ├── cr5_508.txt ├── cr5_509.txt ├── cr5_51.txt ├── cr5_510.txt ├── cr5_511.txt ├── cr5_512.txt ├── cr5_514.txt ├── cr5_515.txt ├── cr5_516.txt ├── cr5_519.txt ├── cr5_520.txt ├── cr5_521.txt ├── cr5_522.txt ├── cr5_523.txt ├── cr5_524.txt ├── cr5_525.txt ├── cr5_526.txt ├── cr5_527.txt ├── cr5_528.txt ├── cr5_529.txt ├── cr5_530.txt ├── cr5_531.txt ├── cr5_532.txt ├── cr5_533.txt ├── cr5_534.txt ├── cr5_535.txt ├── cr5_536.txt ├── cr5_537.txt ├── cr5_539.txt ├── cr5_54.txt ├── cr5_540.txt ├── cr5_542.txt ├── cr5_543.txt ├── cr5_544.txt ├── cr5_545.txt ├── cr5_546.txt ├── cr5_548.txt ├── cr5_549.txt ├── cr5_55.txt ├── cr5_550.txt ├── cr5_551.txt ├── cr5_552.txt ├── cr5_553.txt ├── cr5_554.txt ├── cr5_555.txt ├── cr5_556.txt ├── cr5_557.txt ├── cr5_558.txt ├── cr5_559.txt ├── cr5_56.txt ├── cr5_560.txt ├── cr5_561.txt ├── cr5_562.txt ├── cr5_563.txt ├── cr5_564.txt ├── cr5_565.txt ├── cr5_566.txt ├── cr5_568.txt ├── cr5_569.txt ├── cr5_57.txt ├── cr5_571.txt ├── cr5_574.txt ├── cr5_576.txt ├── cr5_579.txt ├── cr5_582.txt ├── cr5_584.txt ├── cr5_589.txt ├── cr5_590.txt ├── cr5_595.txt ├── cr5_598.txt ├── cr5_599.txt ├── cr5_600.txt ├── cr5_601.txt ├── cr5_602.txt ├── cr5_603.txt ├── cr5_604.txt ├── cr5_605.txt ├── cr5_606.txt ├── cr5_607.txt ├── cr5_608.txt ├── cr5_609.txt ├── cr5_610.txt ├── cr5_611.txt ├── cr5_612.txt ├── cr5_614.txt ├── cr5_615.txt ├── cr5_618.txt ├── cr5_62.txt ├── cr5_620.txt ├── cr5_621.txt ├── cr5_622.txt ├── cr5_623.txt ├── cr5_624.txt ├── cr5_625.txt ├── cr5_626.txt ├── cr5_628.txt ├── cr5_629.txt ├── cr5_63.txt ├── cr5_630.txt ├── cr5_631.txt ├── cr5_633.txt ├── cr5_634.txt ├── cr5_635.txt ├── cr5_637.txt ├── cr5_638.txt ├── cr5_64.txt ├── cr5_644.txt ├── cr5_648.txt ├── cr5_65.txt ├── cr5_651.txt ├── cr5_652.txt ├── cr5_653.txt ├── cr5_654.txt ├── cr5_655.txt ├── cr5_656.txt ├── cr5_659.txt ├── cr5_66.txt ├── cr5_660.txt ├── cr5_661.txt ├── cr5_662.txt ├── cr5_663.txt ├── cr5_664.txt ├── cr5_665.txt ├── cr5_666.txt ├── cr5_667.txt ├── cr5_669.txt ├── cr5_67.txt ├── cr5_670.txt ├── cr5_671.txt ├── cr5_672.txt ├── cr5_677.txt ├── cr5_678.txt ├── cr5_679.txt ├── cr5_68.txt ├── cr5_680.txt ├── cr5_681.txt ├── cr5_682.txt ├── cr5_683.txt ├── cr5_684.txt ├── cr5_685.txt ├── cr5_686.txt ├── cr5_687.txt ├── cr5_688.txt ├── cr5_689.txt ├── cr5_69.txt ├── cr5_690.txt ├── cr5_691.txt ├── cr5_692.txt ├── cr5_694.txt ├── cr5_695.txt ├── cr5_696.txt ├── cr5_697.txt ├── cr5_698.txt ├── cr5_699.txt ├── cr5_7.txt ├── cr5_70.txt ├── cr5_72.txt ├── cr5_73.txt ├── cr5_74.txt ├── cr5_75.txt ├── cr5_76.txt ├── cr5_77.txt ├── cr5_78.txt ├── cr5_8.txt ├── cr5_82.txt ├── cr5_83.txt ├── cr5_84.txt ├── cr5_85.txt ├── cr5_86.txt ├── cr5_88.txt ├── cr5_89.txt ├── cr5_9.txt ├── cr5_90.txt ├── cr5_91.txt ├── cr5_92.txt ├── cr5_93.txt ├── cr5_94.txt ├── cr5_95.txt ├── cr5_96.txt ├── cr5_97.txt ├── cr5_98.txt ├── cr5_99.txt ├── mot_10.txt ├── mot_19.txt ├── mot_2.txt ├── mot_20.txt ├── mot_3.txt ├── mot_38.txt ├── mot_39.txt ├── mot_44.txt ├── mot_51.txt ├── mot_52.txt ├── mot_53.txt ├── mot_54.txt ├── mot_64.txt ├── mot_65.txt ├── mot_66.txt ├── mot_67.txt ├── mot_69.txt ├── mot_70.txt ├── mot_71.txt ├── mot_72.txt ├── mot_73.txt ├── mot_74.txt ├── mot_75.txt ├── mot_77.txt ├── mot_78.txt ├── mot_79.txt ├── mot_80.txt ├── mot_86.txt ├── mot_87.txt ├── mot_88.txt ├── mot_89.txt ├── mot_95.txt └── mot_96.txt /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/README.md -------------------------------------------------------------------------------- /Representation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/Representation.py -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/example.py -------------------------------------------------------------------------------- /figure/0_biwi_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/0_biwi_md.png -------------------------------------------------------------------------------- /figure/120_biwi_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/120_biwi_md.png -------------------------------------------------------------------------------- /figure/15_biwi_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/15_biwi_md.png -------------------------------------------------------------------------------- /figure/22_biwi_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/22_biwi_md.png -------------------------------------------------------------------------------- /figure/54_cr1_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/54_cr1_md.png -------------------------------------------------------------------------------- /figure/6_biwi_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/6_biwi_md.png -------------------------------------------------------------------------------- /figure/afterrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/afterrot.png -------------------------------------------------------------------------------- /figure/beforerot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/beforerot.png -------------------------------------------------------------------------------- /figure/dyn_120_biwi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/dyn_120_biwi.gif -------------------------------------------------------------------------------- /figure/linear_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/linear_md.png -------------------------------------------------------------------------------- /figure/non_linear_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/figure/non_linear_md.png -------------------------------------------------------------------------------- /new_data/1/biwi_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_10.txt -------------------------------------------------------------------------------- /new_data/1/biwi_101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_101.txt -------------------------------------------------------------------------------- /new_data/1/biwi_102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_102.txt -------------------------------------------------------------------------------- /new_data/1/biwi_110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_110.txt -------------------------------------------------------------------------------- /new_data/1/biwi_111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_111.txt -------------------------------------------------------------------------------- /new_data/1/biwi_112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_112.txt -------------------------------------------------------------------------------- /new_data/1/biwi_115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_115.txt -------------------------------------------------------------------------------- /new_data/1/biwi_116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_116.txt -------------------------------------------------------------------------------- /new_data/1/biwi_117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_117.txt -------------------------------------------------------------------------------- /new_data/1/biwi_118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_118.txt -------------------------------------------------------------------------------- /new_data/1/biwi_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_32.txt -------------------------------------------------------------------------------- /new_data/1/biwi_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_39.txt -------------------------------------------------------------------------------- /new_data/1/biwi_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_46.txt -------------------------------------------------------------------------------- /new_data/1/biwi_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_51.txt -------------------------------------------------------------------------------- /new_data/1/biwi_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_52.txt -------------------------------------------------------------------------------- /new_data/1/biwi_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_58.txt -------------------------------------------------------------------------------- /new_data/1/biwi_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_6.txt -------------------------------------------------------------------------------- /new_data/1/biwi_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_64.txt -------------------------------------------------------------------------------- /new_data/1/biwi_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_7.txt -------------------------------------------------------------------------------- /new_data/1/biwi_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_72.txt -------------------------------------------------------------------------------- /new_data/1/biwi_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_8.txt -------------------------------------------------------------------------------- /new_data/1/biwi_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_83.txt -------------------------------------------------------------------------------- /new_data/1/biwi_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_9.txt -------------------------------------------------------------------------------- /new_data/1/biwi_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_94.txt -------------------------------------------------------------------------------- /new_data/1/biwi_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/biwi_95.txt -------------------------------------------------------------------------------- /new_data/1/cr2_208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_208.txt -------------------------------------------------------------------------------- /new_data/1/cr2_332.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_332.txt -------------------------------------------------------------------------------- /new_data/1/cr2_333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_333.txt -------------------------------------------------------------------------------- /new_data/1/cr2_334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_334.txt -------------------------------------------------------------------------------- /new_data/1/cr2_335.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_335.txt -------------------------------------------------------------------------------- /new_data/1/cr2_363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_363.txt -------------------------------------------------------------------------------- /new_data/1/cr2_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_53.txt -------------------------------------------------------------------------------- /new_data/1/cr2_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_58.txt -------------------------------------------------------------------------------- /new_data/1/cr2_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_59.txt -------------------------------------------------------------------------------- /new_data/1/cr2_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_60.txt -------------------------------------------------------------------------------- /new_data/1/cr2_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_61.txt -------------------------------------------------------------------------------- /new_data/1/cr2_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_62.txt -------------------------------------------------------------------------------- /new_data/1/cr2_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_63.txt -------------------------------------------------------------------------------- /new_data/1/cr2_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_64.txt -------------------------------------------------------------------------------- /new_data/1/cr2_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_65.txt -------------------------------------------------------------------------------- /new_data/1/cr2_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_66.txt -------------------------------------------------------------------------------- /new_data/1/cr2_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr2_67.txt -------------------------------------------------------------------------------- /new_data/1/cr3_120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_120.txt -------------------------------------------------------------------------------- /new_data/1/cr3_122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_122.txt -------------------------------------------------------------------------------- /new_data/1/cr3_124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_124.txt -------------------------------------------------------------------------------- /new_data/1/cr3_125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_125.txt -------------------------------------------------------------------------------- /new_data/1/cr3_156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_156.txt -------------------------------------------------------------------------------- /new_data/1/cr3_157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_157.txt -------------------------------------------------------------------------------- /new_data/1/cr3_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_39.txt -------------------------------------------------------------------------------- /new_data/1/cr3_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_40.txt -------------------------------------------------------------------------------- /new_data/1/cr3_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_43.txt -------------------------------------------------------------------------------- /new_data/1/cr3_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_76.txt -------------------------------------------------------------------------------- /new_data/1/cr3_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr3_77.txt -------------------------------------------------------------------------------- /new_data/1/cr4_153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_153.txt -------------------------------------------------------------------------------- /new_data/1/cr4_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_24.txt -------------------------------------------------------------------------------- /new_data/1/cr4_260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_260.txt -------------------------------------------------------------------------------- /new_data/1/cr4_265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_265.txt -------------------------------------------------------------------------------- /new_data/1/cr4_304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_304.txt -------------------------------------------------------------------------------- /new_data/1/cr4_305.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_305.txt -------------------------------------------------------------------------------- /new_data/1/cr4_326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_326.txt -------------------------------------------------------------------------------- /new_data/1/cr4_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_48.txt -------------------------------------------------------------------------------- /new_data/1/cr4_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_49.txt -------------------------------------------------------------------------------- /new_data/1/cr4_687.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_687.txt -------------------------------------------------------------------------------- /new_data/1/cr4_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr4_99.txt -------------------------------------------------------------------------------- /new_data/1/cr5_126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_126.txt -------------------------------------------------------------------------------- /new_data/1/cr5_255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_255.txt -------------------------------------------------------------------------------- /new_data/1/cr5_258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_258.txt -------------------------------------------------------------------------------- /new_data/1/cr5_281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_281.txt -------------------------------------------------------------------------------- /new_data/1/cr5_375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_375.txt -------------------------------------------------------------------------------- /new_data/1/cr5_486.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_486.txt -------------------------------------------------------------------------------- /new_data/1/cr5_487.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_487.txt -------------------------------------------------------------------------------- /new_data/1/cr5_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_58.txt -------------------------------------------------------------------------------- /new_data/1/cr5_586.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_586.txt -------------------------------------------------------------------------------- /new_data/1/cr5_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_59.txt -------------------------------------------------------------------------------- /new_data/1/cr5_643.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_643.txt -------------------------------------------------------------------------------- /new_data/1/cr5_647.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_647.txt -------------------------------------------------------------------------------- /new_data/1/cr5_675.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_675.txt -------------------------------------------------------------------------------- /new_data/1/cr5_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/cr5_80.txt -------------------------------------------------------------------------------- /new_data/1/mot_103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_103.txt -------------------------------------------------------------------------------- /new_data/1/mot_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_12.txt -------------------------------------------------------------------------------- /new_data/1/mot_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_21.txt -------------------------------------------------------------------------------- /new_data/1/mot_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_30.txt -------------------------------------------------------------------------------- /new_data/1/mot_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_4.txt -------------------------------------------------------------------------------- /new_data/1/mot_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_58.txt -------------------------------------------------------------------------------- /new_data/1/mot_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_8.txt -------------------------------------------------------------------------------- /new_data/1/mot_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/1/mot_9.txt -------------------------------------------------------------------------------- /new_data/2/biwi_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_0.txt -------------------------------------------------------------------------------- /new_data/2/biwi_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_1.txt -------------------------------------------------------------------------------- /new_data/2/biwi_100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_100.txt -------------------------------------------------------------------------------- /new_data/2/biwi_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_11.txt -------------------------------------------------------------------------------- /new_data/2/biwi_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_12.txt -------------------------------------------------------------------------------- /new_data/2/biwi_123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_123.txt -------------------------------------------------------------------------------- /new_data/2/biwi_124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_124.txt -------------------------------------------------------------------------------- /new_data/2/biwi_125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_125.txt -------------------------------------------------------------------------------- /new_data/2/biwi_126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_126.txt -------------------------------------------------------------------------------- /new_data/2/biwi_127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_127.txt -------------------------------------------------------------------------------- /new_data/2/biwi_128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_128.txt -------------------------------------------------------------------------------- /new_data/2/biwi_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_18.txt -------------------------------------------------------------------------------- /new_data/2/biwi_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_19.txt -------------------------------------------------------------------------------- /new_data/2/biwi_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_2.txt -------------------------------------------------------------------------------- /new_data/2/biwi_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_20.txt -------------------------------------------------------------------------------- /new_data/2/biwi_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_21.txt -------------------------------------------------------------------------------- /new_data/2/biwi_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_23.txt -------------------------------------------------------------------------------- /new_data/2/biwi_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_33.txt -------------------------------------------------------------------------------- /new_data/2/biwi_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_34.txt -------------------------------------------------------------------------------- /new_data/2/biwi_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_35.txt -------------------------------------------------------------------------------- /new_data/2/biwi_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_36.txt -------------------------------------------------------------------------------- /new_data/2/biwi_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_47.txt -------------------------------------------------------------------------------- /new_data/2/biwi_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_48.txt -------------------------------------------------------------------------------- /new_data/2/biwi_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_62.txt -------------------------------------------------------------------------------- /new_data/2/biwi_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_89.txt -------------------------------------------------------------------------------- /new_data/2/biwi_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_90.txt -------------------------------------------------------------------------------- /new_data/2/biwi_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_91.txt -------------------------------------------------------------------------------- /new_data/2/biwi_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/biwi_99.txt -------------------------------------------------------------------------------- /new_data/2/cr2_100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_100.txt -------------------------------------------------------------------------------- /new_data/2/cr2_101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_101.txt -------------------------------------------------------------------------------- /new_data/2/cr2_102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_102.txt -------------------------------------------------------------------------------- /new_data/2/cr2_103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_103.txt -------------------------------------------------------------------------------- /new_data/2/cr2_105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_105.txt -------------------------------------------------------------------------------- /new_data/2/cr2_106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_106.txt -------------------------------------------------------------------------------- /new_data/2/cr2_107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_107.txt -------------------------------------------------------------------------------- /new_data/2/cr2_108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_108.txt -------------------------------------------------------------------------------- /new_data/2/cr2_109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_109.txt -------------------------------------------------------------------------------- /new_data/2/cr2_110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_110.txt -------------------------------------------------------------------------------- /new_data/2/cr2_111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_111.txt -------------------------------------------------------------------------------- /new_data/2/cr2_112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_112.txt -------------------------------------------------------------------------------- /new_data/2/cr2_113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_113.txt -------------------------------------------------------------------------------- /new_data/2/cr2_114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_114.txt -------------------------------------------------------------------------------- /new_data/2/cr2_115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_115.txt -------------------------------------------------------------------------------- /new_data/2/cr2_116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_116.txt -------------------------------------------------------------------------------- /new_data/2/cr2_117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_117.txt -------------------------------------------------------------------------------- /new_data/2/cr2_118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_118.txt -------------------------------------------------------------------------------- /new_data/2/cr2_119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_119.txt -------------------------------------------------------------------------------- /new_data/2/cr2_125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_125.txt -------------------------------------------------------------------------------- /new_data/2/cr2_126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_126.txt -------------------------------------------------------------------------------- /new_data/2/cr2_127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_127.txt -------------------------------------------------------------------------------- /new_data/2/cr2_128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_128.txt -------------------------------------------------------------------------------- /new_data/2/cr2_129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_129.txt -------------------------------------------------------------------------------- /new_data/2/cr2_130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_130.txt -------------------------------------------------------------------------------- /new_data/2/cr2_131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_131.txt -------------------------------------------------------------------------------- /new_data/2/cr2_132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_132.txt -------------------------------------------------------------------------------- /new_data/2/cr2_133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_133.txt -------------------------------------------------------------------------------- /new_data/2/cr2_134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_134.txt -------------------------------------------------------------------------------- /new_data/2/cr2_137.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_137.txt -------------------------------------------------------------------------------- /new_data/2/cr2_138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_138.txt -------------------------------------------------------------------------------- /new_data/2/cr2_139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_139.txt -------------------------------------------------------------------------------- /new_data/2/cr2_140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_140.txt -------------------------------------------------------------------------------- /new_data/2/cr2_141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_141.txt -------------------------------------------------------------------------------- /new_data/2/cr2_142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_142.txt -------------------------------------------------------------------------------- /new_data/2/cr2_143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_143.txt -------------------------------------------------------------------------------- /new_data/2/cr2_144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_144.txt -------------------------------------------------------------------------------- /new_data/2/cr2_145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_145.txt -------------------------------------------------------------------------------- /new_data/2/cr2_146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_146.txt -------------------------------------------------------------------------------- /new_data/2/cr2_147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_147.txt -------------------------------------------------------------------------------- /new_data/2/cr2_148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_148.txt -------------------------------------------------------------------------------- /new_data/2/cr2_154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_154.txt -------------------------------------------------------------------------------- /new_data/2/cr2_155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_155.txt -------------------------------------------------------------------------------- /new_data/2/cr2_156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_156.txt -------------------------------------------------------------------------------- /new_data/2/cr2_157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_157.txt -------------------------------------------------------------------------------- /new_data/2/cr2_158.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_158.txt -------------------------------------------------------------------------------- /new_data/2/cr2_159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_159.txt -------------------------------------------------------------------------------- /new_data/2/cr2_160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_160.txt -------------------------------------------------------------------------------- /new_data/2/cr2_161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_161.txt -------------------------------------------------------------------------------- /new_data/2/cr2_162.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_162.txt -------------------------------------------------------------------------------- /new_data/2/cr2_163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_163.txt -------------------------------------------------------------------------------- /new_data/2/cr2_164.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_164.txt -------------------------------------------------------------------------------- /new_data/2/cr2_171.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_171.txt -------------------------------------------------------------------------------- /new_data/2/cr2_173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_173.txt -------------------------------------------------------------------------------- /new_data/2/cr2_176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_176.txt -------------------------------------------------------------------------------- /new_data/2/cr2_177.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_177.txt -------------------------------------------------------------------------------- /new_data/2/cr2_178.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_178.txt -------------------------------------------------------------------------------- /new_data/2/cr2_187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_187.txt -------------------------------------------------------------------------------- /new_data/2/cr2_214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_214.txt -------------------------------------------------------------------------------- /new_data/2/cr2_215.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_215.txt -------------------------------------------------------------------------------- /new_data/2/cr2_217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_217.txt -------------------------------------------------------------------------------- /new_data/2/cr2_218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_218.txt -------------------------------------------------------------------------------- /new_data/2/cr2_219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_219.txt -------------------------------------------------------------------------------- /new_data/2/cr2_220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_220.txt -------------------------------------------------------------------------------- /new_data/2/cr2_221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_221.txt -------------------------------------------------------------------------------- /new_data/2/cr2_222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_222.txt -------------------------------------------------------------------------------- /new_data/2/cr2_223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_223.txt -------------------------------------------------------------------------------- /new_data/2/cr2_224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_224.txt -------------------------------------------------------------------------------- /new_data/2/cr2_225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_225.txt -------------------------------------------------------------------------------- /new_data/2/cr2_226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_226.txt -------------------------------------------------------------------------------- /new_data/2/cr2_227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_227.txt -------------------------------------------------------------------------------- /new_data/2/cr2_228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_228.txt -------------------------------------------------------------------------------- /new_data/2/cr2_229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_229.txt -------------------------------------------------------------------------------- /new_data/2/cr2_230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_230.txt -------------------------------------------------------------------------------- /new_data/2/cr2_231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_231.txt -------------------------------------------------------------------------------- /new_data/2/cr2_235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_235.txt -------------------------------------------------------------------------------- /new_data/2/cr2_237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_237.txt -------------------------------------------------------------------------------- /new_data/2/cr2_238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_238.txt -------------------------------------------------------------------------------- /new_data/2/cr2_239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_239.txt -------------------------------------------------------------------------------- /new_data/2/cr2_240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_240.txt -------------------------------------------------------------------------------- /new_data/2/cr2_241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_241.txt -------------------------------------------------------------------------------- /new_data/2/cr2_242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_242.txt -------------------------------------------------------------------------------- /new_data/2/cr2_243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_243.txt -------------------------------------------------------------------------------- /new_data/2/cr2_244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_244.txt -------------------------------------------------------------------------------- /new_data/2/cr2_245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_245.txt -------------------------------------------------------------------------------- /new_data/2/cr2_246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_246.txt -------------------------------------------------------------------------------- /new_data/2/cr2_247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_247.txt -------------------------------------------------------------------------------- /new_data/2/cr2_248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_248.txt -------------------------------------------------------------------------------- /new_data/2/cr2_249.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_249.txt -------------------------------------------------------------------------------- /new_data/2/cr2_250.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_250.txt -------------------------------------------------------------------------------- /new_data/2/cr2_251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_251.txt -------------------------------------------------------------------------------- /new_data/2/cr2_273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_273.txt -------------------------------------------------------------------------------- /new_data/2/cr2_277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_277.txt -------------------------------------------------------------------------------- /new_data/2/cr2_328.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_328.txt -------------------------------------------------------------------------------- /new_data/2/cr2_329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_329.txt -------------------------------------------------------------------------------- /new_data/2/cr2_340.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_340.txt -------------------------------------------------------------------------------- /new_data/2/cr2_341.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_341.txt -------------------------------------------------------------------------------- /new_data/2/cr2_346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_346.txt -------------------------------------------------------------------------------- /new_data/2/cr2_350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_350.txt -------------------------------------------------------------------------------- /new_data/2/cr2_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_50.txt -------------------------------------------------------------------------------- /new_data/2/cr2_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_55.txt -------------------------------------------------------------------------------- /new_data/2/cr2_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_56.txt -------------------------------------------------------------------------------- /new_data/2/cr2_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_96.txt -------------------------------------------------------------------------------- /new_data/2/cr2_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_97.txt -------------------------------------------------------------------------------- /new_data/2/cr2_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_98.txt -------------------------------------------------------------------------------- /new_data/2/cr2_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr2_99.txt -------------------------------------------------------------------------------- /new_data/2/cr3_127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_127.txt -------------------------------------------------------------------------------- /new_data/2/cr3_152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_152.txt -------------------------------------------------------------------------------- /new_data/2/cr3_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_26.txt -------------------------------------------------------------------------------- /new_data/2/cr3_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_27.txt -------------------------------------------------------------------------------- /new_data/2/cr3_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_28.txt -------------------------------------------------------------------------------- /new_data/2/cr3_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_29.txt -------------------------------------------------------------------------------- /new_data/2/cr3_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_32.txt -------------------------------------------------------------------------------- /new_data/2/cr3_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_33.txt -------------------------------------------------------------------------------- /new_data/2/cr3_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_34.txt -------------------------------------------------------------------------------- /new_data/2/cr3_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_35.txt -------------------------------------------------------------------------------- /new_data/2/cr3_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_44.txt -------------------------------------------------------------------------------- /new_data/2/cr3_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr3_88.txt -------------------------------------------------------------------------------- /new_data/2/cr4_346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_346.txt -------------------------------------------------------------------------------- /new_data/2/cr4_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_47.txt -------------------------------------------------------------------------------- /new_data/2/cr4_512.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_512.txt -------------------------------------------------------------------------------- /new_data/2/cr4_529.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_529.txt -------------------------------------------------------------------------------- /new_data/2/cr4_532.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_532.txt -------------------------------------------------------------------------------- /new_data/2/cr4_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_54.txt -------------------------------------------------------------------------------- /new_data/2/cr4_655.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_655.txt -------------------------------------------------------------------------------- /new_data/2/cr4_659.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_659.txt -------------------------------------------------------------------------------- /new_data/2/cr4_818.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_818.txt -------------------------------------------------------------------------------- /new_data/2/cr4_850.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr4_850.txt -------------------------------------------------------------------------------- /new_data/2/cr5_182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_182.txt -------------------------------------------------------------------------------- /new_data/2/cr5_279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_279.txt -------------------------------------------------------------------------------- /new_data/2/cr5_280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_280.txt -------------------------------------------------------------------------------- /new_data/2/cr5_363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_363.txt -------------------------------------------------------------------------------- /new_data/2/cr5_412.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_412.txt -------------------------------------------------------------------------------- /new_data/2/cr5_425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_425.txt -------------------------------------------------------------------------------- /new_data/2/cr5_426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_426.txt -------------------------------------------------------------------------------- /new_data/2/cr5_440.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_440.txt -------------------------------------------------------------------------------- /new_data/2/cr5_462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_462.txt -------------------------------------------------------------------------------- /new_data/2/cr5_463.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_463.txt -------------------------------------------------------------------------------- /new_data/2/cr5_468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_468.txt -------------------------------------------------------------------------------- /new_data/2/cr5_469.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_469.txt -------------------------------------------------------------------------------- /new_data/2/cr5_470.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_470.txt -------------------------------------------------------------------------------- /new_data/2/cr5_472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_472.txt -------------------------------------------------------------------------------- /new_data/2/cr5_616.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_616.txt -------------------------------------------------------------------------------- /new_data/2/cr5_627.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_627.txt -------------------------------------------------------------------------------- /new_data/2/cr5_676.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/cr5_676.txt -------------------------------------------------------------------------------- /new_data/2/mot_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/mot_49.txt -------------------------------------------------------------------------------- /new_data/2/mot_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/mot_50.txt -------------------------------------------------------------------------------- /new_data/2/mot_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/mot_76.txt -------------------------------------------------------------------------------- /new_data/2/mot_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/2/mot_93.txt -------------------------------------------------------------------------------- /new_data/3/biwi_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/biwi_22.txt -------------------------------------------------------------------------------- /new_data/3/cr1_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr1_57.txt -------------------------------------------------------------------------------- /new_data/3/cr2_104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_104.txt -------------------------------------------------------------------------------- /new_data/3/cr2_120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_120.txt -------------------------------------------------------------------------------- /new_data/3/cr2_121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_121.txt -------------------------------------------------------------------------------- /new_data/3/cr2_122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_122.txt -------------------------------------------------------------------------------- /new_data/3/cr2_135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_135.txt -------------------------------------------------------------------------------- /new_data/3/cr2_136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_136.txt -------------------------------------------------------------------------------- /new_data/3/cr2_149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_149.txt -------------------------------------------------------------------------------- /new_data/3/cr2_150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_150.txt -------------------------------------------------------------------------------- /new_data/3/cr2_151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_151.txt -------------------------------------------------------------------------------- /new_data/3/cr2_172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_172.txt -------------------------------------------------------------------------------- /new_data/3/cr2_216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_216.txt -------------------------------------------------------------------------------- /new_data/3/cr2_232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_232.txt -------------------------------------------------------------------------------- /new_data/3/cr2_234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_234.txt -------------------------------------------------------------------------------- /new_data/3/cr2_236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_236.txt -------------------------------------------------------------------------------- /new_data/3/cr2_272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_272.txt -------------------------------------------------------------------------------- /new_data/3/cr2_278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_278.txt -------------------------------------------------------------------------------- /new_data/3/cr2_330.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_330.txt -------------------------------------------------------------------------------- /new_data/3/cr2_331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_331.txt -------------------------------------------------------------------------------- /new_data/3/cr2_347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_347.txt -------------------------------------------------------------------------------- /new_data/3/cr2_349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_349.txt -------------------------------------------------------------------------------- /new_data/3/cr2_351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_351.txt -------------------------------------------------------------------------------- /new_data/3/cr2_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_42.txt -------------------------------------------------------------------------------- /new_data/3/cr2_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_43.txt -------------------------------------------------------------------------------- /new_data/3/cr2_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_45.txt -------------------------------------------------------------------------------- /new_data/3/cr2_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_51.txt -------------------------------------------------------------------------------- /new_data/3/cr2_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_52.txt -------------------------------------------------------------------------------- /new_data/3/cr2_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_68.txt -------------------------------------------------------------------------------- /new_data/3/cr2_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr2_69.txt -------------------------------------------------------------------------------- /new_data/3/cr3_126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_126.txt -------------------------------------------------------------------------------- /new_data/3/cr3_128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_128.txt -------------------------------------------------------------------------------- /new_data/3/cr3_129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_129.txt -------------------------------------------------------------------------------- /new_data/3/cr3_153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_153.txt -------------------------------------------------------------------------------- /new_data/3/cr3_154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_154.txt -------------------------------------------------------------------------------- /new_data/3/cr3_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_36.txt -------------------------------------------------------------------------------- /new_data/3/cr3_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr3_41.txt -------------------------------------------------------------------------------- /new_data/3/cr4_100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_100.txt -------------------------------------------------------------------------------- /new_data/3/cr4_101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_101.txt -------------------------------------------------------------------------------- /new_data/3/cr4_104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_104.txt -------------------------------------------------------------------------------- /new_data/3/cr4_115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_115.txt -------------------------------------------------------------------------------- /new_data/3/cr4_131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_131.txt -------------------------------------------------------------------------------- /new_data/3/cr4_132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_132.txt -------------------------------------------------------------------------------- /new_data/3/cr4_136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_136.txt -------------------------------------------------------------------------------- /new_data/3/cr4_147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_147.txt -------------------------------------------------------------------------------- /new_data/3/cr4_151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_151.txt -------------------------------------------------------------------------------- /new_data/3/cr4_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_27.txt -------------------------------------------------------------------------------- /new_data/3/cr4_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_28.txt -------------------------------------------------------------------------------- /new_data/3/cr4_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_33.txt -------------------------------------------------------------------------------- /new_data/3/cr4_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_34.txt -------------------------------------------------------------------------------- /new_data/3/cr4_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_40.txt -------------------------------------------------------------------------------- /new_data/3/cr4_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_46.txt -------------------------------------------------------------------------------- /new_data/3/cr4_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_53.txt -------------------------------------------------------------------------------- /new_data/3/cr4_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_58.txt -------------------------------------------------------------------------------- /new_data/3/cr4_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_61.txt -------------------------------------------------------------------------------- /new_data/3/cr4_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_73.txt -------------------------------------------------------------------------------- /new_data/3/cr4_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_74.txt -------------------------------------------------------------------------------- /new_data/3/cr4_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_81.txt -------------------------------------------------------------------------------- /new_data/3/cr4_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_82.txt -------------------------------------------------------------------------------- /new_data/3/cr4_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_83.txt -------------------------------------------------------------------------------- /new_data/3/cr4_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_84.txt -------------------------------------------------------------------------------- /new_data/3/cr4_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_87.txt -------------------------------------------------------------------------------- /new_data/3/cr4_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_89.txt -------------------------------------------------------------------------------- /new_data/3/cr4_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_96.txt -------------------------------------------------------------------------------- /new_data/3/cr4_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_97.txt -------------------------------------------------------------------------------- /new_data/3/cr4_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr4_98.txt -------------------------------------------------------------------------------- /new_data/3/cr5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_1.txt -------------------------------------------------------------------------------- /new_data/3/cr5_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_2.txt -------------------------------------------------------------------------------- /new_data/3/cr5_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_24.txt -------------------------------------------------------------------------------- /new_data/3/cr5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_3.txt -------------------------------------------------------------------------------- /new_data/3/cr5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_4.txt -------------------------------------------------------------------------------- /new_data/3/cr5_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_61.txt -------------------------------------------------------------------------------- /new_data/3/cr5_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/cr5_71.txt -------------------------------------------------------------------------------- /new_data/3/mot_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/mot_29.txt -------------------------------------------------------------------------------- /new_data/3/mot_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/mot_68.txt -------------------------------------------------------------------------------- /new_data/3/mot_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/mot_7.txt -------------------------------------------------------------------------------- /new_data/3/mot_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/3/mot_94.txt -------------------------------------------------------------------------------- /new_data/4/cr1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr1_2.txt -------------------------------------------------------------------------------- /new_data/4/cr1_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr1_49.txt -------------------------------------------------------------------------------- /new_data/4/cr1_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr1_5.txt -------------------------------------------------------------------------------- /new_data/4/cr1_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr1_52.txt -------------------------------------------------------------------------------- /new_data/4/cr2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_10.txt -------------------------------------------------------------------------------- /new_data/4/cr2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_2.txt -------------------------------------------------------------------------------- /new_data/4/cr2_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_21.txt -------------------------------------------------------------------------------- /new_data/4/cr2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_3.txt -------------------------------------------------------------------------------- /new_data/4/cr2_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_47.txt -------------------------------------------------------------------------------- /new_data/4/cr2_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_73.txt -------------------------------------------------------------------------------- /new_data/4/cr2_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_80.txt -------------------------------------------------------------------------------- /new_data/4/cr2_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_81.txt -------------------------------------------------------------------------------- /new_data/4/cr2_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_82.txt -------------------------------------------------------------------------------- /new_data/4/cr2_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_93.txt -------------------------------------------------------------------------------- /new_data/4/cr2_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr2_94.txt -------------------------------------------------------------------------------- /new_data/4/cr3_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_38.txt -------------------------------------------------------------------------------- /new_data/4/cr3_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_42.txt -------------------------------------------------------------------------------- /new_data/4/cr3_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_45.txt -------------------------------------------------------------------------------- /new_data/4/cr3_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_46.txt -------------------------------------------------------------------------------- /new_data/4/cr3_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_72.txt -------------------------------------------------------------------------------- /new_data/4/cr3_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_73.txt -------------------------------------------------------------------------------- /new_data/4/cr3_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_78.txt -------------------------------------------------------------------------------- /new_data/4/cr3_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_86.txt -------------------------------------------------------------------------------- /new_data/4/cr3_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_91.txt -------------------------------------------------------------------------------- /new_data/4/cr3_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_93.txt -------------------------------------------------------------------------------- /new_data/4/cr3_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_94.txt -------------------------------------------------------------------------------- /new_data/4/cr3_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_95.txt -------------------------------------------------------------------------------- /new_data/4/cr3_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr3_96.txt -------------------------------------------------------------------------------- /new_data/4/cr4_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_3.txt -------------------------------------------------------------------------------- /new_data/4/cr4_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_65.txt -------------------------------------------------------------------------------- /new_data/4/cr4_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_67.txt -------------------------------------------------------------------------------- /new_data/4/cr4_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_70.txt -------------------------------------------------------------------------------- /new_data/4/cr4_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_8.txt -------------------------------------------------------------------------------- /new_data/4/cr4_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_9.txt -------------------------------------------------------------------------------- /new_data/4/cr4_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_94.txt -------------------------------------------------------------------------------- /new_data/4/cr4_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr4_95.txt -------------------------------------------------------------------------------- /new_data/4/cr5_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_0.txt -------------------------------------------------------------------------------- /new_data/4/cr5_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_34.txt -------------------------------------------------------------------------------- /new_data/4/cr5_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_36.txt -------------------------------------------------------------------------------- /new_data/4/cr5_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_37.txt -------------------------------------------------------------------------------- /new_data/4/cr5_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_39.txt -------------------------------------------------------------------------------- /new_data/4/cr5_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_52.txt -------------------------------------------------------------------------------- /new_data/4/cr5_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_53.txt -------------------------------------------------------------------------------- /new_data/4/cr5_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_6.txt -------------------------------------------------------------------------------- /new_data/4/cr5_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_60.txt -------------------------------------------------------------------------------- /new_data/4/cr5_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_79.txt -------------------------------------------------------------------------------- /new_data/4/cr5_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_81.txt -------------------------------------------------------------------------------- /new_data/4/cr5_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/cr5_87.txt -------------------------------------------------------------------------------- /new_data/4/mot_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_0.txt -------------------------------------------------------------------------------- /new_data/4/mot_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_1.txt -------------------------------------------------------------------------------- /new_data/4/mot_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_11.txt -------------------------------------------------------------------------------- /new_data/4/mot_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_13.txt -------------------------------------------------------------------------------- /new_data/4/mot_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_15.txt -------------------------------------------------------------------------------- /new_data/4/mot_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_16.txt -------------------------------------------------------------------------------- /new_data/4/mot_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_17.txt -------------------------------------------------------------------------------- /new_data/4/mot_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_18.txt -------------------------------------------------------------------------------- /new_data/4/mot_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_23.txt -------------------------------------------------------------------------------- /new_data/4/mot_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_24.txt -------------------------------------------------------------------------------- /new_data/4/mot_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_25.txt -------------------------------------------------------------------------------- /new_data/4/mot_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_26.txt -------------------------------------------------------------------------------- /new_data/4/mot_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_27.txt -------------------------------------------------------------------------------- /new_data/4/mot_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_28.txt -------------------------------------------------------------------------------- /new_data/4/mot_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_31.txt -------------------------------------------------------------------------------- /new_data/4/mot_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_32.txt -------------------------------------------------------------------------------- /new_data/4/mot_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_33.txt -------------------------------------------------------------------------------- /new_data/4/mot_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_34.txt -------------------------------------------------------------------------------- /new_data/4/mot_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_35.txt -------------------------------------------------------------------------------- /new_data/4/mot_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_36.txt -------------------------------------------------------------------------------- /new_data/4/mot_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_37.txt -------------------------------------------------------------------------------- /new_data/4/mot_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_40.txt -------------------------------------------------------------------------------- /new_data/4/mot_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_41.txt -------------------------------------------------------------------------------- /new_data/4/mot_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_42.txt -------------------------------------------------------------------------------- /new_data/4/mot_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_43.txt -------------------------------------------------------------------------------- /new_data/4/mot_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_45.txt -------------------------------------------------------------------------------- /new_data/4/mot_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_46.txt -------------------------------------------------------------------------------- /new_data/4/mot_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_47.txt -------------------------------------------------------------------------------- /new_data/4/mot_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_48.txt -------------------------------------------------------------------------------- /new_data/4/mot_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_5.txt -------------------------------------------------------------------------------- /new_data/4/mot_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_55.txt -------------------------------------------------------------------------------- /new_data/4/mot_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_56.txt -------------------------------------------------------------------------------- /new_data/4/mot_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_57.txt -------------------------------------------------------------------------------- /new_data/4/mot_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_59.txt -------------------------------------------------------------------------------- /new_data/4/mot_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_6.txt -------------------------------------------------------------------------------- /new_data/4/mot_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_61.txt -------------------------------------------------------------------------------- /new_data/4/mot_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_62.txt -------------------------------------------------------------------------------- /new_data/4/mot_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_63.txt -------------------------------------------------------------------------------- /new_data/4/mot_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_81.txt -------------------------------------------------------------------------------- /new_data/4/mot_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_82.txt -------------------------------------------------------------------------------- /new_data/4/mot_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_83.txt -------------------------------------------------------------------------------- /new_data/4/mot_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_84.txt -------------------------------------------------------------------------------- /new_data/4/mot_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_85.txt -------------------------------------------------------------------------------- /new_data/4/mot_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_90.txt -------------------------------------------------------------------------------- /new_data/4/mot_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_91.txt -------------------------------------------------------------------------------- /new_data/4/mot_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_92.txt -------------------------------------------------------------------------------- /new_data/4/mot_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_97.txt -------------------------------------------------------------------------------- /new_data/4/mot_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_98.txt -------------------------------------------------------------------------------- /new_data/4/mot_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/4/mot_99.txt -------------------------------------------------------------------------------- /new_data/5/cr1_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/cr1_54.txt -------------------------------------------------------------------------------- /new_data/5/cr2_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/cr2_41.txt -------------------------------------------------------------------------------- /new_data/5/cr2_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/cr2_44.txt -------------------------------------------------------------------------------- /new_data/5/cr2_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/cr2_57.txt -------------------------------------------------------------------------------- /new_data/5/cr3_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/cr3_30.txt -------------------------------------------------------------------------------- /new_data/5/mot_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/mot_14.txt -------------------------------------------------------------------------------- /new_data/5/mot_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/mot_22.txt -------------------------------------------------------------------------------- /new_data/5/mot_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/5/mot_60.txt -------------------------------------------------------------------------------- /new_data/6/biwi_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/biwi_3.txt -------------------------------------------------------------------------------- /new_data/6/biwi_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/biwi_4.txt -------------------------------------------------------------------------------- /new_data/6/biwi_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/biwi_5.txt -------------------------------------------------------------------------------- /new_data/6/cr1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_0.txt -------------------------------------------------------------------------------- /new_data/6/cr1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_1.txt -------------------------------------------------------------------------------- /new_data/6/cr1_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_10.txt -------------------------------------------------------------------------------- /new_data/6/cr1_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_11.txt -------------------------------------------------------------------------------- /new_data/6/cr1_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_12.txt -------------------------------------------------------------------------------- /new_data/6/cr1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_13.txt -------------------------------------------------------------------------------- /new_data/6/cr1_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_14.txt -------------------------------------------------------------------------------- /new_data/6/cr1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_15.txt -------------------------------------------------------------------------------- /new_data/6/cr1_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_16.txt -------------------------------------------------------------------------------- /new_data/6/cr1_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_17.txt -------------------------------------------------------------------------------- /new_data/6/cr1_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_18.txt -------------------------------------------------------------------------------- /new_data/6/cr1_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_19.txt -------------------------------------------------------------------------------- /new_data/6/cr1_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_20.txt -------------------------------------------------------------------------------- /new_data/6/cr1_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_21.txt -------------------------------------------------------------------------------- /new_data/6/cr1_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_22.txt -------------------------------------------------------------------------------- /new_data/6/cr1_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_23.txt -------------------------------------------------------------------------------- /new_data/6/cr1_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_24.txt -------------------------------------------------------------------------------- /new_data/6/cr1_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_25.txt -------------------------------------------------------------------------------- /new_data/6/cr1_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_26.txt -------------------------------------------------------------------------------- /new_data/6/cr1_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_27.txt -------------------------------------------------------------------------------- /new_data/6/cr1_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_28.txt -------------------------------------------------------------------------------- /new_data/6/cr1_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_29.txt -------------------------------------------------------------------------------- /new_data/6/cr1_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_3.txt -------------------------------------------------------------------------------- /new_data/6/cr1_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_30.txt -------------------------------------------------------------------------------- /new_data/6/cr1_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_31.txt -------------------------------------------------------------------------------- /new_data/6/cr1_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_32.txt -------------------------------------------------------------------------------- /new_data/6/cr1_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_33.txt -------------------------------------------------------------------------------- /new_data/6/cr1_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_34.txt -------------------------------------------------------------------------------- /new_data/6/cr1_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_35.txt -------------------------------------------------------------------------------- /new_data/6/cr1_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_36.txt -------------------------------------------------------------------------------- /new_data/6/cr1_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_37.txt -------------------------------------------------------------------------------- /new_data/6/cr1_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_38.txt -------------------------------------------------------------------------------- /new_data/6/cr1_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_39.txt -------------------------------------------------------------------------------- /new_data/6/cr1_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_4.txt -------------------------------------------------------------------------------- /new_data/6/cr1_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_40.txt -------------------------------------------------------------------------------- /new_data/6/cr1_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_41.txt -------------------------------------------------------------------------------- /new_data/6/cr1_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_42.txt -------------------------------------------------------------------------------- /new_data/6/cr1_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_43.txt -------------------------------------------------------------------------------- /new_data/6/cr1_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_44.txt -------------------------------------------------------------------------------- /new_data/6/cr1_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_45.txt -------------------------------------------------------------------------------- /new_data/6/cr1_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_46.txt -------------------------------------------------------------------------------- /new_data/6/cr1_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_47.txt -------------------------------------------------------------------------------- /new_data/6/cr1_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_48.txt -------------------------------------------------------------------------------- /new_data/6/cr1_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_50.txt -------------------------------------------------------------------------------- /new_data/6/cr1_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_51.txt -------------------------------------------------------------------------------- /new_data/6/cr1_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_53.txt -------------------------------------------------------------------------------- /new_data/6/cr1_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_55.txt -------------------------------------------------------------------------------- /new_data/6/cr1_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_56.txt -------------------------------------------------------------------------------- /new_data/6/cr1_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_58.txt -------------------------------------------------------------------------------- /new_data/6/cr1_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_59.txt -------------------------------------------------------------------------------- /new_data/6/cr1_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_6.txt -------------------------------------------------------------------------------- /new_data/6/cr1_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_7.txt -------------------------------------------------------------------------------- /new_data/6/cr1_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_8.txt -------------------------------------------------------------------------------- /new_data/6/cr1_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr1_9.txt -------------------------------------------------------------------------------- /new_data/6/cr2_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_0.txt -------------------------------------------------------------------------------- /new_data/6/cr2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_1.txt -------------------------------------------------------------------------------- /new_data/6/cr2_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_11.txt -------------------------------------------------------------------------------- /new_data/6/cr2_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_12.txt -------------------------------------------------------------------------------- /new_data/6/cr2_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_13.txt -------------------------------------------------------------------------------- /new_data/6/cr2_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_14.txt -------------------------------------------------------------------------------- /new_data/6/cr2_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_15.txt -------------------------------------------------------------------------------- /new_data/6/cr2_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_16.txt -------------------------------------------------------------------------------- /new_data/6/cr2_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_17.txt -------------------------------------------------------------------------------- /new_data/6/cr2_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_18.txt -------------------------------------------------------------------------------- /new_data/6/cr2_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_19.txt -------------------------------------------------------------------------------- /new_data/6/cr2_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_20.txt -------------------------------------------------------------------------------- /new_data/6/cr2_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_22.txt -------------------------------------------------------------------------------- /new_data/6/cr2_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_23.txt -------------------------------------------------------------------------------- /new_data/6/cr2_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_24.txt -------------------------------------------------------------------------------- /new_data/6/cr2_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_25.txt -------------------------------------------------------------------------------- /new_data/6/cr2_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_26.txt -------------------------------------------------------------------------------- /new_data/6/cr2_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_27.txt -------------------------------------------------------------------------------- /new_data/6/cr2_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_28.txt -------------------------------------------------------------------------------- /new_data/6/cr2_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_29.txt -------------------------------------------------------------------------------- /new_data/6/cr2_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_30.txt -------------------------------------------------------------------------------- /new_data/6/cr2_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_31.txt -------------------------------------------------------------------------------- /new_data/6/cr2_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_32.txt -------------------------------------------------------------------------------- /new_data/6/cr2_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_33.txt -------------------------------------------------------------------------------- /new_data/6/cr2_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_34.txt -------------------------------------------------------------------------------- /new_data/6/cr2_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_35.txt -------------------------------------------------------------------------------- /new_data/6/cr2_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_36.txt -------------------------------------------------------------------------------- /new_data/6/cr2_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_37.txt -------------------------------------------------------------------------------- /new_data/6/cr2_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_38.txt -------------------------------------------------------------------------------- /new_data/6/cr2_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_39.txt -------------------------------------------------------------------------------- /new_data/6/cr2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_4.txt -------------------------------------------------------------------------------- /new_data/6/cr2_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_40.txt -------------------------------------------------------------------------------- /new_data/6/cr2_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_46.txt -------------------------------------------------------------------------------- /new_data/6/cr2_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_48.txt -------------------------------------------------------------------------------- /new_data/6/cr2_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_49.txt -------------------------------------------------------------------------------- /new_data/6/cr2_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_5.txt -------------------------------------------------------------------------------- /new_data/6/cr2_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_54.txt -------------------------------------------------------------------------------- /new_data/6/cr2_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_6.txt -------------------------------------------------------------------------------- /new_data/6/cr2_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_7.txt -------------------------------------------------------------------------------- /new_data/6/cr2_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_70.txt -------------------------------------------------------------------------------- /new_data/6/cr2_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_71.txt -------------------------------------------------------------------------------- /new_data/6/cr2_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_72.txt -------------------------------------------------------------------------------- /new_data/6/cr2_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_74.txt -------------------------------------------------------------------------------- /new_data/6/cr2_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_75.txt -------------------------------------------------------------------------------- /new_data/6/cr2_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_76.txt -------------------------------------------------------------------------------- /new_data/6/cr2_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_77.txt -------------------------------------------------------------------------------- /new_data/6/cr2_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_78.txt -------------------------------------------------------------------------------- /new_data/6/cr2_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_79.txt -------------------------------------------------------------------------------- /new_data/6/cr2_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_8.txt -------------------------------------------------------------------------------- /new_data/6/cr2_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_83.txt -------------------------------------------------------------------------------- /new_data/6/cr2_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_84.txt -------------------------------------------------------------------------------- /new_data/6/cr2_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_85.txt -------------------------------------------------------------------------------- /new_data/6/cr2_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_86.txt -------------------------------------------------------------------------------- /new_data/6/cr2_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_87.txt -------------------------------------------------------------------------------- /new_data/6/cr2_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_88.txt -------------------------------------------------------------------------------- /new_data/6/cr2_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_89.txt -------------------------------------------------------------------------------- /new_data/6/cr2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_9.txt -------------------------------------------------------------------------------- /new_data/6/cr2_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_90.txt -------------------------------------------------------------------------------- /new_data/6/cr2_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_91.txt -------------------------------------------------------------------------------- /new_data/6/cr2_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_92.txt -------------------------------------------------------------------------------- /new_data/6/cr2_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr2_95.txt -------------------------------------------------------------------------------- /new_data/6/cr3_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_0.txt -------------------------------------------------------------------------------- /new_data/6/cr3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_1.txt -------------------------------------------------------------------------------- /new_data/6/cr3_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_10.txt -------------------------------------------------------------------------------- /new_data/6/cr3_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_11.txt -------------------------------------------------------------------------------- /new_data/6/cr3_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_12.txt -------------------------------------------------------------------------------- /new_data/6/cr3_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_13.txt -------------------------------------------------------------------------------- /new_data/6/cr3_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_14.txt -------------------------------------------------------------------------------- /new_data/6/cr3_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_15.txt -------------------------------------------------------------------------------- /new_data/6/cr3_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_16.txt -------------------------------------------------------------------------------- /new_data/6/cr3_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_17.txt -------------------------------------------------------------------------------- /new_data/6/cr3_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_18.txt -------------------------------------------------------------------------------- /new_data/6/cr3_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_19.txt -------------------------------------------------------------------------------- /new_data/6/cr3_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_2.txt -------------------------------------------------------------------------------- /new_data/6/cr3_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_20.txt -------------------------------------------------------------------------------- /new_data/6/cr3_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_21.txt -------------------------------------------------------------------------------- /new_data/6/cr3_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_22.txt -------------------------------------------------------------------------------- /new_data/6/cr3_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_23.txt -------------------------------------------------------------------------------- /new_data/6/cr3_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_24.txt -------------------------------------------------------------------------------- /new_data/6/cr3_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_25.txt -------------------------------------------------------------------------------- /new_data/6/cr3_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_3.txt -------------------------------------------------------------------------------- /new_data/6/cr3_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_31.txt -------------------------------------------------------------------------------- /new_data/6/cr3_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_37.txt -------------------------------------------------------------------------------- /new_data/6/cr3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_4.txt -------------------------------------------------------------------------------- /new_data/6/cr3_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_47.txt -------------------------------------------------------------------------------- /new_data/6/cr3_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_48.txt -------------------------------------------------------------------------------- /new_data/6/cr3_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_49.txt -------------------------------------------------------------------------------- /new_data/6/cr3_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_5.txt -------------------------------------------------------------------------------- /new_data/6/cr3_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_50.txt -------------------------------------------------------------------------------- /new_data/6/cr3_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_51.txt -------------------------------------------------------------------------------- /new_data/6/cr3_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_52.txt -------------------------------------------------------------------------------- /new_data/6/cr3_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_53.txt -------------------------------------------------------------------------------- /new_data/6/cr3_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_54.txt -------------------------------------------------------------------------------- /new_data/6/cr3_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_55.txt -------------------------------------------------------------------------------- /new_data/6/cr3_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_56.txt -------------------------------------------------------------------------------- /new_data/6/cr3_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_57.txt -------------------------------------------------------------------------------- /new_data/6/cr3_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_58.txt -------------------------------------------------------------------------------- /new_data/6/cr3_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_59.txt -------------------------------------------------------------------------------- /new_data/6/cr3_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_6.txt -------------------------------------------------------------------------------- /new_data/6/cr3_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_60.txt -------------------------------------------------------------------------------- /new_data/6/cr3_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_61.txt -------------------------------------------------------------------------------- /new_data/6/cr3_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_62.txt -------------------------------------------------------------------------------- /new_data/6/cr3_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_63.txt -------------------------------------------------------------------------------- /new_data/6/cr3_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_64.txt -------------------------------------------------------------------------------- /new_data/6/cr3_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_65.txt -------------------------------------------------------------------------------- /new_data/6/cr3_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_66.txt -------------------------------------------------------------------------------- /new_data/6/cr3_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_67.txt -------------------------------------------------------------------------------- /new_data/6/cr3_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_68.txt -------------------------------------------------------------------------------- /new_data/6/cr3_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_69.txt -------------------------------------------------------------------------------- /new_data/6/cr3_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_7.txt -------------------------------------------------------------------------------- /new_data/6/cr3_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_70.txt -------------------------------------------------------------------------------- /new_data/6/cr3_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_71.txt -------------------------------------------------------------------------------- /new_data/6/cr3_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_74.txt -------------------------------------------------------------------------------- /new_data/6/cr3_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_75.txt -------------------------------------------------------------------------------- /new_data/6/cr3_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_79.txt -------------------------------------------------------------------------------- /new_data/6/cr3_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_8.txt -------------------------------------------------------------------------------- /new_data/6/cr3_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_80.txt -------------------------------------------------------------------------------- /new_data/6/cr3_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_81.txt -------------------------------------------------------------------------------- /new_data/6/cr3_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_82.txt -------------------------------------------------------------------------------- /new_data/6/cr3_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_83.txt -------------------------------------------------------------------------------- /new_data/6/cr3_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_84.txt -------------------------------------------------------------------------------- /new_data/6/cr3_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_85.txt -------------------------------------------------------------------------------- /new_data/6/cr3_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_87.txt -------------------------------------------------------------------------------- /new_data/6/cr3_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_89.txt -------------------------------------------------------------------------------- /new_data/6/cr3_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_9.txt -------------------------------------------------------------------------------- /new_data/6/cr3_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_90.txt -------------------------------------------------------------------------------- /new_data/6/cr3_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_92.txt -------------------------------------------------------------------------------- /new_data/6/cr3_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_97.txt -------------------------------------------------------------------------------- /new_data/6/cr3_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_98.txt -------------------------------------------------------------------------------- /new_data/6/cr3_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr3_99.txt -------------------------------------------------------------------------------- /new_data/6/cr4_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_0.txt -------------------------------------------------------------------------------- /new_data/6/cr4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_1.txt -------------------------------------------------------------------------------- /new_data/6/cr4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_10.txt -------------------------------------------------------------------------------- /new_data/6/cr4_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_11.txt -------------------------------------------------------------------------------- /new_data/6/cr4_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_12.txt -------------------------------------------------------------------------------- /new_data/6/cr4_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_13.txt -------------------------------------------------------------------------------- /new_data/6/cr4_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_14.txt -------------------------------------------------------------------------------- /new_data/6/cr4_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_15.txt -------------------------------------------------------------------------------- /new_data/6/cr4_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_16.txt -------------------------------------------------------------------------------- /new_data/6/cr4_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_17.txt -------------------------------------------------------------------------------- /new_data/6/cr4_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_18.txt -------------------------------------------------------------------------------- /new_data/6/cr4_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_19.txt -------------------------------------------------------------------------------- /new_data/6/cr4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_2.txt -------------------------------------------------------------------------------- /new_data/6/cr4_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_20.txt -------------------------------------------------------------------------------- /new_data/6/cr4_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_21.txt -------------------------------------------------------------------------------- /new_data/6/cr4_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_22.txt -------------------------------------------------------------------------------- /new_data/6/cr4_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_23.txt -------------------------------------------------------------------------------- /new_data/6/cr4_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_25.txt -------------------------------------------------------------------------------- /new_data/6/cr4_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_26.txt -------------------------------------------------------------------------------- /new_data/6/cr4_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_29.txt -------------------------------------------------------------------------------- /new_data/6/cr4_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_30.txt -------------------------------------------------------------------------------- /new_data/6/cr4_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_31.txt -------------------------------------------------------------------------------- /new_data/6/cr4_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_32.txt -------------------------------------------------------------------------------- /new_data/6/cr4_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_35.txt -------------------------------------------------------------------------------- /new_data/6/cr4_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_36.txt -------------------------------------------------------------------------------- /new_data/6/cr4_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_37.txt -------------------------------------------------------------------------------- /new_data/6/cr4_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_38.txt -------------------------------------------------------------------------------- /new_data/6/cr4_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_39.txt -------------------------------------------------------------------------------- /new_data/6/cr4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_4.txt -------------------------------------------------------------------------------- /new_data/6/cr4_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_41.txt -------------------------------------------------------------------------------- /new_data/6/cr4_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_42.txt -------------------------------------------------------------------------------- /new_data/6/cr4_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_43.txt -------------------------------------------------------------------------------- /new_data/6/cr4_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_44.txt -------------------------------------------------------------------------------- /new_data/6/cr4_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_45.txt -------------------------------------------------------------------------------- /new_data/6/cr4_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_5.txt -------------------------------------------------------------------------------- /new_data/6/cr4_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_50.txt -------------------------------------------------------------------------------- /new_data/6/cr4_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_51.txt -------------------------------------------------------------------------------- /new_data/6/cr4_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_52.txt -------------------------------------------------------------------------------- /new_data/6/cr4_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_55.txt -------------------------------------------------------------------------------- /new_data/6/cr4_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_56.txt -------------------------------------------------------------------------------- /new_data/6/cr4_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_57.txt -------------------------------------------------------------------------------- /new_data/6/cr4_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_59.txt -------------------------------------------------------------------------------- /new_data/6/cr4_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_6.txt -------------------------------------------------------------------------------- /new_data/6/cr4_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_60.txt -------------------------------------------------------------------------------- /new_data/6/cr4_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_62.txt -------------------------------------------------------------------------------- /new_data/6/cr4_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_63.txt -------------------------------------------------------------------------------- /new_data/6/cr4_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_64.txt -------------------------------------------------------------------------------- /new_data/6/cr4_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_66.txt -------------------------------------------------------------------------------- /new_data/6/cr4_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_68.txt -------------------------------------------------------------------------------- /new_data/6/cr4_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_69.txt -------------------------------------------------------------------------------- /new_data/6/cr4_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_7.txt -------------------------------------------------------------------------------- /new_data/6/cr4_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_71.txt -------------------------------------------------------------------------------- /new_data/6/cr4_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_72.txt -------------------------------------------------------------------------------- /new_data/6/cr4_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_75.txt -------------------------------------------------------------------------------- /new_data/6/cr4_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_76.txt -------------------------------------------------------------------------------- /new_data/6/cr4_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_77.txt -------------------------------------------------------------------------------- /new_data/6/cr4_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_78.txt -------------------------------------------------------------------------------- /new_data/6/cr4_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_79.txt -------------------------------------------------------------------------------- /new_data/6/cr4_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_80.txt -------------------------------------------------------------------------------- /new_data/6/cr4_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_85.txt -------------------------------------------------------------------------------- /new_data/6/cr4_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_86.txt -------------------------------------------------------------------------------- /new_data/6/cr4_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_88.txt -------------------------------------------------------------------------------- /new_data/6/cr4_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_90.txt -------------------------------------------------------------------------------- /new_data/6/cr4_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_91.txt -------------------------------------------------------------------------------- /new_data/6/cr4_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_92.txt -------------------------------------------------------------------------------- /new_data/6/cr4_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr4_93.txt -------------------------------------------------------------------------------- /new_data/6/cr5_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_10.txt -------------------------------------------------------------------------------- /new_data/6/cr5_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_11.txt -------------------------------------------------------------------------------- /new_data/6/cr5_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_12.txt -------------------------------------------------------------------------------- /new_data/6/cr5_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_13.txt -------------------------------------------------------------------------------- /new_data/6/cr5_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_14.txt -------------------------------------------------------------------------------- /new_data/6/cr5_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_15.txt -------------------------------------------------------------------------------- /new_data/6/cr5_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_16.txt -------------------------------------------------------------------------------- /new_data/6/cr5_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_17.txt -------------------------------------------------------------------------------- /new_data/6/cr5_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_18.txt -------------------------------------------------------------------------------- /new_data/6/cr5_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_19.txt -------------------------------------------------------------------------------- /new_data/6/cr5_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_20.txt -------------------------------------------------------------------------------- /new_data/6/cr5_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_21.txt -------------------------------------------------------------------------------- /new_data/6/cr5_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_22.txt -------------------------------------------------------------------------------- /new_data/6/cr5_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_23.txt -------------------------------------------------------------------------------- /new_data/6/cr5_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_25.txt -------------------------------------------------------------------------------- /new_data/6/cr5_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_26.txt -------------------------------------------------------------------------------- /new_data/6/cr5_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_27.txt -------------------------------------------------------------------------------- /new_data/6/cr5_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_28.txt -------------------------------------------------------------------------------- /new_data/6/cr5_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_29.txt -------------------------------------------------------------------------------- /new_data/6/cr5_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_30.txt -------------------------------------------------------------------------------- /new_data/6/cr5_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_31.txt -------------------------------------------------------------------------------- /new_data/6/cr5_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_32.txt -------------------------------------------------------------------------------- /new_data/6/cr5_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_33.txt -------------------------------------------------------------------------------- /new_data/6/cr5_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_35.txt -------------------------------------------------------------------------------- /new_data/6/cr5_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_38.txt -------------------------------------------------------------------------------- /new_data/6/cr5_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_40.txt -------------------------------------------------------------------------------- /new_data/6/cr5_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_41.txt -------------------------------------------------------------------------------- /new_data/6/cr5_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_42.txt -------------------------------------------------------------------------------- /new_data/6/cr5_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_43.txt -------------------------------------------------------------------------------- /new_data/6/cr5_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_44.txt -------------------------------------------------------------------------------- /new_data/6/cr5_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_45.txt -------------------------------------------------------------------------------- /new_data/6/cr5_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_46.txt -------------------------------------------------------------------------------- /new_data/6/cr5_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_47.txt -------------------------------------------------------------------------------- /new_data/6/cr5_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_48.txt -------------------------------------------------------------------------------- /new_data/6/cr5_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_49.txt -------------------------------------------------------------------------------- /new_data/6/cr5_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_5.txt -------------------------------------------------------------------------------- /new_data/6/cr5_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_50.txt -------------------------------------------------------------------------------- /new_data/6/cr5_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_51.txt -------------------------------------------------------------------------------- /new_data/6/cr5_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_54.txt -------------------------------------------------------------------------------- /new_data/6/cr5_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_55.txt -------------------------------------------------------------------------------- /new_data/6/cr5_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_56.txt -------------------------------------------------------------------------------- /new_data/6/cr5_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_57.txt -------------------------------------------------------------------------------- /new_data/6/cr5_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_62.txt -------------------------------------------------------------------------------- /new_data/6/cr5_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_63.txt -------------------------------------------------------------------------------- /new_data/6/cr5_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_64.txt -------------------------------------------------------------------------------- /new_data/6/cr5_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_65.txt -------------------------------------------------------------------------------- /new_data/6/cr5_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_66.txt -------------------------------------------------------------------------------- /new_data/6/cr5_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_67.txt -------------------------------------------------------------------------------- /new_data/6/cr5_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_68.txt -------------------------------------------------------------------------------- /new_data/6/cr5_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_69.txt -------------------------------------------------------------------------------- /new_data/6/cr5_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_7.txt -------------------------------------------------------------------------------- /new_data/6/cr5_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_70.txt -------------------------------------------------------------------------------- /new_data/6/cr5_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_72.txt -------------------------------------------------------------------------------- /new_data/6/cr5_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_73.txt -------------------------------------------------------------------------------- /new_data/6/cr5_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_74.txt -------------------------------------------------------------------------------- /new_data/6/cr5_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_75.txt -------------------------------------------------------------------------------- /new_data/6/cr5_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_76.txt -------------------------------------------------------------------------------- /new_data/6/cr5_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_77.txt -------------------------------------------------------------------------------- /new_data/6/cr5_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_78.txt -------------------------------------------------------------------------------- /new_data/6/cr5_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_8.txt -------------------------------------------------------------------------------- /new_data/6/cr5_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_82.txt -------------------------------------------------------------------------------- /new_data/6/cr5_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_83.txt -------------------------------------------------------------------------------- /new_data/6/cr5_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_84.txt -------------------------------------------------------------------------------- /new_data/6/cr5_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_85.txt -------------------------------------------------------------------------------- /new_data/6/cr5_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_86.txt -------------------------------------------------------------------------------- /new_data/6/cr5_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_88.txt -------------------------------------------------------------------------------- /new_data/6/cr5_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_89.txt -------------------------------------------------------------------------------- /new_data/6/cr5_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_9.txt -------------------------------------------------------------------------------- /new_data/6/cr5_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_90.txt -------------------------------------------------------------------------------- /new_data/6/cr5_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_91.txt -------------------------------------------------------------------------------- /new_data/6/cr5_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_92.txt -------------------------------------------------------------------------------- /new_data/6/cr5_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_93.txt -------------------------------------------------------------------------------- /new_data/6/cr5_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_94.txt -------------------------------------------------------------------------------- /new_data/6/cr5_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_95.txt -------------------------------------------------------------------------------- /new_data/6/cr5_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_96.txt -------------------------------------------------------------------------------- /new_data/6/cr5_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_97.txt -------------------------------------------------------------------------------- /new_data/6/cr5_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_98.txt -------------------------------------------------------------------------------- /new_data/6/cr5_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/cr5_99.txt -------------------------------------------------------------------------------- /new_data/6/mot_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_10.txt -------------------------------------------------------------------------------- /new_data/6/mot_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_19.txt -------------------------------------------------------------------------------- /new_data/6/mot_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_2.txt -------------------------------------------------------------------------------- /new_data/6/mot_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_20.txt -------------------------------------------------------------------------------- /new_data/6/mot_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_3.txt -------------------------------------------------------------------------------- /new_data/6/mot_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_38.txt -------------------------------------------------------------------------------- /new_data/6/mot_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_39.txt -------------------------------------------------------------------------------- /new_data/6/mot_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_44.txt -------------------------------------------------------------------------------- /new_data/6/mot_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_51.txt -------------------------------------------------------------------------------- /new_data/6/mot_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_52.txt -------------------------------------------------------------------------------- /new_data/6/mot_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_53.txt -------------------------------------------------------------------------------- /new_data/6/mot_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_54.txt -------------------------------------------------------------------------------- /new_data/6/mot_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_64.txt -------------------------------------------------------------------------------- /new_data/6/mot_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_65.txt -------------------------------------------------------------------------------- /new_data/6/mot_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_66.txt -------------------------------------------------------------------------------- /new_data/6/mot_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_67.txt -------------------------------------------------------------------------------- /new_data/6/mot_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_69.txt -------------------------------------------------------------------------------- /new_data/6/mot_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_70.txt -------------------------------------------------------------------------------- /new_data/6/mot_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_71.txt -------------------------------------------------------------------------------- /new_data/6/mot_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_72.txt -------------------------------------------------------------------------------- /new_data/6/mot_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_73.txt -------------------------------------------------------------------------------- /new_data/6/mot_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_74.txt -------------------------------------------------------------------------------- /new_data/6/mot_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_75.txt -------------------------------------------------------------------------------- /new_data/6/mot_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_77.txt -------------------------------------------------------------------------------- /new_data/6/mot_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_78.txt -------------------------------------------------------------------------------- /new_data/6/mot_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_79.txt -------------------------------------------------------------------------------- /new_data/6/mot_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_80.txt -------------------------------------------------------------------------------- /new_data/6/mot_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_86.txt -------------------------------------------------------------------------------- /new_data/6/mot_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_87.txt -------------------------------------------------------------------------------- /new_data/6/mot_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_88.txt -------------------------------------------------------------------------------- /new_data/6/mot_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_89.txt -------------------------------------------------------------------------------- /new_data/6/mot_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_95.txt -------------------------------------------------------------------------------- /new_data/6/mot_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolphefarrando/data-preprocessing-for-traj-pred/HEAD/new_data/6/mot_96.txt --------------------------------------------------------------------------------