GithubHelp home page GithubHelp logo

training doesn't cost time about fcos HOT 4 CLOSED

tianzhi0549 avatar tianzhi0549 commented on July 18, 2024
training doesn't cost time

from fcos.

Comments (4)

tianzhi0549 avatar tianzhi0549 commented on July 18, 2024

@1ewandovski It seems that the training ends very quickly. Can you check your dataset? I guess your dataset contains no images or none of the images is read successfully.

from fcos.

1ewandovski avatar 1ewandovski commented on July 18, 2024

@tianzhi0549 I've checked my dataset and didn't find any problem with it. Actually, during evaluation, "coco_2019_val" can be load correctly,which also used for training.
By the way, I can train on these datasets using original maskrcnn-benchmark

INFO: Start evaluation on coco_2019_val dataset(121 images).
100%|????????????????????????????????????????????????| 121/121 [00:04<00:00, 25.15it/s]
2019-05-05 21:45:29,280 maskrcnn_benchmark.inference INFO: Total run time: 0:00:04.816332 (0.039804397535718176 s / img per device, on 1 devices)
2019-05-05 21:45:29,281 maskrcnn_benchmark.inference INFO: Model inference time: 0:00:04.087672 (0.03378241121276351 s / img per device, on 1 devices)
2019-05-05 21:45:29,306 maskrcnn_benchmark.inference INFO: Preparing results for COCO format
2019-05-05 21:45:29,306 maskrcnn_benchmark.inference INFO: Preparing bbox results
2019-05-05 21:45:29,307 maskrcnn_benchmark.inference INFO: Evaluating predictions
Running per image evaluation...
Evaluate annotation type bbox
DONE (t=0.06s).
Accumulating evaluation results...
DONE (t=0.02s).

from fcos.

tianzhi0549 avatar tianzhi0549 commented on July 18, 2024

@1ewandovski Probably because pre_train/mymodel.pth contains the iteration number. Therefore, the training finishes immediately since the iteration is initialized by the iteration stored in the model. Please try to manually remove iteration in the model with torch.load() and torch.save() APIs.

from fcos.

1ewandovski avatar 1ewandovski commented on July 18, 2024

@tianzhi0549 thank you very much! i've solved the problem after remove iteration. i'll close the issue.

from fcos.

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.