runzehe
runzehe
for j in range(self.num_frames): img_path = os.path.join(str(self.img_folder), self.vid_infos[vid]['file_names'][frame_id-inds[j]]) `frame_id-inds[j]`, Why you do this subtraction here and reverse the order of inds before?
How is the coordinate system of nerf defined in this code base? If I want to project a 3D point in space onto a 2D image, or combine the pixels...
``` python launch.py --config configs/instructnerf2nerf.yaml --train --gpu 1 data.dataroot="data/bear" data.camera_layout="front" data.camera_distance=1 system.prompt_processor.prompt="Turn the bear into a grizzly bear" \ trainer.val_check_interval=100 \ data.eval_data_interval=15 \ system.start_editing_step=1000 \ trainer.max_steps=10000 \ ```  ...
**Describe** Model I am using (kosmos-g): I didn't find the code for instruction fine-tuning of kosmos-g, specifically, I was more concerned about how to optimize kosmos-g with sds loss. In...
I can only find the Google Cloud Disk download method in markdown
  Can this afterimage be avoided?
when will the code be released?