banzhuanxiaoxian
banzhuanxiaoxian
I Got the error [No such module 'SwiftAssetsPickerController']. what should I do? If I didn't have the framework Pods_iOS_Depth_Sampler.framework?
I seted up the dataset as the repo refered, but when I run `python train.py`, I got the error like this.  what should I do to solve this?
Hi, this is a very great work. but when I run the demo, I got the less frames in results than the mount of images I input. Can I get...
使用的示例代码 ` from douyin_spider.downloaders.video import VideoDownloader from douyin_spider.handler.video import VideoHandler from douyin_spider.handler.music import MusicHandler from douyin_spider.handler.mongodb import MongoHandler from douyin_spider.enter.hot_top import hot_top20 video_handler = VideoHandler(folder='./videos') music_handler = MusicHandler(folder='./musics') mongo_handler =...
hi, mobilenerf is really a great work. when I reading the paper, I noticed that some details are in the supplementary material, but I can not find the supplementary material....
It was a pretty exciting work! But I was confused about the process of the data, Why all the data be affine transformed ? Is it the essential?
Hi, thanks for your amazing work, when I ran the demo use the command ``` python ./examples/slam_demo.py --dataset_dir=./datasets/Replica/office0 --dataset_name=nerf --buffer=100 --slam --parallel_run --img_stride=2 --fusion='nerf' --multi_gpu ``` I got the a...
作者好,很感谢作者的工作,但是我在拿作者给出的示例数据继续训练了canny-controlnet 1000个step之后,再拿给出的例子infer发现画面和给出的checkpoint infer结果相比其实变差了,请问这是为什么呢? 