Skip to content

Commit

Permalink
fix CMake download of 2 missing files to scene-2
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed May 20, 2020
1 parent 15e9ccc commit e007cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/algo/depth-to-rgb-calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(D2RGB "depth-to-rgb-calibration/19.2.20")

# F9440687
set(F9440687 "${D2RGB}/F9440687/LongRange_D_768x1024_RGB_1920x1080")
dl_algo_file( "${F9440687}/2/binFiles/yuy_prev_z_i.files" "" )
dl_algo_file( "${F9440687}/2/binFiles/ac1x/yuy_prev_z_i.files" "" )
dl_algo_file( "${F9440687}/2/binFiles/ac1x/metadata" "" )

dl_algo_file( "${F9440687}/2/YUY2_YUY2_1920x1080_00.00.26.6355_F9440687_0000.raw" "7e5fec4f8a3c50e8fe3d94f81778d816088af286" )
Expand Down Expand Up @@ -87,6 +87,7 @@ dl_algo_file( "${F9440687}/2/binFiles/ac1x/Iy_768x1024_double_00.bin" "")
dl_algo_file( "${F9440687}/2/binFiles/ac1x/iEdge_768x1024_double_00.bin" "")
dl_algo_file( "${F9440687}/2/binFiles/ac1x/zEdge_768x1024_double_00.bin" "")
dl_algo_file( "${F9440687}/2/binFiles/ac1x/sectionMapDepth_768x1024_uint8_00.bin" "")
dl_algo_file( "${F9440687}/2/binFiles/ac1x/sectionMapDepthInside_2506x1_uint8_00.bin" "")
dl_algo_file( "${F9440687}/2/binFiles/ac1x/validEdgePixelsByIR_768x1024_double_00.bin" "")

dl_algo_file( "${F9440687}/2/binFiles/ac1x/gridXValid_105794x1_double_00.bin" "")
Expand Down

0 comments on commit e007cd9

Please sign in to comment.