Giter VIP home page Giter VIP logo

Comments (8)

Foruck avatar Foruck commented on May 28, 2024 1

You could find how to download the weight files in this link.

from transferable-interactiveness-network.

mansooreh1368 avatar mansooreh1368 commented on May 28, 2024

In folder Weights does not exist res50_faster_rcnn
what do I do?

from transferable-interactiveness-network.

YSN1011 avatar YSN1011 commented on May 28, 2024

You need to download the following three files and put them in the folder Weights/res50_faster_rcnn:
res50_faster_rcnn_iter_1190000.ckpt.meta
res50_faster_rcnn_iter_1190000.ckpt.index
res50_faster_rcnn_iter_1190000.ckpt.data-00000-of-00001
These are the resnet50's pre-training models

from transferable-interactiveness-network.

mansooreh1368 avatar mansooreh1368 commented on May 28, 2024

Hello
thanks for your answer
when I run test phase "python tools/Test_TIN_HICO.py --num_iteration 1700000 --model TIN_HICO"
give this error :ValueError: The passed save_path is not a valid checkpoint: F:\Transferable-Interactiveness-Network-master\Transferable-Interactiveness-Network-master/Weights/TIN_HICO/HOI_iter_17.ckpt

In the folder Weights/TIN_HICO is the following files:
res50_faster_rcnn_iter_1190000.ckpt.meta
res50_faster_rcnn_iter_1190000.ckpt.index
res50_faster_rcnn_iter_1190000.ckpt.data-00000-of-00001

from transferable-interactiveness-network.

YSN1011 avatar YSN1011 commented on May 28, 2024

There should be two folders under your Weights folder, TIN_VCOCO_default for the trained model and res50_faster_rcnn for the resnet model

from transferable-interactiveness-network.

mansooreh1368 avatar mansooreh1368 commented on May 28, 2024

I want to run this program on HICO_DET dataset only and don't download VCOCO dataset.
The training phase run without any error . but in testing phase the program search about" HOI_iter_17.ckpt " and it isn't in my folders.
what is HOI_iter_17.ckpt and where is?
In training phase create a folder with TIN_HICO_test folder in Weights folder which have following files:
HOI_iter_10.ckpt.meta
HOI_iter_10.ckpt.index
HOI_iter_10.ckpt.data-00000-of-00001
checkpoint

from transferable-interactiveness-network.

Foruck avatar Foruck commented on May 28, 2024

The checkpoint name 'HOI_iter_17.ckpt' you mentioned is probably a mistake of 'HOI_iter_1700000.ckpt'. You could download the weight file by running
python script/Download_data.py 1f_w7HQxTfXGxOPrkriu7jTyCTC-KPEH3 Weights/TIN_HICO.zip. The downloaded weights will be saved in ./Weights/TIN_HICO/.
Or if you are training your own model, notice the checkpoint is saved every 100000 iterations (HOI_iter_10.ckpt is saved for sanity check). You could choose which checkpoint to test by changing the num_iteration flag.

from transferable-interactiveness-network.

DirtyHarryLYL avatar DirtyHarryLYL commented on May 28, 2024

Solved

from transferable-interactiveness-network.

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.