Giter VIP home page Giter VIP logo

afnet's People

Contributors

jee-king avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

afnet's Issues

Data processing about FE240HZ

Thanks for your quite interesting work. However, I have some problems about it.

First, for the data processing, I have prepared data as the file you given, but the file needs
'''python
s = int(sys.argv[1])
e = int(sys.argv[2])
'''
What's them have been defined?
Second, as you defined in the code
'''python
with open('reshot_eotb_val_split.txt', 'r') as f:
a = [i.strip() for i in f.readlines()]
for line in a:
file_name_list.append(line)
'''
What the reshot_eotb_val_split is? Now, I use the test.txt and train.txt as you given.

Third, as you say you split the sequence into multiple subsequences of length 2000. Where is this shown in the code, how can we get the same setup with you. As described in your code, the event is evenly sampled three times in a period of time between the corresponding timestamps of two adjacent frames. How to use this corresponding event when used in combination with a frame

Thanks very much.
Hopes for the reply from you.

License information

Hi, thank you for sharing your great work!

One quick question, what is the license status of the code?

Thank you!

Backbone missing

Hi, I've encountered this issue when running this project:
Traceback (most recent call last):
File "run_training.py", line 58, in
main()
File "run_training.py", line 53, in main
run_training(args.train_module, args.train_name, args.cudnn_benchmark)
File "run_training.py", line 42, in run_training
expr_func(settings)
File "/home/ziyangshen/Projects/AFNet/ltr/train_settings/afnet/afnet.py", line 93, in run
net = dimpnet.klcedimpnet18(filter_size=settings.target_filter_sz, backbone_pretrained=True, optim_iter=5,
File "/home/ziyangshen/Projects/AFNet/ltr/admin/model_constructor.py", line 14, in f_wrapper
output = f(*args, **kwds)
File "/home/ziyangshen/Projects/AFNet/ltr/models/tracking/dimpnet.py", line 275, in klcedimpnet18
backbone_net = backbones.resnet18(pretrained=backbone_pretrained, frozen_layers=frozen_backbone_layers)
AttributeError: module 'ltr.models.backbone' has no attribute 'resnet18'

It seems that there's a lot of backbones missing under /ltr/models/backbone, including resnet18, resnet50, resnet_baby ,fusion etc.
Also, are there any pretrained models provided for this project? Thanks.

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.