Code Monkey home page Code Monkey logo

Comments (3)

BowieHsu avatar BowieHsu commented on July 17, 2024

@Jinping-Z 您好,看来是读训练数据的时候跑飞了,能检查一下您的train.txt里面的内容吗

from efficientteacher.

Jinping-Z avatar Jinping-Z commented on July 17, 2024

谢谢您,根据您的建议我检查了训练集的内容,是转换过程中归一化出现了问题,.txt文件不符合要求没有归一化。

from efficientteacher.

jaideep11061982 avatar jaideep11061982 commented on July 17, 2024

@Jinping-Z

were you able to replicate the results on custom data set.
I am truly confused for steps to follow for Custom Data set which is mentioned.
It am not clear which Pretrained weights of YoloL to be used, trained on partial custom data set whose unlabelled images to be labelled or Pretrained on Coco dataset that we should take
1)
--what kind of supervised training is below step referring to ?
Supervised Training(Optional)
modify the train: data/custom_train.txt in yolov5l_custom.yaml, and then enter the following script.
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
python -m torch.distributed.launch --nproc_per_node 8 --master_addr 127.0.0.2 --master_port 29502 train.py --cfg configs/sup/custom/yolov5l_custom.yaml

--What are the weights to be given as pretrained weights in this step ?
SSOD Training
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
python -m torch.distributed.launch --nproc_per_node 8 --master_addr 127.0.0.2 --master_port 29502 train.py --cfg configs/sup/custom/yolov5l_custom.yaml

Also What do they mean by direct start of SSOD training
"Start SSOD Training derectly"

How do we check if our unlabelled data is labelled properly or not ,using which weights ?

from efficientteacher.

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.