Giter Site home page Giter Site logo

Comments (6)

okankop avatar okankop commented on July 19, 2024

Training and testing annotations are available under respective annotations folders. Please download and check again.

from yowo.

okankop avatar okankop commented on July 19, 2024

I believe the issue is resolved

from yowo.

lg12170226 avatar lg12170226 commented on July 19, 2024

@linzhirui1992 @okankop i download from baiduyunpan.there are trainlist.txt and testlist.txt,but the groundtruths_ucf.zip have the txt num is 137557 ,which is the same as testlist.txt,no train dataset annotations.

from yowo.

linzhirui1992 avatar linzhirui1992 commented on July 19, 2024

@linzhirui1992 @okankop i download from baiduyunpan.there are trainlist.txt and testlist.txt,but the groundtruths_ucf.zip have the txt num is 137557 ,which is the same as testlist.txt,no train dataset annotations.

me too

from yowo.

okankop avatar okankop commented on July 19, 2024

@lg12170226 @linzhirui1992 The annotations in groundtruths_ucf.zip is only used at calculating the Frame_mAP scores. This is why there is no training annotations there. Training annotations can be downloaded from the dataset sources.

from yowo.

okankop avatar okankop commented on July 19, 2024

Please use the following steps to use the codes in the repo. These steps have recently been validated by another user of the repo!

FOR UCF DATASET:

For Training

  1. Download ucf dataset, unzip file. Rename the datafolder as ‘ucf24’.
  2. Create a new folder by the name of ‘datasets’. Put the above renamed ‘ucf24’ folder inside the datasets folder.
  3. Download code from GitHub page. The code folder is called YOWO
  4. Open cfg/ucf24.data’ in the YOWO folder. Update address of the base, training and validation dataset
  5. Download ‘trainlist.txt’ and ‘testlist.txt’ files and put it inside the ‘ucf24’ folder created in step-1.
  6. Create a folder called ‘weights’ in the YOWO folder.
  7. Download pre-trained yolo weights, details given the GitHub page, and put it in the folder created in step-6.
  8. Download ‘resnext-101-kinetics.pth’ from the GitHub page and put in the ‘weights’ folder created in step -6.

For Validation

  1. Go to YOWO/evaluations/Object-Detection-Metrics
  2. Unzip the file ‘groundtruths_ucf.zip’
  3. Go back to the YOWO folder. Create a folder called ‘ucf_detections/detections_0’. Keep creating multiple subdirectories ‘detections_n’ for n = 0,1,2,3….. for further tasks.
  4. Run validation using the command

Run both training and validating model using the script:
$ sh run_ucf101-24.sh

  1. Change the ‘detection_n’ portion in the script file for multiple validation tasks.
    python ./evaluation/Object-Detection-Metrics/pascalvoc.py --gtfolder groundtruths_ucf --detfolder ../../ucf_detections/detections_0

from yowo.

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.