Coder Social home page Coder Social logo

Comments (3)

Lee-WonJun avatar Lee-WonJun commented on June 2, 2024

제가 확실히 이해한지 모르겠습니다만.

cd tests
ssat

를 실행 하게 되면

test/meson.build 의

  copy = find_program('cp')
  custom_target('copy-bmp2png',
    input: b2p,
    output: 'b2p',
    command: [copy, '@INPUT@', meson.current_source_dir()],
    build_by_default: true
  )

과정에서 파일이 카피되는데 파일은 test가 끝난후에도 파일이 남아있고
이를 지우는 코드를 test/meson.build 의 마지막에 추가하면 되는것인가요?

from contributon2019-nns.

wooksong avatar wooksong commented on June 2, 2024

@Lee-WonJun

  1. 일단 어떤 파일들이 ninja clean 이후에도 남는지 git status로 확인해보세요.
  2. 하신 것처럼 왜 남는지 확인하시구요.
  3. ninja clean으로 해당 파일들도 지워지게 하시면 되지 않을까 싶어요

from contributon2019-nns.

mojunsang26 avatar mojunsang26 commented on June 2, 2024
$ cd tests
$ ssat

위의 명령을 실행하면 아래의 파일이 생성되고 ninja clean해도 그대로 남아있습니다.
test script 보고 왜 생기는지 찾아보겠습니다.

	../tests/nnstreamer_decoder_boundingbox/testtflitessd_output.0
	../tests/nnstreamer_decoder_boundingbox/testtflitessd_output.1
	../tests/nnstreamer_decoder_boundingbox/testtfssd_output.0
	../tests/nnstreamer_decoder_boundingbox/testtfssd_output.1

@wooksong

from contributon2019-nns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.