CRFNet_Tensorflow2.4.1
CRFNet_Tensorflow2.4.1 copied to clipboard
Reproduce CRFNet official implementation on windows10, tensorflow2.4.1
Hi! I got this error while running eval code after done your step. can you help me sovle this problem? (``` crfnet_2) young@young-hislab:~/disk/code/study_master/crfnet$ python evaluate_crfnet.py --config configs/default.cfg --model saved_models/crf_net.h5 --st...
I'm wondering if you've trained on full dataset? How much time does it take for one epoch? I trained on a Tesla v100 with a batch size of 16 and...
NotImplementedError: Cannot convert a symbolic Tensor (anchors_0/meshgrid/Size_1:0) to a numpy array. My attempts to reduce or increase the numpy version have not solved the problem. What's the reason, please.
Traceback (most recent call last): File "data_visualization.py", line 65, in model = keras.models.load_model(args.model, custom_objects=backbone.custom_objects) File "/home/sunzong/anaconda3/envs/acrfnet04/lib/python3.6/site-packages/keras/engine/saving.py", line 419, in load_model model = _deserialize_model(f, custom_objects, compile) File "/home/sunzong/anaconda3/envs/acrfnet04/lib/python3.6/site-packages/keras/engine/saving.py", line 225, in...
When the training starts,i met this problem: radar_sample = [radar.enrich_radar_data(pc.points) for pc in pcs] TypeError: 'RadarPointCloud' object is not iterable RadarPointCloud: pcs, times = RadarPointCloud.from_file_multisweep(self.nusc, sample, sensor_channel, sensor_channel, nsweeps=required_sweep_count, min_distance=0.0)
my problem: TypeError: An op outside of the function building code is being passed a "Graph" tensor. It is possible to have Graph tensors leak out of the function building...
When I run evaluate_crfnet.py, it has not been resolved except for the following error, and I would like to ask what causes it ``` Use fn_output_signature instead Running network on...
Hi,I trained on the nuscenes-mini dataset for 200 epochs, and only modified the dataset path on the default configuration file, but the accuracy is still only 0.0001, which is the...