Giter Club home page Giter Club logo

Comments (3)

YuHengsss avatar YuHengsss commented on September 15, 2024 1

I solved this issue. line 281 self.dataset_path = dataset_path in mosaicdetection.py.

if you want to train yolov_x.py, please modify this line as self.dataset_path = dataset_path --> self.dataset_pth = dataset_path.

OK!! checking code carefully!

Sorry for my poor code and thanks for your debugging. Best wishes.

from yolov.

HwaiHo-0552 avatar HwaiHo-0552 commented on September 15, 2024

I checked ./exps/yolov_x.py

I saw these code.
dataset = vid.VIDDataset(file_path='./yolox/data/datasets/train_seq.npy',
img_size=self.input_size,
preproc=TrainTransform(
max_labels=50,
flip_prob=self.flip_prob,
hsv_prob=self.hsv_prob),
lframe=0, # batch_size,
gframe=batch_size,
dataset_pth=self.data_dir)

For the "train_seq.npy", I had put it as author's guide before running.

from yolov.

HwaiHo-0552 avatar HwaiHo-0552 commented on September 15, 2024

I solved this issue.
line 281 self.dataset_path = dataset_path in mosaicdetection.py.

if you want to train yolov_x.py,
please modify this line as self.dataset_path = dataset_path --> self.dataset_pth = dataset_path.

OK!! checking code carefully!

from yolov.

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.