GithubHelp home page GithubHelp logo

gnayuohz / centernet-visdrone Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 10.0 39 KB

Simple implement of CenterNet on VisDrone dataset.

License: MIT License

Python 100.00%
centernet object-detection visdrone

centernet-visdrone's People

Contributors

gnayuohz 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

Watchers

 avatar  avatar

centernet-visdrone's Issues

关于精度

哥们,我在mmdetection里面用centernet_resnet18跑visdrone在val上得到了29.4的map,比你用resnet50还高,挺奇怪的

1 class training

Hello. I am wondering that I am trying to train the 1 class object detection using your code.
And then there is error bout
for iter_id, batch in enumerate(train_loader):
Exception has occurred: IndexError
Caught IndexError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/home/henry/miniconda3/envs/flowtorch/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "/home/henry/miniconda3/envs/flowtorch/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 49, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/home/henry/miniconda3/envs/flowtorch/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 49, in
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/home/henry/centernet-visdrone/src/dataset.py", line 185, in getitem
np.maximum(gs_mask, hm[i], out=gs_mask)
IndexError: index 1 is out of bounds for axis 0 with size 1
File "/home/henry/centernet-visdrone/src/dataset.py", line 205, in
for iter_id, batch in enumerate(train_loader):

any suggestion?

visdrone dataset

Hello, I want to ask you, when you train the model with Visdrone dataset, how long does it take to do the training?

Image dataset visdrone

Hello, I wanna ask you, did you resize all of the images to 1280*960 ??? because I look in to the dataset, they all have different size on the training set visdrone.

Thank you!

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.