Code Monkey home page Code Monkey logo

Comments (5)

MasterBin-IIAU avatar MasterBin-IIAU commented on June 30, 2024 1

@codylcs Hi, the sudden drift is partially caused by the lack of temporal-smoothness post-processing (such as cosine window, etc). We also find that STARK performs well in dealing with target disappearance and reappearance (especially important for long-term tracking), while struggles dealing similar distractors. So I think it could be a promising direction to improve the ability of STARK to deal with distractors.

from stark.

MasterBin-IIAU avatar MasterBin-IIAU commented on June 30, 2024

@codylcs Hi, you can use tracking/video_demo.py by the following command
python tracking/video_demo.py stark_s baseline <path_of_your_video_file>

from stark.

codylcs avatar codylcs commented on June 30, 2024

@codylcs Hi, you can use tracking/video_demo.py by the following command
python tracking/video_demo.py stark_s baseline <path_of_your_video_file>

thanks,demo has been run,however,when use internet video to test,u will see the track box will from one man to another suddenly,any advices?

from stark.

codylcs avatar codylcs commented on June 30, 2024

thanks for your answer, good luck

from stark.

nomurakeiya avatar nomurakeiya commented on June 30, 2024

@MasterBin-IIAU

It's closed, but let me ask you a question!
If I give video_demo.py the path of the video, can I get the tracking result for that video?

I want to try tracking on unknown videos, not testing or training.

Currently when I run it I get the following error:

C:\Users\USER\mysystem\detection\Stark>python tracking/video_demo.py stark_st2 baseline xxx.mp4
Traceback (most recent call last):
File "C:\Users\USER\mysystem\detection\Stark\lib\test\evaluation\environment.py", line 111, in env_settings
env_module = importlib.import_module(env_module_name)
File "C:\Program Files\Python38\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 779, in exec_module
File "", line 916, in get_code
File "", line 846, in source_to_code
File "", line 219, in _call_with_frames_removed
File "C:\Users\USER\mysystem\detection\Stark\lib\test\evaluation\local.py", line 9
settings.got10k_lmdb_path = 'C:\Users\USER\mysystem\detection\Stark\data\got10k_lmdb'
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tracking/video_demo.py", line 39, in
main()
File "tracking/video_demo.py", line 35, in main
run_video(args.tracker_name, args.tracker_param, args.videofile, args.optional_box, args.debug, args.save_results)
File "tracking/video_demo.py", line 19, in run_video
tracker = Tracker(tracker_name, tracker_param, "video")
File "C:\Users\USER\mysystem\detection\Stark\lib\test\evaluation\tracker.py", line 46, in init
env = env_settings()
File "C:\Users\USER\mysystem\detection\Stark\lib\test\evaluation\environment.py", line 118, in env_settings
raise RuntimeError('YOU HAVE NOT SETUP YOUR local.py!!!\n Go to "{}" and set all the paths you need. '
RuntimeError: YOU HAVE NOT SETUP YOUR local.py!!!
Go to "C:\Users\USER\mysystem\detection\Stark\lib\test\evaluation\local.py" and set all the paths you need. Then try to run again.

from stark.

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.