RobotLocomotion / pytorch-dense-correspondence

Code for "Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation"

Home Page:https://arxiv.org/pdf/1806.08756.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Director binaries not currently available

iskanderuse opened this issue · comments

On Ubuntu 16.04 docker_build.py finishes with that log:

Is it proprietary too?

Hey @iskanderuse, this is not proprietary... potentially the dl.bintray.com server is down? I can look into it

Every link replays "Forbidden!" :)

Hi there, this download server is also down for me, I just confirmed. You don't need that piece of software, (Director), just to run through for example our tutorial. It was used to generate part of the data we provided already.

(edit) You can temporarily disable its installation by just commenting out this line.

You can temporarily disable its installation by just commenting out this line: https://github.com/RobotLocomotion/pytorch-dense-correspondence/blob/master/docker/pytorch-dense-correspondence.dockerfile#L33 with a #

Ok, Thank You!

Confirmed the server is down, we are working on a fix.

#176 is a temporary fix. Let's keep this issue open though until we resolve the director binaries.

I changed the name of this issue, since docker_build.py will finish now on master

We just need to fix the availability of director binaries, for parts of the codebase that use director. (ie background subtraction)

The bintray server is back up.