Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some sentences are deprecated #2

Open
DesperateMaker opened this issue Feb 26, 2020 · 1 comment
Open

Some sentences are deprecated #2

DesperateMaker opened this issue Feb 26, 2020 · 1 comment

Comments

@DesperateMaker
Copy link

DesperateMaker commented Feb 26, 2020

This is a very interesting work and I tried to run this, but some constructions are deprecated and don`t work now.
At first, for user needs to setup his environment:
I used anaconda, in this case, i can offer this way of setup(this instruction will safe a lot of time for other users, moreover it will be helpfull make this in sh script)

conda create --name=labelme python=3.6
source activate labelme

or deprecated source /opt/anaconda/bin/activate labelme

after this, it needs to add channels

conda config --add channels conda-forge hcc omnia menpo

then, install libraries. Attention, this work was written by tensorflow 1 and it needs to disable TFv2 behavior or install TFv1 in your environment

conda install numpy, opencv, scipy, pycocotools, tensorflow=1.15, munkres, imbalanced-learn, vtk, pandas, scikit-image

First task in the setup environment is over at this moment. Next, it needs to create structure of folders with images, detectors, models, etc. In readmy this part was not written obviously.

At first, from data_tracking_calib dataset files needs to put in ./data/KITTI_tracking/train/images/*.txt
At second, put BBSegNet files in .external/BBSegNet.
And put detections in ./ of project(actually)

I started precompute.py --config=/configs/config_default and python read detectorts,
error

Could you tell me more about structure of folders? It seems python couldn`t find some images(or instances in imgs).

P.S.:If you interesting in, i could get more info from clean instalation

P.P.S.: and I needed to change matplotlib.misc to scipy.misk because it was replaced too

@zhuhu00
Copy link

zhuhu00 commented Aug 14, 2021

Hello, have you run this code successfully? if you are still interested in this code, can we communicate with you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants