Code Monkey home page Code Monkey logo

d-fcn's People

Contributors

lixiang-ucas avatar lx709 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

d-fcn's Issues

训练集的RGB和usrdata是怎么来的

官网的数据集只提供了X Y Z Intensity return_number number_of_returns这六个参数,请问作者处理过的数据集怎么得到RGB信息的,那个intensity和usrdata是怎么转换的啊?

请问一下你们的pickle数据怎么预处理的

test_f = open('/home/mmvc/mmvc-ny-nas/Xiang_Li_BK/Segmentation_wen/ALS_Seg/Data/test_merge_min_norm_fea_paper_height.pickle', 'rb')

这句代码里面的,pickle数据怎么生成的,代码里面好像没有

train_eval.py有错误

train_eval.py第284-287行在加载训练集数据时出现错误
# train_f = open('./Data/train_merge_min_norm_fea.pickle', 'rb')
train_xyz, train_label, train_feats = pickle.load(train_f, encoding='bytes')
# train_xyz, train_label, train_feats = pickle.load(train_f)
train_f.close()
看到作者大大在其他issue里提到直接读取训练数据集就可以,希望可以更新一下代码,万分感谢!

数据问题

您好,我按照您的要求下载了数据,但我看到您的程序中,有“.pickle”文件,想请问您是怎么对数据进行的预处理。期待您的回复。

Something about "tf_pointSIFT_compile.sh"

TF_INC=$(python -c 'import tensorflow as tf; print(tf.sysconfig.get_include())')
TF_LIB=$(python -c 'import tensorflow as tf; print(tf.sysconfig.get_lib())')

#/bin/bash
/usr/local/cuda-8.0/bin/nvcc DFCN.cu -o DFCN_g.cu.o -c -O2 -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC

the "DFCN.cu" is not in "pointSIFT_op", so you can't only write "DFCN.cu" without its adress.
Maybe there are something wrong?

训练集数据

作者你好~ 请问这里的“train_f = open('./Data/train_merge_min_norm_fea.pickle', 'rb')”这个训练集的pickle文件是怎么得到的 我看了您的其他评论 如果从原始数据中读取,那么train_xyz怎么定义呢? num_batches = len(train_xyz)//BATCH_SIZE 这一部分怎么处理。以及代码中带有的训练数据 userdata的含义是什么?是#height above ground 那如何得到?论文里好像没有提及不是很明白 期待您的回复

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.