hyaihjq
hyaihjq
@AnderBiguri Hi AnderBiguri, I found that the order of the angle and projection data is reversed,and i apply the “wang weighting” to the projection data.  How to calculate the...
> @hyaihjq, there is a function called cropCBCT, is that what you are looking for? def cropCBCT(img, geo): cropR = (geo.sDetector[0] / 2 * geo.DSO) / geo.DSD maxD = min(geo.nVoxel...
> @hyaihjq try: > > ``` > def cropCBCT(img, geo): > cropR = img.shape[1]/2 > x, y = np.meshgrid(range(img.shape[1]), range(img.shape[2])) > inM = (x - img.shape[1] / 2) ** 2...
> Feel free do adjust `cropR` as desired :) Glad it worked sure, thanks for your help
> 已经传了backone 谢谢!!!
> i train it by https://github.com/xingyizhou/CenterNet, by the way ,i changed the backone 可以上传完整的训练代码么?谢谢
代码跑不通
@lyqun Dataset can be share?
hello,在么大佬