Giter VIP home page Giter VIP logo

Comments (7)

xinyeCH avatar xinyeCH commented on August 30, 2024

Sorry, but I am still confused about the speed, in model zoo , AOTS has around 40 FPS and AOTT 50 FPS in DAVIS-VOS as marked in the following picture.

屏幕快照 2022-02-14 下午8 24 05

from aot-benchmark.

z-x-yang avatar z-x-yang commented on August 30, 2024

@xinyeCH I update the code about result saving. At present, the result saving happens after the inference of each sequence instead of each frame.

The speed should be faster on your device.

from aot-benchmark.

z-x-yang avatar z-x-yang commented on August 30, 2024

@xinyeCH One more update. Currently, the evaluator call torch.cuda.synchronize() only once. After the inference of each sequence, I synchronize all the frame timers (start and end). The influence of slow CPU and storage devices should be negligible now.

I evaluated the new code on a V100 device with slow storage, maybe like your device, the speed results are slightly faster than the reported results now (AOTS: 41fps now, 33fps before).

from aot-benchmark.

xinyeCH avatar xinyeCH commented on August 30, 2024

@z-x-yang Thanks for your reply.

I updated the evaluator.py according to your newest commit and modified some hyperparameters of dataloader such as worker numbers. FPS of AOTS is about 34 now and AOTT 45.

I think the difference between my testing result and paper maybe comes from computer environment.

from aot-benchmark.

z-x-yang avatar z-x-yang commented on August 30, 2024

@xinyeCH Could try to use a single GPU in the inference?

from aot-benchmark.

xinyeCH avatar xinyeCH commented on August 30, 2024

@z-x-yang Sorry for the late reply. Yes, I use only one V100 during inference. Using 2 gpus gets worser performance.

from aot-benchmark.

z-x-yang avatar z-x-yang commented on August 30, 2024

OK. If your cpu is strong enough, using multiple gpus should not make speed slower.

from aot-benchmark.

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.