autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.5k stars 292 forks source link

Build Script uses internal alias 'lsfilter'? #12

Closed noamgat closed 5 years ago

noamgat commented 5 years ago

Hi, I'm trying to build the dataset on Ubuntu, and the build.sh script is failing. It says that it cannot find the command lsfilter . Could it be that this is an alias for ls with certain flags that you are using locally?

noamgat commented 5 years ago

Nevermind, it was an error in loading config.sh that caused it.