-
Notifications
You must be signed in to change notification settings - Fork 66
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
Error in demo.ipynb #4
Comments
Sorry, I couldn't reproduce your errors on my side. Could you tell me more details? |
Hi, I get a same error, and I find a similar problem at yangyanli/PointCNN#42, where also give us some solutions. It may cause by a tensorflow version problem. I use tf1.8 while author recommend tf1.4.0. For code of LF-Net, line 1143 to 1146 of det_tools.py should be modified. More details can be find in vistart's answer at yangyanli/PointCNN#42. |
Hi,
Can you perhaps create a PR for this issue if you don't mind?
It'd be greatly appreciated!
Kwang
…On 2019-01-09 00:33, laoyandujiang wrote:
Hi, I get a same error, and I find a similar problem at
yangyanli/PointCNN#42 <yangyanli/PointCNN#42>,
where also give us some solutions. It may cause by a tensorflow version
problem. I use tf1.8 while author recommend tf1.4.0. For code of LF-Net,
line 1143 to 1146 of det_tools.py should be modified. More details can
be find in vistart's answer at yangyanli/PointCNN#42
<yangyanli/PointCNN#42>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG0RFSbeSahspdQfMIvUTGz3nV-aSZJlks5vBalggaJpZM4Y81cs>.
--
Kwang Moo YI
Assistant Professor
Dept. of Computer Science,
University of Victoria
+1 (250) 472 5837
|
Hello, |
Hello. I can confirm that the demo works when using a docker image with tf==1.4.0 (gpu, py3). I had the same issues with tf==1.80 or tf==latest. |
Hi,
When i run demo.ipynb I get the following error in cell # 13.
Any help is highly appreciated.
The text was updated successfully, but these errors were encountered: