Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlyqing00 committed Nov 28, 2018
1 parent 17fa190 commit 31b8a30
Show file tree
Hide file tree
Showing 11 changed files with 24,016 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/data/stripes/
/data/results/
/data/squares/
/data/training/
/data/training.txt
/data/cp_dataset/
/data/cp_dataset.txt

tmp/
.DS_Store
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ add_library(compatibility-net ${EVALUATOR_PATH}/compatibility_net.cpp)
target_link_libraries(compatibility-net ${TORCH_LIBRARIES})

add_library(compatibility-dataset ${EVALUATOR_PATH}/compatibility_dataset.cpp)
target_link_libraries(compatibility-dataset ${TORCH_LIBRARIES})
target_link_libraries(compatibility-dataset ${TORCH_LIBRARIES} ${OpenCV_LIBRARIES})

add_executable(build-dataset ${EVALUATOR_PATH}/build_dataset.cpp)
target_link_libraries(build-dataset ${OpenCV_LIBRARIES})
Expand Down
Loading

0 comments on commit 31b8a30

Please sign in to comment.