Giter Club home page Giter Club logo

Comments (3)

XLXIAOLONG avatar XLXIAOLONG commented on September 17, 2024

I have trained obj_6 by yolov3 and G2L_NET, but the test code(test_linemod.py) doesn't work.

The error is:
RuntimeError: Error(s) in loading state_dict for Darknet:
Missing key(s) in state_dict: "module_list.0.conv_0.weight", xxxxxxxxxxxxxxxxxxxxx
Unexpected key(s) in state_dict: "total_ops", "total_params",xxxxxxxxxxxxxxxxxxxx

from g2l_net.

Mahmoud-Ali-FCIS avatar Mahmoud-Ali-FCIS commented on September 17, 2024

@XLXIAOLONG @DC1991 How you trained G2L?

I tried to run trained_G2l.py but i had this problem:
RuntimeError: Given groups=1, weight of size 64 3 1 1, expected input[64, 6, 1, 1500] to have 3 channels, but got 6 channels instead

Notes that I followed all the instructions and i download the training data and put it in the right folder.

from g2l_net.

XLXIAOLONG avatar XLXIAOLONG commented on September 17, 2024

@XLXIAOLONG @DC1991 How you trained G2L?

I tried to run trained_G2l.py but i had this problem: RuntimeError: Given groups=1, weight of size 64 3 1 1, expected input[64, 6, 1, 1500] to have 3 channels, but got 6 channels instead

Notes that I followed all the instructions and i download the training data and put it in the right folder.

Sorry for the late reply. Because some reasons, I haven't train G2L on my own dataset. But i had the same problem. The reason seem to be the point cloud. The 6 channels contain color information, but G2L need coordinate only. Extract 3 channels position from point cloud may solve the problem.

Best wishes!
xiaolong

from g2l_net.

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.