You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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,
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
The text was updated successfully, but these errors were encountered:
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,
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
The text was updated successfully, but these errors were encountered: