question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Train on My Own Data Set

See original GitHub issue

Dear @yingfeng, @nttstar, @yuzhichang, I have a face data set with the following format:

FaceDataSet/
    ID1/
        face_imageID1_1.jpg
        face_imageID1_2.jpg
        face_imageID1_3.jpg
    ID2/
        face_imageID2_1.jpg
        face_imageID2_2.jpg
...

Would you please kindly guide me to how I can train your models (e.g., with ArcFace Loss) on my own data set?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
eliaYcommented, Feb 14, 2019

@hustzeyu i am still a beginner in this stuff can you please provide me with the steps. thanks

1reaction
hustzeyucommented, Feb 14, 2019

You need to pack all your jpgs into rec and mxnet has that function

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom training: walkthrough | TensorFlow Core
Import a dataset; Build a simple linear model; Train the model; Evaluate the model's effectiveness; Use the trained model to make predictions. TensorFlow ......
Read more >
How to Train YOLO v5 on a Custom Dataset - Paperspace Blog
This tutorial will show you how to implement and train YOLOv5 on your own custom dataset. Full Python code included.
Read more >
Training DETR on Your Own Dataset - Towards Data Science
DETR — or DEtection TRansformer — is Facebook's newest addition to the market of available deep learning-based object detection solutions.
Read more >
Fine-tuning with custom datasets - Hugging Face
In this example, we'll show how to download, tokenize, and train a model on the IMDb reviews dataset. This task takes the text...
Read more >
Train on my own dataset · Issue #691 · open-mmlab/OpenPCDet
Hi, everyone. I want to train PV-RCNN on my own point cloud data. I have converted the data to KITTI format, with .bin...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found