Giter Club home page Giter Club logo

Comments (3)

zoharbarzelay avatar zoharbarzelay commented on May 26, 2024 7

take a look in these kaggle links here and here; the authors reloaded the models as json files.

It's a shame nobody bothers to update this too.
please don't close this issue until they update the json files here.

from dataset-api.

ruanyyyyyyy avatar ruanyyyyyyy commented on May 26, 2024

The same problem happens to me. And I have no clue how to solve it. Is there anyone who could shed some light on it?

from dataset-api.

cch2016 avatar cch2016 commented on May 26, 2024

When running car_instance/demo.ipynb, I met the following error. Is there any clue to fix this? Many thanks!

----> 8 visualizer.load_car_models()
9 image_vis, mask, depth = visualizer.showAnn(setting.image_name)

~/Workspaces/apollocar3d/dataset-api/car_instance/render_car_instances.py in load_car_models(self)
62 print(car_model)
63 with open(car_model, 'rb') as f:
---> 64 self.car_models[model.name] = pkl.load(f)
65 # fix the inconsistency between obj and pkl
66 self.car_models[model.name]['vertices'][:, [0, 1]] *= -1

AttributeError: Can't get attribute 'CHJ_tiny_obj' on <module 'objloader' from '/home/ark/Workspaces/apollocar3d/dataset-api/car_instance/objloader.py'>

When I running 'render_car_instance.py ',I have the following error":

Test visualizer
INFO:root:loading 79 car models
car_model: ~/apolloscape/3d_car_instance_sample/car_models/baojun-310-2017.pkl
Traceback (most recent call last):
File "render_car_instances.py", line 302, in
visualizer.load_car_models()
File "render_car_instances.py", line 63, in load_car_models
self.car_models[model.name] = pkl.load(f)
File "/usr/lib/python2.7/pickle.py", line 1384, in load
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
File "/usr/lib/python2.7/pickle.py", line 1075, in load_inst
klass = self.find_class(module, name)
File "/usr/lib/python2.7/pickle.py", line 1130, in find_class
import(module)
ImportError: No module named objloader

I see in you ''car_instance'' folder , there is ''objloader.py'' file , but I don't and in author's code isn't。

from dataset-api.

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.